Namespace EasyXLS.Constants
Class Fill
System.Object
EasyXLS.Constants.Fill
public class Fill
extends System.Object
This class contains the constants for fill effects when formatting cells.
-
Constant Summary
FieldsModifier and TypeFieldDescriptionconst intA constant indicating the shading style as diagonal down with variant from bottom left corner to upper right corner for the gradient fill.const intA constant indicating the shading style as diagonal down with variant from corners to center for the gradient fill.const intA constant indicating the shading style as diagonal down with variant from upper right corner to bottom left corner for the gradient fill.const intA constant indicating the shading style as diagonal up with variant from bottom right corner to upper left corner for the gradient fill.const intA constant indicating the shading style as diagonal up with variant from corners to center for the gradient fill.const intA constant indicating the shading style as diagonal up with variant from upper left corner to bottom right corner for the gradient fill.const intA constant indicating the shading style from bottom left corner for the gradient fill.const intA constant indicating the shading style from bottom right corner for the gradient fill.const intA constant indicating the shading style from center the gradient fill.const intA constant indicating the shading style from upper left corner for the gradient fill.const intA constant indicating the shading style from upper right corner for the gradient fill.const intA constant indicating the shading style as horizontal with variant from bottom to top for the gradient fill.const intA constant indicating the shading style as horizontal with variant from edges to center for the gradient fill.const intA constant indicating the shading style as horizontal with variant from top to bottom for the gradient fill.const intA constant indicating no gradient fill.const intA constant indicating the shading style as vertical with variant from edges to center for the gradient fill.const intA constant indicating the shading style as vertical with variant from left to right for the gradient fill.const intA constant indicating the shading style as vertical with variant from right to left for the gradient fill. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
GRADIENT_NONE
public const final int GRADIENT_NONEA constant indicating no gradient fill. Embedded value is "0".- See Also:
-
GRADIENT_HORIZONTAL_TOP_TO_BOTTOM
public const final int GRADIENT_HORIZONTAL_TOP_TO_BOTTOMA constant indicating the shading style as horizontal with variant from top to bottom for the gradient fill. Embedded value is "1".- See Also:
-
GRADIENT_HORIZONTAL_BOTTOM_TO_TOP
public const final int GRADIENT_HORIZONTAL_BOTTOM_TO_TOPA constant indicating the shading style as horizontal with variant from bottom to top for the gradient fill. Embedded value is "2".- See Also:
-
GRADIENT_HORIZONTAL_EDGES_TO_CENTER
public const final int GRADIENT_HORIZONTAL_EDGES_TO_CENTERA constant indicating the shading style as horizontal with variant from edges to center for the gradient fill. Embedded value is "3".- See Also:
-
GRADIENT_VERTICAL_LEFT_TO_RIGHT
public const final int GRADIENT_VERTICAL_LEFT_TO_RIGHTA constant indicating the shading style as vertical with variant from left to right for the gradient fill. Embedded value is "4".- See Also:
-
GRADIENT_VERTICAL_RIGHT_TO_LEFT
public const final int GRADIENT_VERTICAL_RIGHT_TO_LEFTA constant indicating the shading style as vertical with variant from right to left for the gradient fill. Embedded value is "5".- See Also:
-
GRADIENT_VERTICAL_EDGES_TO_CENTER
public const final int GRADIENT_VERTICAL_EDGES_TO_CENTERA constant indicating the shading style as vertical with variant from edges to center for the gradient fill. Embedded value is "6".- See Also:
-
GRADIENT_DIAGONAL_UP_UPPER_LEFT_TO_BOTTOM_RIGHT
public const final int GRADIENT_DIAGONAL_UP_UPPER_LEFT_TO_BOTTOM_RIGHTA constant indicating the shading style as diagonal up with variant from upper left corner to bottom right corner for the gradient fill. Embedded value is "7".- See Also:
-
GRADIENT_DIAGONAL_UP_BOTTOM_RIGHT_TO_UPPER_LEFT
public const final int GRADIENT_DIAGONAL_UP_BOTTOM_RIGHT_TO_UPPER_LEFTA constant indicating the shading style as diagonal up with variant from bottom right corner to upper left corner for the gradient fill. Embedded value is "8".- See Also:
-
GRADIENT_DIAGONAL_UP_CORNERS_TO_CENTER
public const final int GRADIENT_DIAGONAL_UP_CORNERS_TO_CENTERA constant indicating the shading style as diagonal up with variant from corners to center for the gradient fill. Embedded value is "9".- See Also:
-
GRADIENT_DIAGONAL_DOWN_UPPER_RIGHT_TO_BOTTOM_LEFT
public const final int GRADIENT_DIAGONAL_DOWN_UPPER_RIGHT_TO_BOTTOM_LEFTA constant indicating the shading style as diagonal down with variant from upper right corner to bottom left corner for the gradient fill. Embedded value is "10".- See Also:
-
GRADIENT_DIAGONAL_DOWN_BOTTOM_LEFT_TO_UPPER_RIGHT
public const final int GRADIENT_DIAGONAL_DOWN_BOTTOM_LEFT_TO_UPPER_RIGHTA constant indicating the shading style as diagonal down with variant from bottom left corner to upper right corner for the gradient fill. Embedded value is "11".- See Also:
-
GRADIENT_DIAGONAL_DOWN_CORNERS_TO_CENTER
public const final int GRADIENT_DIAGONAL_DOWN_CORNERS_TO_CENTERA constant indicating the shading style as diagonal down with variant from corners to center for the gradient fill. Embedded value is "12".- See Also:
-
GRADIENT_FROM_UPPER_LEFT_CORNER
public const final int GRADIENT_FROM_UPPER_LEFT_CORNERA constant indicating the shading style from upper left corner for the gradient fill. Embedded value is "13".- See Also:
-
GRADIENT_FROM_UPPER_RIGHT_CORNER
public const final int GRADIENT_FROM_UPPER_RIGHT_CORNERA constant indicating the shading style from upper right corner for the gradient fill. Embedded value is "14".- See Also:
-
GRADIENT_FROM_BOTTOM_LEFT_CORNER
public const final int GRADIENT_FROM_BOTTOM_LEFT_CORNERA constant indicating the shading style from bottom left corner for the gradient fill. Embedded value is "15".- See Also:
-
GRADIENT_FROM_BOTTOM_RIGHT_CORNER
public const final int GRADIENT_FROM_BOTTOM_RIGHT_CORNERA constant indicating the shading style from bottom right corner for the gradient fill. Embedded value is "16".- See Also:
-
GRADIENT_FROM_CENTER
public const final int GRADIENT_FROM_CENTERA constant indicating the shading style from center the gradient fill. Embedded value is "17".- See Also:
-
-
Constructor Details
-
Fill
public Fill()
-