Aspose::Cells::Drawing::PicFormatOption class
Contents
[
Hide
]PicFormatOption class
Represents picture format option.
class PicFormatOption
Methods
| Method | Description |
|---|---|
| GetBottom() | Gets or sets the bottom offset for stretching picture. |
| GetLeft() | Gets or sets the left offset for stretching picture. |
| GetRight() | Gets or sets the right offset for stretching picture. |
| GetScale() | Gets or sets how many the picture stack and scale with. |
| GetTop() | Gets or sets the top offset for stretching picture. |
| GetType() | Gets or sets the picture fill type. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PicFormatOption& src) | operator= |
| PicFormatOption() | Default constructor. |
| PicFormatOption(PicFormatOption_Impl* impl) | Constructs from an implementation object. |
| PicFormatOption(const PicFormatOption& src) | Copy constructor. |
| SetBottom(double value) | Gets or sets the bottom offset for stretching picture. |
| SetLeft(double value) | Gets or sets the left offset for stretching picture. |
| SetRight(double value) | Gets or sets the right offset for stretching picture. |
| SetScale(double value) | Gets or sets how many the picture stack and scale with. |
| SetTop(double value) | Gets or sets the top offset for stretching picture. |
| SetType(FillPictureType value) | Gets or sets the picture fill type. |
| ~PicFormatOption() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++