LineFillFormat

LineFillFormat

Overview

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

Represents the fill properties of a line.

Properties

NameTypeAccessDescription
FillTypeFillTypeReadReturns the line’s fill type enumeration
SimpleColorFormatSimpleColorFormatReadReturns the simple color fill configuration for the line
GradientFormatGradientFormatReadReturns the gradient fill settings applied to the line
PatternFormatPatternFormatReadReturns the pattern fill details used for the line
NullableBoolNullableBoolReadReturns a nullable boolean indicating if the line fill is enabled

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

See Also