Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / PatternType Enumeration
In This Topic
    PatternType Enumeration
    In This Topic
    Specifies the fill pattern used in a shape.
    Members
    MemberDescription
    CrossSpecifies to use a cross pattern.
    DarkDownwardDiagonalSpecifies to use thick lines in the foreground color running from the top to the right-hand side of the shape.
    DarkHorizontalSpecifies to use thick horizontal lines in the foreground color.
    DarkUpwardDiagonalSpecifies to use thick lines in the foreground color running from the top to the left-hand side of the shape.
    DarkVerticalSpecifies to use thick vertical lines in the foreground color.
    DashedDownwardDiagonalSpecifies to use dashed lines in the foreground color running from the top to the right-hand side of the shape.
    DashedHorizontalSpecifies to use dashed horizontal lines in the foreground color.
    DashedUpwardDiagonalSpecifies to use dashed lines in the foreground color running from the top to the left-hand side of the shape.
    DashedVerticalSpecifies to use dashed vertical lines in the foreground color.
    DiagonalBrickSpecifies to use a rectangular brick pattern running diagonally across the shape.
    DiagonalCrossSpecifies to use a diagonal cross pattern.
    DivotSpecifies to use small angled shapes in the foreground color running in alternating rows down the shape.
    DottedDiamondSpecifies to use dotted perpendicular lines in the foreground color running diagonally to form diamonds across the shape.
    DottedGridSpecifies to use dotted perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape.
    DownwardDiagonalSpecifies to use a downward diagonal pattern.
    HorizontalSpecifies to use a horizontal pattern.
    HorizontalBrickSpecifies to use a rectangular brick pattern running horizontally across the shape.
    LargeCheckerBoardSpecifies to use squares in alternating foreground or background colors.
    LargeConfettiSpecifies to use large dots in the foreground color scattered across the shape.
    LargeGridSpecifies to use solid, widely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape.
    LightDownwardDiagonalSpecifies to use thin lines in the foreground color running from the top to the right-hand side of the shape.
    LightHorizontalSpecifies to use thin horizontal lines in the foreground color.
    LightUpwardDiagonalSpecifies to use thin lines in the foreground color running from the top to the left-hand side of the shape.
    LightVerticalSpecifies to use thin vertical lines in the foreground color.
    MixedMixed pattern
    NarrowHorizontalSpecifies to use narrowly spaced horizontal lines in the foreground color.
    NarrowVerticalSpecifies to use narrowly spaced vertical lines in the foreground color.
    NoneSpecifies no pattern.
    OutlinedDiamondSpecifies to use solid perpendicular lines in the foreground color running diagonally to form diamonds across the shape.
    Percent10Specifies to use 10% of the foreground color.
    Percent20Specifies to use 20% of the foreground color.
    Percent25Specifies to use 25% of the foreground color.
    Percent30Specifies to use 30% of the foreground color.
    Percent40Specifies to use 40% of the foreground color.
    Percent5Specifies to use 5% of the foreground color.
    Percent50Specifies to use 50% of the foreground color.
    Percent60Specifies to use 60% of the foreground color.
    Percent70Specifies to use 70% of the foreground color.
    Percent75Specifies to use 75% of the foreground color.
    Percent80Specifies to use 80% of the foreground color.
    Percent90Specifies to use 90% of the foreground color.
    PlaidSpecifies to use very thick solid lines in the foreground color running vertically, coupled with very thick lines and 40% of the foreground color running horizontally.
    ShingleSpecifies to use overlapping curved rectangles running diagonally across the shape.
    SmallCheckerBoardSpecifies to use small squares in alternating foreground and background colors.
    SmallConfettiSpecifies to use small dots in the foreground color scattered across the shape.
    SmallGridSpecifies to use solid, closely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape.
    SolidDiamondSpecifies to use diamond shapes in alternating foreground or background colors.
    SphereSpecifies to use circles that use foreground and background colors to make them appear three-dimensional, oriented in rows across the shape.
    TrellisSpecifies to use a trellis pattern in the foreground color.
    UpwardDiagonalSpecifies to use an upward diagonal pattern.
    VerticalSpecifies to use a vertical pattern.
    WaveSpecifies to use wavy lines in the foreground color.
    WeaveSpecifies to use a weave pattern in the foreground color running diagonally across the shape.
    WideDownwardDiagonalSpecifies to use widely spaced lines in the foreground color running from the top to the right-hand side of the shape.
    WideUpwardDiagonalSpecifies to use widely spaced lines in the foreground color running from the top to the left-hand side of the shape.
    ZigZagSpecifies to use zigzag lines running horizontally across the shape.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.PatternType

    See Also