PatternFormat
Overview
PatternFormat is a class in Aspose.Slides FOSS for C++.
Represents a pattern fill format.
This class provides 15 methods for working with PatternFormat objects in C++ programs.
Available methods include: PatternFormat, PatternStyle, SimpleColorFormat, back_color, fore_color, init_internal, pattern_style, save, set_pattern_style, ~PatternFormat.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: PatternStyle, SimpleColorFormat.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PatternStyle | PatternStyle | Read | Gets the pattern style. |
SimpleColorFormat | SimpleColorFormat | Read | Gets the simple color format. |
Methods
| Signature | Description |
|---|---|
PatternStyle() → PatternStyle | Property gets or sets the pattern style of the fill |
SimpleColorFormat() → SimpleColorFormat | Property gets or sets the simple color format of the pattern |
SimpleColorFormat() → SimpleColorFormat | |
SimpleColorFormat() → SimpleColorFormat | |
SimpleColorFormat() → SimpleColorFormat | |
PatternFormat() | |
~PatternFormat() | |
init_internal(patt_fill_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize XML-backed pattern format. |
save() | Save changes via the save callback. |
pattern_style() → PatternStyle | Returns the pattern style. |
set_pattern_style(value: PatternStyle) | |
fore_color() → SimpleColorFormat | Returns the foreground color of the pattern. |
fore_color() → SimpleColorFormat | Returns the foreground color of the pattern. |
back_color() → SimpleColorFormat | Returns the background color of the pattern. |
back_color() → SimpleColorFormat | Returns the background color of the pattern. |