Skip to main content

FillPatternType Enum

Lists fill pattern types.

Declaration

public enum FillPatternType extends Enum<FillPatternType> implements IIntEnum

Members

Name Description
CROSS

Cross

DevExpress Presentation API - Cross Fill Pattern

DARK_DOWNWARD_DIAGONAL

Dark Downward Diagonal

DevExpress Presentation API - DarkDownwardDiagonal Fill Pattern

DARK_HORIZONTAL

Dark Horizontal

DevExpress Presentation API - DarkHorizontal Fill Pattern

DARK_UPWARD_DIAGONAL

Dark Upward Diagonal

DevExpress Presentation API - DarkUpwardDiagonal Fill Pattern

DARK_VERTICAL

Dark Vertical

DevExpress Presentation API - DarkVertical Fill Pattern

DASHED_DOWNWARD_DIAGONAL

Dashed Downward Diagonal

DevExpress Presentation API - DashedDownwardDiagonal Fill Pattern

DASHED_HORIZONTAL

Dashed Horizontal

DevExpress Presentation API - DashedHorizontal Fill Pattern

DASHED_UPWARD_DIAGONAL

Dashed Upward Diagonal

DevExpress Presentation API - DashedUpwardDiagonal Fill Pattern

DASHED_VERTICAL

Dashed Vertical

DevExpress Presentation API - DashedVertical Fill Pattern

DIAGONAL_BRICK

Diagonal Brick

DevExpress Presentation API - DiagonalBrick Fill Pattern

DIAGONAL_CROSS

Diagonal Cross

DevExpress Presentation API - DiagonalCross Fill Pattern

DIVOT

Divot

DevExpress Presentation API - Divot Fill Pattern

DOTTED_DIAMOND

Dotted Diamond

DevExpress Presentation API - DottedDiamond Fill Pattern

DOTTED_GRID

Dotted Grid

DevExpress Presentation API - DottedGrid Fill Pattern

DOWNWARD_DIAGONAL

Downward Diagonal

DevExpress Presentation API - DownwardDiagonal Fill Pattern

HORIZONTAL

Horizontal

DevExpress Presentation API - Horizontal Fill Pattern

HORIZONTAL_BRICK

Horizontal Brick

DevExpress Presentation API - HorizontalBrick Fill Pattern

LARGE_CHECKER_BOARD

Large Checker Board

DevExpress Presentation API - LargeCheckerBoard Fill Pattern

LARGE_CONFETTI

Large Confetti

DevExpress Presentation API - LargeConfetti Fill Pattern

LARGE_GRID

Large Grid

DevExpress Presentation API - LargeGrid Fill Pattern

LIGHT_DOWNWARD_DIAGONAL

Light Downward Diagonal

DevExpress Presentation API - LightDownwardDiagonal Fill Pattern

LIGHT_HORIZONTAL

Light Horizontal

DevExpress Presentation API - LightHorizontal Fill Pattern

LIGHT_UPWARD_DIAGONAL

Light Upward Diagonal

DevExpress Presentation API - LightUpwardDiagonal Fill Pattern

LIGHT_VERTICAL

Light Vertical

DevExpress Presentation API - LightVertical Fill Pattern

NARROW_HORIZONTAL

Narrow Horizontal

DevExpress Presentation API - NarrowHorizontal Fill Pattern

NARROW_VERTICAL

Narrow Vertical

DevExpress Presentation API - NarrowVertical Fill Pattern

OPEN_DIAMOND

Open Diamond

DevExpress Presentation API - OpenDiamond Fill Pattern

PERCENT_10

Percent10

DevExpress Presentation API - Percent10 Fill Pattern

PERCENT_20

Percent20

DevExpress Presentation API - Percent20 Fill Pattern

PERCENT_25

Percent25

DevExpress Presentation API - Percent25 Fill Pattern

PERCENT_30

Percent30

DevExpress Presentation API - Percent30 Fill Pattern

PERCENT_40

Percent40

DevExpress Presentation API - Percent40 Fill Pattern

PERCENT_5

Percent5

DevExpress Presentation API - Percent5 Fill Pattern

PERCENT_50

Percent50

DevExpress Presentation API - Percent50 Fill Pattern

PERCENT_60

Percent60

DevExpress Presentation API - Percent60 Fill Pattern

PERCENT_70

Percent70

DevExpress Presentation API - Percent70 Fill Pattern

PERCENT_75

Percent75

DevExpress Presentation API - Percent75 Fill Pattern

PERCENT_80

Percent80

DevExpress Presentation API - Percent80 Fill Pattern

PERCENT_90

Percent90

DevExpress Presentation API - Percent90 Fill Pattern

PLAID

Plaid

DevExpress Presentation API - Plaid Fill Pattern

SHINGLE

Shingle

DevExpress Presentation API - Shingle Fill Pattern

SMALL_CHECKER_BOARD

Small Checker Board

DevExpress Presentation API - SmallCheckerBoard Fill Pattern

SMALL_CONFETTI

Small Confetti

DevExpress Presentation API - SmallConfetti Fill Pattern

SMALL_GRID

Small Grid

DevExpress Presentation API - SmallGrid Fill Pattern

SOLID_DIAMOND

Solid Diamond

DevExpress Presentation API - SolidDiamond Fill Pattern

SPHERE

Sphere

DevExpress Presentation API - Sphere Fill Pattern

TRELLIS

Trellis

DevExpress Presentation API - Trellis Fill Pattern

UPWARD_DIAGONAL

Upward Diagonal

DevExpress Presentation API - UpwardDiagonal Fill Pattern

VERTICAL

Vertical Lines

DevExpress Presentation API - Vertical FillPattern

WAVE

Wave

DevExpress Presentation API - Wave Fill Pattern

WEAVE

Weave

DevExpress Presentation API - Weave Fill Pattern

WIDE_DOWNWARD_DIAGONAL

Wide Downward Diagonal

DevExpress Presentation API - WideDownwardDiagonal Fill Pattern

WIDE_UPWARD_DIAGONAL

Wide Upward Diagonal

DevExpress Presentation API - WideUpwardDiagonal Fill Pattern

ZIG_ZAG

Zig Zag

DevExpress Presentation API - ZigZag Fill Pattern

fromValue(int value)

Converts an integer value to the corresponding FillPatternType constant.

getName()

Returns the name of this FillPatternType constant.

getValue()

Returns the integer value of this FillPatternType constant.

toString()

Returns a string representation of this FillPatternType constant.

valueOf(String name)

Returns the FillPatternType constant with the specified name.

values()

Returns an array that contains all FillPatternType constants.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
java.lang.Enum
FillPatternType