Namespace EasyXLS.Constants
Class Border
System.Object
EasyXLS.Constants.Border
public class Border
extends System.Object
This class contains the constants for borderline styles when formatting cells.
-
Constant Summary
FieldsModifier and TypeFieldDescriptionconst intA constant indicating the dash-dot line style for cell border.const intA constant indicating the dash-dot-dot line style for cell border.const intA constant indicating the dashed line style for cell border.const intA constant indicating the dotted line style for cell border.const intA constant indicating the double line style for cell border.const intA constant indicating the hair line style for cell border.const intA constant indicating the medium line style for cell border.const intA constant indicating the medium dash-dot line style for cell border.const intA constant indicating the medium dash-dot-dot line style for cell border.const intA constant indicating the medium dashed line style for cell border.const intA constant indicating that the cell does not have a border.const intA constant indicating the slated dash-dot line style for cell border.const intA constant indicating the thick line style for cell border.const intA constant indicating the thin line style for cell border. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BORDER_NONE
public const final int BORDER_NONEA constant indicating that the cell does not have a border. Embedded value is "0".- See Also:
-
BORDER_THIN
public const final int BORDER_THINA constant indicating the thin line style for cell border. Embedded value is "1".- See Also:
-
BORDER_MEDIUM
public const final int BORDER_MEDIUMA constant indicating the medium line style for cell border. Embedded value is "2".- See Also:
-
BORDER_DASHED
public const final int BORDER_DASHEDA constant indicating the dashed line style for cell border. Embedded value is "3".- See Also:
-
BORDER_DOTTED
public const final int BORDER_DOTTEDA constant indicating the dotted line style for cell border. Embedded value is "4".- See Also:
-
BORDER_THICK
public const final int BORDER_THICKA constant indicating the thick line style for cell border. Embedded value is "5".- See Also:
-
BORDER_DOUBLE
public const final int BORDER_DOUBLEA constant indicating the double line style for cell border. Embedded value is "6".- See Also:
-
BORDER_HAIR
public const final int BORDER_HAIRA constant indicating the hair line style for cell border. Embedded value is "7".- See Also:
-
BORDER_MEDIUM_DASHED
public const final int BORDER_MEDIUM_DASHEDA constant indicating the medium dashed line style for cell border. Embedded value is "8".- See Also:
-
BORDER_DASH_DOT
public const final int BORDER_DASH_DOTA constant indicating the dash-dot line style for cell border. Embedded value is "9".- See Also:
-
BORDER_MEDIUM_DASH_DOT
public const final int BORDER_MEDIUM_DASH_DOTA constant indicating the medium dash-dot line style for cell border. Embedded value is "10".- See Also:
-
BORDER_DASH_DOT_DOT
public const final int BORDER_DASH_DOT_DOTA constant indicating the dash-dot-dot line style for cell border. Embedded value is "11".- See Also:
-
BORDER_MEDIUM_DASH_DOT_DOT
public const final int BORDER_MEDIUM_DASH_DOT_DOTA constant indicating the medium dash-dot-dot line style for cell border. Embedded value is "12".- See Also:
-
BORDER_SLANTED_DASH_DOT
public const final int BORDER_SLANTED_DASH_DOTA constant indicating the slated dash-dot line style for cell border. Embedded value is "13".- See Also:
-
-
Constructor Details
-
Border
public Border()
-