PatternStyle

Overview

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

Represents the pattern style.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined pattern style
UNKNOWNRepresents an unknown pattern style
PERCENT05Represents a pattern with 5% density
PERCENT10Represents a pattern with 10% density
PERCENT20Represents a pattern with 20% density
PERCENT25Represents a pattern with 25% density
PERCENT30Represents a pattern with 30% density
PERCENT40Represents a pattern with 40% density
PERCENT50Represents a pattern with 50% density
PERCENT60Represents a pattern with 60% density
PERCENT70Represents a pattern with 70% density
PERCENT75Represents a pattern with 75% density
PERCENT80Represents a pattern with 80% density
PERCENT90Represents a pattern with 90% density
DARK_HORIZONTALRepresents a dark horizontal line pattern
DARK_VERTICALRepresents a dark vertical line 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 line pattern
LIGHT_VERTICALRepresents a light vertical line 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

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also