LineFillFormat

LineFillFormat

Overview

LineFillFormat is a class in Aspose.Slides FOSS for C++.

Represents the fill properties of a line.

This class provides 20 methods for working with LineFillFormat objects in C++ programs. Available methods include: FillType, GradientFormat, LineFillFormat, NullableBool, PatternFormat, SimpleColorFormat, fill_type, gradient_format, pattern_format, rotate_with_shape, set_fill_type, set_rotate_with_shape, and 2 additional methods. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package. Properties: FillType, GradientFormat, NullableBool, PatternFormat, SimpleColorFormat.

Properties

NameTypeAccessDescription
FillTypeFillTypeReadGets the fill type.
SimpleColorFormatSimpleColorFormatReadGets the simple color format.
GradientFormatGradientFormatReadGets the gradient format.
PatternFormatPatternFormatReadGets the pattern format.
NullableBoolNullableBoolReadGets the nullable bool.

Methods

SignatureDescription
FillType()FillTypeReturns the line’s fill type enumeration
SimpleColorFormat()SimpleColorFormatReturns the simple color fill configuration for the line
SimpleColorFormat()SimpleColorFormat
GradientFormat()GradientFormatReturns the gradient fill settings applied to the line
GradientFormat()GradientFormat
PatternFormat()PatternFormatReturns the pattern fill details used for the line
PatternFormat()PatternFormat
NullableBool()NullableBoolReturns a nullable boolean indicating if the line fill is enabled
LineFillFormat()
~LineFillFormat()
fill_type()FillTypeReturns the fill type.
set_fill_type(value: FillType)
solid_fill_color()SimpleColorFormatReturns the solid fill color.
solid_fill_color()SimpleColorFormatReturns the solid fill color.
gradient_format()GradientFormatReturns the gradient fill format.
gradient_format()GradientFormatReturns the gradient fill format.
pattern_format()PatternFormatReturns the pattern fill format.
pattern_format()PatternFormatReturns the pattern fill format.
rotate_with_shape()NullableBoolDetermines whether the fill should be rotated with a shape.
set_rotate_with_shape(value: NullableBool)

See Also