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
Modifier and TypeFieldDescriptionconst int
12.5% Gray.const int
25% Gray.const int
50% Gray.const int
6.25% Gray.const int
75% Gray.const int
Diagonal Crosshatch.const int
Diagonal Stripe.const int
Horizontal Stripe.const int
No pattern.const int
Reverse Diagonal Stripe.const int
Pattern solid.const int
Thick Diagonal Crosshatch.const int
Thin Diagonal Crosshatch.const int
Thin Diagonal Stripe.const int
Thin Horizontal Crosshatch.const int
Thin Horizontal Stripe.const int
Thin Reverse Diagonal Stripe.const int
Thin Vertical Stripe.const int
Vertical Stripe. -
Constructor Summary
-
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:
- Constant Values
-
PATTERN_SOLID
public const final int PATTERN_SOLIDPattern solid. Embedded value is 0x01.- See Also:
- Constant Values
-
PATTERN_50PERCENT_GRAY
public const final int PATTERN_50PERCENT_GRAY50% Gray. Embedded value is 0x02.- See Also:
- Constant Values
-
PATTERN_75PERCENT_GRAY
public const final int PATTERN_75PERCENT_GRAY75% Gray. Embedded value is 0x03.- See Also:
- Constant Values
-
PATTERN_25PERCENT_GRAY
public const final int PATTERN_25PERCENT_GRAY25% Gray. Embedded value is 0x04.- See Also:
- Constant Values
-
PATTERN_HORIZONTAL_STRIPE
public const final int PATTERN_HORIZONTAL_STRIPEHorizontal Stripe. Embedded value is 0x05.- See Also:
- Constant Values
-
PATTERN_VERTICAL_STRIPE
public const final int PATTERN_VERTICAL_STRIPEVertical Stripe. Embedded value is 0x06.- See Also:
- Constant Values
-
PATTERN_REVERSE_DIAGONAL_STRIPE
public const final int PATTERN_REVERSE_DIAGONAL_STRIPEReverse Diagonal Stripe. Embedded value is 0x07.- See Also:
- Constant Values
-
PATTERN_DIAGONAL_STRIPE
public const final int PATTERN_DIAGONAL_STRIPEDiagonal Stripe. Embedded value is 0x08.- See Also:
- Constant Values
-
PATTERN_DIAGONAL_CROSSHATCH
public const final int PATTERN_DIAGONAL_CROSSHATCHDiagonal Crosshatch. Embedded value is 0x09.- See Also:
- Constant Values
-
PATTERN_THICK_DIAGONAL_CROSSHATCH
public const final int PATTERN_THICK_DIAGONAL_CROSSHATCHThick Diagonal Crosshatch. Embedded value is 0x0a.- See Also:
- Constant Values
-
PATTERN_THIN_HORIZONTAL_STRIPE
public const final int PATTERN_THIN_HORIZONTAL_STRIPEThin Horizontal Stripe. Embedded value is 0x0b.- See Also:
- Constant Values
-
PATTERN_THIN_VERTICAL_STRIPE
public const final int PATTERN_THIN_VERTICAL_STRIPEThin Vertical Stripe. Embedded value is 0x0c.- See Also:
- Constant Values
-
PATTERN_THIN_REVERSE_DIAGONAL_STRIPE
public const final int PATTERN_THIN_REVERSE_DIAGONAL_STRIPEThin Reverse Diagonal Stripe. Embedded value is 0x0d.- See Also:
- Constant Values
-
PATTERN_THIN_DIAGONAL_STRIPE
public const final int PATTERN_THIN_DIAGONAL_STRIPEThin Diagonal Stripe. Embedded value is 0x0e.- See Also:
- Constant Values
-
PATTERN_THIN_HORIZONTAL_CROSSHATCH
public const final int PATTERN_THIN_HORIZONTAL_CROSSHATCHThin Horizontal Crosshatch. Embedded value is 0x0f.- See Also:
- Constant Values
-
PATTERN_THIN_DIAGONAL_CROSSHATCH
public const final int PATTERN_THIN_DIAGONAL_CROSSHATCHThin Diagonal Crosshatch. Embedded value is 0x10.- See Also:
- Constant Values
-
PATTERN_12PERCENT_GRAY
public const final int PATTERN_12PERCENT_GRAY12.5% Gray. Embedded value is 0x11.- See Also:
- Constant Values
-
PATTERN_6PERCENT_GRAY
public const final int PATTERN_6PERCENT_GRAY6.25% Gray. Embedded value is 0x12.- See Also:
- Constant Values
-
-
Constructor Details
-
Pattern
public Pattern()
-