Namespace EasyXLS.Constants
Class Styles
System.Object
EasyXLS.Constants.Styles
public class Styles
extends System.Object
This class contains predefined styles for formatting cells.
-
Constant Summary
Modifier and TypeFieldDescriptionconst int
The 3D Effects 1 autoformat.const int
The 3D Effects 1 autoformat with special formatting for right total.const int
The 3D Effects 1 autoformat with special formatting for subtotal.const int
The 3D Effects 1 autoformat with special formatting for subtotal and right total.const int
The 3D Effects 2 autoformat.const int
The 3D Effects 2 autoformat with special formatting for subtotal.const int
The Accounting 1 autoformat.const int
The Accounting 1 autoformat with special formatting for right total.const int
The Accounting 1 autoformat with special formatting for subtotal.const int
The Accounting 1 autoformat with special formatting for subtotal and right total.const int
The Accounting 2 autoformat.const int
The Accounting 2 autoformat with special formatting for subtotal.const int
The Accounting 3 autoformat.const int
The Accounting 3 autoformat with special formatting for subtotal.const int
The Accounting 4 autoformat.const int
The Accounting 4 autoformat with special formatting for subtotal.const int
The Classic 1 autoformat.const int
The Classic 1 autoformat with special formatting for right total.const int
The Classic 1 autoformat with special formatting for subtotal.const int
The Classic 1 autoformat with special formatting for subtotal and right total.const int
The Classic 2 autoformat.const int
The Classic 2 autoformat with special formatting for subtotal.const int
The Classic 3 autoformat.const int
The Classic 3 autoformat with special formatting for subtotal.const int
The Colorful 1 autoformat.const int
The Colorful 1 autoformat with special formatting for subtotal.const int
The Colorful 2 autoformat.const int
The Colorful 2 autoformat with special formatting for right total.const int
The Colorful 2 autoformat with special formatting for subtotal.const int
The Colorful 2 autoformat with special formatting for subtotal and right total.const int
The Colorful 3 autoformat.const int
The Colorful 3 autoformat with special formatting for right total.const int
The Colorful 3 autoformat with special formatting for subtotal.const int
The Colorful 3 autoformat with special formatting for subtotal and right total.const int
The EasyXLS 1 autoformat.const int
The EasyXLS 1 autoformat with special formatting for subtotal.const int
The EasyXLS 2 autoformat.const int
The EasyXLS 2 autoformat with special formatting for subtotal.const int
The EasyXLS 3 autoformat.const int
The EasyXLS 3 autoformat with special formatting for subtotal.const int
The List 1 autoformat.const int
The List 1 autoformat with special formatting for subtotal.const int
The List 2 autoformat.const int
The List 2 autoformat with special formatting for subtotal.const int
The List 3 autoformat.const int
The List 3 autoformat with special formatting for subtotal.const int
The None autoformat.const int
The Simple autoformat.const int
The Simple autoformat with special formatting for subtotal.static ExcelStyle
The footer style of the Accounting 2 autoformat.static ExcelStyle
The header style of the Accounting 2 autoformat.static ExcelStyle
The header style of the Classic 1 autoformat.static ExcelStyle
The header style of the Classic 2 autoformat.static ExcelStyle
The footer style of the Classic 3 autoformat.static ExcelStyle
The header style of the Classic 3 autoformat.static ExcelStyle
The default style for the columns and cells.static ExcelStyle
The cell style of the EasyXLS 1,2,3 autoformats.static ExcelStyle
The footer style of the EasyXLS 1 autoformat.static ExcelStyle
The header style of the EasyXLS 1 autoformat.static ExcelStyle
The footer style of the EasyXLS 2 autoformat.static ExcelStyle
The header style of the EasyXLS 2 autoformat.static ExcelStyle
The footer style of the List 2 autoformat.static ExcelStyle
The header style of the List 2 autoformat.static ExcelStyle
The footer style of the simple autoformat.static ExcelStyle
The header style of the simple autoformat. -
Constructor Summary
-
Method Summary
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
STYLE_DEFAULT
The default style for the columns and cells. -
STYLE_SIMPLE_HEADER
The header style of the simple autoformat. -
STYLE_SIMPLE_FOOTER
The footer style of the simple autoformat. -
STYLE_CLASSIC1_HEADER
The header style of the Classic 1 autoformat. -
STYLE_CLASSIC2_HEADER
The header style of the Classic 2 autoformat. -
STYLE_CLASSIC3_HEADER
The header style of the Classic 3 autoformat. -
STYLE_CLASSIC3_FOOTER
The footer style of the Classic 3 autoformat. -
STYLE_ACCOUNTING2_HEADER
The header style of the Accounting 2 autoformat. -
STYLE_ACCOUNTING2_FOOTER
The footer style of the Accounting 2 autoformat. -
STYLE_LIST2_HEADER
The header style of the List 2 autoformat. -
STYLE_LIST2_FOOTER
The footer style of the List 2 autoformat. -
STYLE_EASYXLS1_HEADER
The header style of the EasyXLS 1 autoformat. -
STYLE_EASYXLS1_FOOTER
The footer style of the EasyXLS 1 autoformat. -
STYLE_EASYXLS2_HEADER
The header style of the EasyXLS 2 autoformat. -
STYLE_EASYXLS2_FOOTER
The footer style of the EasyXLS 2 autoformat. -
STYLE_EASYXLS_DATA
The cell style of the EasyXLS 1,2,3 autoformats. -
AUTOFORMAT_NONE
public const final int AUTOFORMAT_NONEThe None autoformat. Embedded value is "0".- See Also:
- Constant Values
-
AUTOFORMAT_SIMPLE
public const final int AUTOFORMAT_SIMPLEThe Simple autoformat. Embedded value is "1".- See Also:
- Constant Values
-
AUTOFORMAT_SIMPLE_SUBTOTAL
public const final int AUTOFORMAT_SIMPLE_SUBTOTALThe Simple autoformat with special formatting for subtotal. Embedded value is "2".- See Also:
- Constant Values
-
AUTOFORMAT_CLASSIC1
public const final int AUTOFORMAT_CLASSIC1The Classic 1 autoformat. Embedded value is "3".- See Also:
- Constant Values
-
AUTOFORMAT_CLASSIC1_SUBTOTAL
public const final int AUTOFORMAT_CLASSIC1_SUBTOTALThe Classic 1 autoformat with special formatting for subtotal. Embedded value is "4".- See Also:
- Constant Values
-
AUTOFORMAT_CLASSIC1_RIGHT_TOTAL
public const final int AUTOFORMAT_CLASSIC1_RIGHT_TOTALThe Classic 1 autoformat with special formatting for right total. Embedded value is "5".- See Also:
- Constant Values
-
AUTOFORMAT_CLASSIC1_TOTALS
public const final int AUTOFORMAT_CLASSIC1_TOTALSThe Classic 1 autoformat with special formatting for subtotal and right total. Embedded value is "6".- See Also:
- Constant Values
-
AUTOFORMAT_CLASSIC2
public const final int AUTOFORMAT_CLASSIC2The Classic 2 autoformat. Embedded value is "7".- See Also:
- Constant Values
-
AUTOFORMAT_CLASSIC2_SUBTOTAL
public const final int AUTOFORMAT_CLASSIC2_SUBTOTALThe Classic 2 autoformat with special formatting for subtotal. Embedded value is "8".- See Also:
- Constant Values
-
AUTOFORMAT_CLASSIC3
public const final int AUTOFORMAT_CLASSIC3The Classic 3 autoformat. Embedded value is "9".- See Also:
- Constant Values
-
AUTOFORMAT_CLASSIC3_SUBTOTAL
public const final int AUTOFORMAT_CLASSIC3_SUBTOTALThe Classic 3 autoformat with special formatting for subtotal. Embedded value is "10".- See Also:
- Constant Values
-
AUTOFORMAT_ACCOUNTING1
public const final int AUTOFORMAT_ACCOUNTING1The Accounting 1 autoformat. Embedded value is "11".- See Also:
- Constant Values
-
AUTOFORMAT_ACCOUNTING1_SUBTOTAL
public const final int AUTOFORMAT_ACCOUNTING1_SUBTOTALThe Accounting 1 autoformat with special formatting for subtotal. Embedded value is "12".- See Also:
- Constant Values
-
AUTOFORMAT_ACCOUNTING1_RIGHT_TOTAL
public const final int AUTOFORMAT_ACCOUNTING1_RIGHT_TOTALThe Accounting 1 autoformat with special formatting for right total. Embedded value is "13".- See Also:
- Constant Values
-
AUTOFORMAT_ACCOUNTING1_TOTALS
public const final int AUTOFORMAT_ACCOUNTING1_TOTALSThe Accounting 1 autoformat with special formatting for subtotal and right total. Embedded value is "14".- See Also:
- Constant Values
-
AUTOFORMAT_ACCOUNTING2
public const final int AUTOFORMAT_ACCOUNTING2The Accounting 2 autoformat. Embedded value is "15".- See Also:
- Constant Values
-
AUTOFORMAT_ACCOUNTING2_SUBTOTAL
public const final int AUTOFORMAT_ACCOUNTING2_SUBTOTALThe Accounting 2 autoformat with special formatting for subtotal. Embedded value is "16".- See Also:
- Constant Values
-
AUTOFORMAT_ACCOUNTING3
public const final int AUTOFORMAT_ACCOUNTING3The Accounting 3 autoformat. Embedded value is "17".- See Also:
- Constant Values
-
AUTOFORMAT_ACCOUNTING3_SUBTOTAL
public const final int AUTOFORMAT_ACCOUNTING3_SUBTOTALThe Accounting 3 autoformat with special formatting for subtotal. Embedded value is "18".- See Also:
- Constant Values
-
AUTOFORMAT_ACCOUNTING4
public const final int AUTOFORMAT_ACCOUNTING4The Accounting 4 autoformat. Embedded value is "19".- See Also:
- Constant Values
-
AUTOFORMAT_ACCOUNTING4_SUBTOTAL
public const final int AUTOFORMAT_ACCOUNTING4_SUBTOTALThe Accounting 4 autoformat with special formatting for subtotal. Embedded value is "20".- See Also:
- Constant Values
-
AUTOFORMAT_COLORFUL1
public const final int AUTOFORMAT_COLORFUL1The Colorful 1 autoformat. Embedded value is "21".- See Also:
- Constant Values
-
AUTOFORMAT_COLORFUL1_SUBTOTAL
public const final int AUTOFORMAT_COLORFUL1_SUBTOTALThe Colorful 1 autoformat with special formatting for subtotal. Embedded value is "22".- See Also:
- Constant Values
-
AUTOFORMAT_COLORFUL2
public const final int AUTOFORMAT_COLORFUL2The Colorful 2 autoformat. Embedded value is "23".- See Also:
- Constant Values
-
AUTOFORMAT_COLORFUL2_SUBTOTAL
public const final int AUTOFORMAT_COLORFUL2_SUBTOTALThe Colorful 2 autoformat with special formatting for subtotal. Embedded value is "24".- See Also:
- Constant Values
-
AUTOFORMAT_COLORFUL2_RIGHT_TOTAL
public const final int AUTOFORMAT_COLORFUL2_RIGHT_TOTALThe Colorful 2 autoformat with special formatting for right total. Embedded value is "25".- See Also:
- Constant Values
-
AUTOFORMAT_COLORFUL2_TOTALS
public const final int AUTOFORMAT_COLORFUL2_TOTALSThe Colorful 2 autoformat with special formatting for subtotal and right total. Embedded value is "26".- See Also:
- Constant Values
-
AUTOFORMAT_COLORFUL3
public const final int AUTOFORMAT_COLORFUL3The Colorful 3 autoformat. Embedded value is "27".- See Also:
- Constant Values
-
AUTOFORMAT_COLORFUL3_SUBTOTAL
public const final int AUTOFORMAT_COLORFUL3_SUBTOTALThe Colorful 3 autoformat with special formatting for subtotal. Embedded value is "28".- See Also:
- Constant Values
-
AUTOFORMAT_COLORFUL3_RIGHT_TOTAL
public const final int AUTOFORMAT_COLORFUL3_RIGHT_TOTALThe Colorful 3 autoformat with special formatting for right total. Embedded value is "29".- See Also:
- Constant Values
-
AUTOFORMAT_COLORFUL3_TOTALS
public const final int AUTOFORMAT_COLORFUL3_TOTALSThe Colorful 3 autoformat with special formatting for subtotal and right total. Embedded value is "30".- See Also:
- Constant Values
-
AUTOFORMAT_LIST1
public const final int AUTOFORMAT_LIST1The List 1 autoformat. Embedded value is "31".- See Also:
- Constant Values
-
AUTOFORMAT_LIST1_SUBTOTAL
public const final int AUTOFORMAT_LIST1_SUBTOTALThe List 1 autoformat with special formatting for subtotal. Embedded value is "32".- See Also:
- Constant Values
-
AUTOFORMAT_LIST2
public const final int AUTOFORMAT_LIST2The List 2 autoformat. Embedded value is "33".- See Also:
- Constant Values
-
AUTOFORMAT_LIST2_SUBTOTAL
public const final int AUTOFORMAT_LIST2_SUBTOTALThe List 2 autoformat with special formatting for subtotal. Embedded value is "34".- See Also:
- Constant Values
-
AUTOFORMAT_LIST3
public const final int AUTOFORMAT_LIST3The List 3 autoformat. Embedded value is "35".- See Also:
- Constant Values
-
AUTOFORMAT_LIST3_SUBTOTAL
public const final int AUTOFORMAT_LIST3_SUBTOTALThe List 3 autoformat with special formatting for subtotal. Embedded value is "36".- See Also:
- Constant Values
-
AUTOFORMAT_3D_EFFECTS1
public const final int AUTOFORMAT_3D_EFFECTS1The 3D Effects 1 autoformat. Embedded value is "37".- See Also:
- Constant Values
-
AUTOFORMAT_3D_EFFECTS1_SUBTOTAL
public const final int AUTOFORMAT_3D_EFFECTS1_SUBTOTALThe 3D Effects 1 autoformat with special formatting for subtotal. Embedded value is "38".- See Also:
- Constant Values
-
AUTOFORMAT_3D_EFFECTS1_RIGHT_TOTAL
public const final int AUTOFORMAT_3D_EFFECTS1_RIGHT_TOTALThe 3D Effects 1 autoformat with special formatting for right total. Embedded value is "39".- See Also:
- Constant Values
-
AUTOFORMAT_3D_EFFECTS1_TOTALS
public const final int AUTOFORMAT_3D_EFFECTS1_TOTALSThe 3D Effects 1 autoformat with special formatting for subtotal and right total. Embedded value is "40".- See Also:
- Constant Values
-
AUTOFORMAT_3D_EFFECTS2
public const final int AUTOFORMAT_3D_EFFECTS2The 3D Effects 2 autoformat. Embedded value is "41".- See Also:
- Constant Values
-
AUTOFORMAT_3D_EFFECTS2_SUBTOTAL
public const final int AUTOFORMAT_3D_EFFECTS2_SUBTOTALThe 3D Effects 2 autoformat with special formatting for subtotal. Embedded value is "42".- See Also:
- Constant Values
-
AUTOFORMAT_EASYXLS1
public const final int AUTOFORMAT_EASYXLS1The EasyXLS 1 autoformat. Embedded value is "43".- See Also:
- Constant Values
-
AUTOFORMAT_EASYXLS1_SUBTOTAL
public const final int AUTOFORMAT_EASYXLS1_SUBTOTALThe EasyXLS 1 autoformat with special formatting for subtotal. Embedded value is "44".- See Also:
- Constant Values
-
AUTOFORMAT_EASYXLS2
public const final int AUTOFORMAT_EASYXLS2The EasyXLS 2 autoformat. Embedded value is "45".- See Also:
- Constant Values
-
AUTOFORMAT_EASYXLS2_SUBTOTAL
public const final int AUTOFORMAT_EASYXLS2_SUBTOTALThe EasyXLS 2 autoformat with special formatting for subtotal. Embedded value is "46".- See Also:
- Constant Values
-
AUTOFORMAT_EASYXLS3
public const final int AUTOFORMAT_EASYXLS3The EasyXLS 3 autoformat. Embedded value is "47".- See Also:
- Constant Values
-
AUTOFORMAT_EASYXLS3_SUBTOTAL
public const final int AUTOFORMAT_EASYXLS3_SUBTOTALThe EasyXLS 3 autoformat with special formatting for subtotal. Embedded value is "48".- See Also:
- Constant Values
-
-
Constructor Details
-
Styles
public Styles()
-