PatternFormat

Overview

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

Represents a pattern fill format.

Properties

NameTypeAccessDescription
PatternStylePatternStyleReadProperty gets or sets the pattern style of the fill
SimpleColorFormatSimpleColorFormatReadProperty gets or sets the simple color format of the pattern

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
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.

See Also