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

NameTypeAccessDescription
PatternStylePatternStyleReadGets the pattern style.
SimpleColorFormatSimpleColorFormatReadGets the simple color format.

Methods

SignatureDescription
PatternStyle()PatternStyleProperty gets or sets the pattern style of the fill
SimpleColorFormat()SimpleColorFormatProperty 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()PatternStyleReturns the pattern style.
set_pattern_style(value: PatternStyle)
fore_color()SimpleColorFormatReturns the foreground color of the pattern.
fore_color()SimpleColorFormatReturns the foreground color of the pattern.
back_color()SimpleColorFormatReturns the background color of the pattern.
back_color()SimpleColorFormatReturns the background color of the pattern.

See Also