PatternStyle

Overview

PatternStyle is a enum in Aspose.Slides FOSS for Python.

Represents the pattern style.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined pattern style
UNKNOWNRepresents a pattern style whose type cannot be determined
PERCENT05Represents a 5% fill pattern
PERCENT10Represents a 10% fill pattern
PERCENT20Represents a 20% fill pattern
PERCENT25Represents a 25% fill pattern
PERCENT30Represents a 30% fill pattern
PERCENT40Represents a 40% fill pattern
PERCENT50Represents a 50% fill pattern
PERCENT60Represents a 60% fill pattern
PERCENT70Represents a 70% fill pattern
PERCENT75Represents a 75% fill pattern
PERCENT80Represents a 80% fill pattern
PERCENT90Represents a 90% fill pattern
DARK_HORIZONTALRepresents a dark horizontal stripe pattern
DARK_VERTICALRepresents a dark vertical stripe pattern
DARK_DOWNWARD_DIAGONALRepresents a dark diagonal pattern sloping downwards
DARK_UPWARD_DIAGONALRepresents a dark diagonal pattern sloping upwards
SMALL_CHECKER_BOARDRepresents a small checkerboard pattern
TRELLISRepresents a trellis (grid) pattern
LIGHT_HORIZONTALRepresents a light horizontal stripe pattern
LIGHT_VERTICALRepresents a light vertical stripe pattern
LIGHT_DOWNWARD_DIAGONALRepresents a light diagonal pattern sloping downwards
LIGHT_UPWARD_DIAGONALRepresents a light diagonal pattern sloping upwards
SMALL_GRIDRepresents a small grid pattern
DOTTED_DIAMONDRepresents a dotted diamond pattern
WIDE_DOWNWARD_DIAGONALRepresents a wide diagonal pattern sloping downwards
WIDE_UPWARD_DIAGONALRepresents a wide diagonal pattern sloping upwards
DASHED_DOWNWARD_DIAGONALRepresents a dashed diagonal pattern sloping downwards
DASHED_UPWARD_DIAGONALRepresents a dashed diagonal pattern sloping upwards
NARROW_VERTICAL
NARROW_HORIZONTAL
DASHED_VERTICAL
DASHED_HORIZONTAL
LARGE_CONFETTI
LARGE_GRID
HORIZONTAL_BRICK
LARGE_CHECKER_BOARD
SMALL_CONFETTI
ZIGZAG
SOLID_DIAMOND
DIAGONAL_BRICK
OUTLINED_DIAMOND
PLAID
SPHERE
WEAVE
DOTTED_GRID
DIVOT
SHINGLE
WAVE
HORIZONTAL
VERTICAL
CROSS
DOWNWARD_DIAGONAL
UPWARD_DIAGONAL
DIAGONAL_CROSS

See Also