LineFillFormat
Overview
LineFillFormat is a class in Aspose.Slides FOSS for C++.
Represents the fill properties of a line.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillType | FillType | Read | Returns the line’s fill type enumeration |
SimpleColorFormat | SimpleColorFormat | Read | Returns the simple color fill configuration for the line |
GradientFormat | GradientFormat | Read | Returns the gradient fill settings applied to the line |
PatternFormat | PatternFormat | Read | Returns the pattern fill details used for the line |
NullableBool | NullableBool | Read | Returns a nullable boolean indicating if the line fill is enabled |
Methods
| Signature | Description |
|---|---|
FillType() → FillType | Returns the line’s fill type enumeration |
SimpleColorFormat() → SimpleColorFormat | Returns the simple color fill configuration for the line |
SimpleColorFormat() → SimpleColorFormat | |
GradientFormat() → GradientFormat | Returns the gradient fill settings applied to the line |
GradientFormat() → GradientFormat | |
PatternFormat() → PatternFormat | Returns the pattern fill details used for the line |
PatternFormat() → PatternFormat | |
NullableBool() → NullableBool | Returns a nullable boolean indicating if the line fill is enabled |