Class Styles

System.Object
EasyXLS.Constants.Styles

public class Styles extends System.Object
This class contains predefined styles for formatting cells.
  • Field Details

    • STYLE_DEFAULT

      public const ExcelStyle STYLE_DEFAULT
      The default style for the columns and cells.
    • STYLE_SIMPLE_HEADER

      public const ExcelStyle STYLE_SIMPLE_HEADER
      The header style of the simple autoformat.
    • STYLE_CLASSIC1_HEADER

      public const ExcelStyle STYLE_CLASSIC1_HEADER
      The header style of the Classic 1 autoformat.
    • STYLE_CLASSIC2_HEADER

      public const ExcelStyle STYLE_CLASSIC2_HEADER
      The header style of the Classic 2 autoformat.
    • STYLE_CLASSIC3_HEADER

      public const ExcelStyle STYLE_CLASSIC3_HEADER
      The header style of the Classic 3 autoformat.
    • STYLE_ACCOUNTING2_HEADER

      public const ExcelStyle STYLE_ACCOUNTING2_HEADER
      The header style of the Accounting 2 autoformat.
    • STYLE_LIST2_HEADER

      public const ExcelStyle STYLE_LIST2_HEADER
      The header style of the List 2 autoformat.
    • STYLE_EASYXLS1_HEADER

      public const ExcelStyle STYLE_EASYXLS1_HEADER
      The header style of the EasyXLS 1 autoformat.
    • STYLE_EASYXLS2_HEADER

      public const ExcelStyle STYLE_EASYXLS2_HEADER
      The header style of the EasyXLS 2 autoformat.
    • STYLE_EASYXLS_DATA

      public const ExcelStyle STYLE_EASYXLS_DATA
      The cell style of the EasyXLS 1,2,3 autoformats.
    • AUTOFORMAT_NONE

      public const final int AUTOFORMAT_NONE
      The None autoformat. Embedded value is "0".
      See Also:
      Constant Values
    • AUTOFORMAT_SIMPLE

      public const final int AUTOFORMAT_SIMPLE
      The Simple autoformat. Embedded value is "1".
      See Also:
      Constant Values
    • AUTOFORMAT_SIMPLE_SUBTOTAL

      public const final int AUTOFORMAT_SIMPLE_SUBTOTAL
      The Simple autoformat with special formatting for subtotal. Embedded value is "2".
      See Also:
      Constant Values
    • AUTOFORMAT_CLASSIC1

      public const final int AUTOFORMAT_CLASSIC1
      The Classic 1 autoformat. Embedded value is "3".
      See Also:
      Constant Values
    • AUTOFORMAT_CLASSIC1_SUBTOTAL

      public const final int AUTOFORMAT_CLASSIC1_SUBTOTAL
      The 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_TOTAL
      The 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_TOTALS
      The 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_CLASSIC2
      The Classic 2 autoformat. Embedded value is "7".
      See Also:
      Constant Values
    • AUTOFORMAT_CLASSIC2_SUBTOTAL

      public const final int AUTOFORMAT_CLASSIC2_SUBTOTAL
      The Classic 2 autoformat with special formatting for subtotal. Embedded value is "8".
      See Also:
      Constant Values
    • AUTOFORMAT_CLASSIC3

      public const final int AUTOFORMAT_CLASSIC3
      The Classic 3 autoformat. Embedded value is "9".
      See Also:
      Constant Values
    • AUTOFORMAT_CLASSIC3_SUBTOTAL

      public const final int AUTOFORMAT_CLASSIC3_SUBTOTAL
      The Classic 3 autoformat with special formatting for subtotal. Embedded value is "10".
      See Also:
      Constant Values
    • AUTOFORMAT_ACCOUNTING1

      public const final int AUTOFORMAT_ACCOUNTING1
      The Accounting 1 autoformat. Embedded value is "11".
      See Also:
      Constant Values
    • AUTOFORMAT_ACCOUNTING1_SUBTOTAL

      public const final int AUTOFORMAT_ACCOUNTING1_SUBTOTAL
      The 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_TOTAL
      The 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_TOTALS
      The 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_ACCOUNTING2
      The Accounting 2 autoformat. Embedded value is "15".
      See Also:
      Constant Values
    • AUTOFORMAT_ACCOUNTING2_SUBTOTAL

      public const final int AUTOFORMAT_ACCOUNTING2_SUBTOTAL
      The Accounting 2 autoformat with special formatting for subtotal. Embedded value is "16".
      See Also:
      Constant Values
    • AUTOFORMAT_ACCOUNTING3

      public const final int AUTOFORMAT_ACCOUNTING3
      The Accounting 3 autoformat. Embedded value is "17".
      See Also:
      Constant Values
    • AUTOFORMAT_ACCOUNTING3_SUBTOTAL

      public const final int AUTOFORMAT_ACCOUNTING3_SUBTOTAL
      The Accounting 3 autoformat with special formatting for subtotal. Embedded value is "18".
      See Also:
      Constant Values
    • AUTOFORMAT_ACCOUNTING4

      public const final int AUTOFORMAT_ACCOUNTING4
      The Accounting 4 autoformat. Embedded value is "19".
      See Also:
      Constant Values
    • AUTOFORMAT_ACCOUNTING4_SUBTOTAL

      public const final int AUTOFORMAT_ACCOUNTING4_SUBTOTAL
      The Accounting 4 autoformat with special formatting for subtotal. Embedded value is "20".
      See Also:
      Constant Values
    • AUTOFORMAT_COLORFUL1

      public const final int AUTOFORMAT_COLORFUL1
      The Colorful 1 autoformat. Embedded value is "21".
      See Also:
      Constant Values
    • AUTOFORMAT_COLORFUL1_SUBTOTAL

      public const final int AUTOFORMAT_COLORFUL1_SUBTOTAL
      The Colorful 1 autoformat with special formatting for subtotal. Embedded value is "22".
      See Also:
      Constant Values
    • AUTOFORMAT_COLORFUL2

      public const final int AUTOFORMAT_COLORFUL2
      The Colorful 2 autoformat. Embedded value is "23".
      See Also:
      Constant Values
    • AUTOFORMAT_COLORFUL2_SUBTOTAL

      public const final int AUTOFORMAT_COLORFUL2_SUBTOTAL
      The 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_TOTAL
      The 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_TOTALS
      The 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_COLORFUL3
      The Colorful 3 autoformat. Embedded value is "27".
      See Also:
      Constant Values
    • AUTOFORMAT_COLORFUL3_SUBTOTAL

      public const final int AUTOFORMAT_COLORFUL3_SUBTOTAL
      The 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_TOTAL
      The 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_TOTALS
      The 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_LIST1
      The List 1 autoformat. Embedded value is "31".
      See Also:
      Constant Values
    • AUTOFORMAT_LIST1_SUBTOTAL

      public const final int AUTOFORMAT_LIST1_SUBTOTAL
      The List 1 autoformat with special formatting for subtotal. Embedded value is "32".
      See Also:
      Constant Values
    • AUTOFORMAT_LIST2

      public const final int AUTOFORMAT_LIST2
      The List 2 autoformat. Embedded value is "33".
      See Also:
      Constant Values
    • AUTOFORMAT_LIST2_SUBTOTAL

      public const final int AUTOFORMAT_LIST2_SUBTOTAL
      The List 2 autoformat with special formatting for subtotal. Embedded value is "34".
      See Also:
      Constant Values
    • AUTOFORMAT_LIST3

      public const final int AUTOFORMAT_LIST3
      The List 3 autoformat. Embedded value is "35".
      See Also:
      Constant Values
    • AUTOFORMAT_LIST3_SUBTOTAL

      public const final int AUTOFORMAT_LIST3_SUBTOTAL
      The 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_EFFECTS1
      The 3D Effects 1 autoformat. Embedded value is "37".
      See Also:
      Constant Values
    • AUTOFORMAT_3D_EFFECTS1_SUBTOTAL

      public const final int AUTOFORMAT_3D_EFFECTS1_SUBTOTAL
      The 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_TOTAL
      The 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_TOTALS
      The 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_EFFECTS2
      The 3D Effects 2 autoformat. Embedded value is "41".
      See Also:
      Constant Values
    • AUTOFORMAT_3D_EFFECTS2_SUBTOTAL

      public const final int AUTOFORMAT_3D_EFFECTS2_SUBTOTAL
      The 3D Effects 2 autoformat with special formatting for subtotal. Embedded value is "42".
      See Also:
      Constant Values
    • AUTOFORMAT_EASYXLS1

      public const final int AUTOFORMAT_EASYXLS1
      The EasyXLS 1 autoformat. Embedded value is "43".
      See Also:
      Constant Values
    • AUTOFORMAT_EASYXLS1_SUBTOTAL

      public const final int AUTOFORMAT_EASYXLS1_SUBTOTAL
      The EasyXLS 1 autoformat with special formatting for subtotal. Embedded value is "44".
      See Also:
      Constant Values
    • AUTOFORMAT_EASYXLS2

      public const final int AUTOFORMAT_EASYXLS2
      The EasyXLS 2 autoformat. Embedded value is "45".
      See Also:
      Constant Values
    • AUTOFORMAT_EASYXLS2_SUBTOTAL

      public const final int AUTOFORMAT_EASYXLS2_SUBTOTAL
      The EasyXLS 2 autoformat with special formatting for subtotal. Embedded value is "46".
      See Also:
      Constant Values
    • AUTOFORMAT_EASYXLS3

      public const final int AUTOFORMAT_EASYXLS3
      The EasyXLS 3 autoformat. Embedded value is "47".
      See Also:
      Constant Values
    • AUTOFORMAT_EASYXLS3_SUBTOTAL

      public const final int AUTOFORMAT_EASYXLS3_SUBTOTAL
      The EasyXLS 3 autoformat with special formatting for subtotal. Embedded value is "48".
      See Also:
      Constant Values
  • Constructor Details

    • Styles

      public Styles()