PatternFormat

Overview

PatternFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represents a pattern to fill a shape.

Properties: as_i_presentation_component, back_color, fore_color, pattern_style, presentation, slide.

Properties

NameTypeAccessDescription
pattern_stylePatternStyleRead/WriteReturns or sets the pattern style.
fore_colorIColorFormatReadReturns the foreground pattern color.
back_colorIColorFormatReadReturns the background pattern color.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also