Namespace EasyXLS.Constants
Class Pattern
System.Object
EasyXLS.Constants.Pattern
public class Pattern
extends System.Object
This class contains the constants for the pattern style.
-
Constant Summary
FieldsModifier and TypeFieldDescriptionconst int12.5% Gray.const int25% Gray.const int50% Gray.const int6.25% Gray.const int75% Gray.const intDiagonal Crosshatch.const intDiagonal Stripe.const intHorizontal Stripe.const intNo pattern.const intReverse Diagonal Stripe.const intPattern solid.const intThick Diagonal Crosshatch.const intThin Diagonal Crosshatch.const intThin Diagonal Stripe.const intThin Horizontal Crosshatch.const intThin Horizontal Stripe.const intThin Reverse Diagonal Stripe.const intThin Vertical Stripe.const intVertical Stripe. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PATTERN_NONE
public const final int PATTERN_NONENo pattern. Embedded value is 0x00.- See Also:
-
PATTERN_SOLID
public const final int PATTERN_SOLIDPattern solid. Embedded value is 0x01.- See Also:
-
PATTERN_50PERCENT_GRAY
public const final int PATTERN_50PERCENT_GRAY50% Gray. Embedded value is 0x02.- See Also:
-
PATTERN_75PERCENT_GRAY
public const final int PATTERN_75PERCENT_GRAY75% Gray. Embedded value is 0x03.- See Also:
-
PATTERN_25PERCENT_GRAY
public const final int PATTERN_25PERCENT_GRAY25% Gray. Embedded value is 0x04.- See Also:
-
PATTERN_HORIZONTAL_STRIPE
public const final int PATTERN_HORIZONTAL_STRIPEHorizontal Stripe. Embedded value is 0x05.- See Also:
-
PATTERN_VERTICAL_STRIPE
public const final int PATTERN_VERTICAL_STRIPEVertical Stripe. Embedded value is 0x06.- See Also:
-
PATTERN_REVERSE_DIAGONAL_STRIPE
public const final int PATTERN_REVERSE_DIAGONAL_STRIPEReverse Diagonal Stripe. Embedded value is 0x07.- See Also:
-
PATTERN_DIAGONAL_STRIPE
public const final int PATTERN_DIAGONAL_STRIPEDiagonal Stripe. Embedded value is 0x08.- See Also:
-
PATTERN_DIAGONAL_CROSSHATCH
public const final int PATTERN_DIAGONAL_CROSSHATCHDiagonal Crosshatch. Embedded value is 0x09.- See Also:
-
PATTERN_THICK_DIAGONAL_CROSSHATCH
public const final int PATTERN_THICK_DIAGONAL_CROSSHATCHThick Diagonal Crosshatch. Embedded value is 0x0a.- See Also:
-
PATTERN_THIN_HORIZONTAL_STRIPE
public const final int PATTERN_THIN_HORIZONTAL_STRIPEThin Horizontal Stripe. Embedded value is 0x0b.- See Also:
-
PATTERN_THIN_VERTICAL_STRIPE
public const final int PATTERN_THIN_VERTICAL_STRIPEThin Vertical Stripe. Embedded value is 0x0c.- See Also:
-
PATTERN_THIN_REVERSE_DIAGONAL_STRIPE
public const final int PATTERN_THIN_REVERSE_DIAGONAL_STRIPEThin Reverse Diagonal Stripe. Embedded value is 0x0d.- See Also:
-
PATTERN_THIN_DIAGONAL_STRIPE
public const final int PATTERN_THIN_DIAGONAL_STRIPEThin Diagonal Stripe. Embedded value is 0x0e.- See Also:
-
PATTERN_THIN_HORIZONTAL_CROSSHATCH
public const final int PATTERN_THIN_HORIZONTAL_CROSSHATCHThin Horizontal Crosshatch. Embedded value is 0x0f.- See Also:
-
PATTERN_THIN_DIAGONAL_CROSSHATCH
public const final int PATTERN_THIN_DIAGONAL_CROSSHATCHThin Diagonal Crosshatch. Embedded value is 0x10.- See Also:
-
PATTERN_12PERCENT_GRAY
public const final int PATTERN_12PERCENT_GRAY12.5% Gray. Embedded value is 0x11.- See Also:
-
PATTERN_6PERCENT_GRAY
public const final int PATTERN_6PERCENT_GRAY6.25% Gray. Embedded value is 0x12.- See Also:
-
-
Constructor Details
-
Pattern
public Pattern()
-