Aspose::Cells::Drawing::PicFormatOption class

PicFormatOption class

Represents picture format option.

class PicFormatOption

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also