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
| Name | Type | Access | Description |
|---|---|---|---|
FillType | FillType | Read | Gets the fill type. |
SimpleColorFormat | SimpleColorFormat | Read | Gets the simple color format. |
GradientFormat | GradientFormat | Read | Gets the gradient format. |
PatternFormat | PatternFormat | Read | Gets the pattern format. |
NullableBool | NullableBool | Read | Gets the nullable bool. |
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 |
LineFillFormat() | |
~LineFillFormat() | |
fill_type() → FillType | Returns the fill type. |
set_fill_type(value: FillType) | |
solid_fill_color() → SimpleColorFormat | Returns the solid fill color. |
solid_fill_color() → SimpleColorFormat | Returns the solid fill color. |
gradient_format() → GradientFormat | Returns the gradient fill format. |
gradient_format() → GradientFormat | Returns the gradient fill format. |
pattern_format() → PatternFormat | Returns the pattern fill format. |
pattern_format() → PatternFormat | Returns the pattern fill format. |
rotate_with_shape() → NullableBool | Determines whether the fill should be rotated with a shape. |
set_rotate_with_shape(value: NullableBool) |