Class RtfColorThemes
- java.lang.Object
-
- com.lowagie.text.rtf.parser.enumerations.RtfColorThemes
-
public final class RtfColorThemes extends java.lang.ObjectSpecifies the color theme values for use in Color Tables.- Since:
- 2.0.8
- Author:
- Howard Shank (hgshank@yahoo.com)
-
-
Field Summary
Fields Modifier and Type Field Description static intTHEME_ACCENTFIVEstatic intTHEME_ACCENTFOURstatic intTHEME_ACCENTONEstatic intTHEME_ACCENTSIXstatic intTHEME_ACCENTTHREEstatic intTHEME_ACCENTTWOstatic intTHEME_BACKGROUNDONEstatic intTHEME_BACKGROUNDTWOstatic intTHEME_FOLLOWEDHYPERLINKstatic intTHEME_HYPERLINKstatic intTHEME_MAINDARKONEstatic intTHEME_MAINDARKTWOstatic intTHEME_MAINLIGHTONEstatic intTHEME_MAINLIGHTTWOstatic intTHEME_MAXstatic intTHEME_TEXTONEstatic intTHEME_TEXTTWOstatic intTHEME_UNDEFINED
-
Constructor Summary
Constructors Constructor Description RtfColorThemes()
-
-
-
Field Detail
-
THEME_UNDEFINED
public static final int THEME_UNDEFINED
- See Also:
- Constant Field Values
-
THEME_MAINDARKONE
public static final int THEME_MAINDARKONE
- See Also:
- Constant Field Values
-
THEME_MAINDARKTWO
public static final int THEME_MAINDARKTWO
- See Also:
- Constant Field Values
-
THEME_MAINLIGHTONE
public static final int THEME_MAINLIGHTONE
- See Also:
- Constant Field Values
-
THEME_MAINLIGHTTWO
public static final int THEME_MAINLIGHTTWO
- See Also:
- Constant Field Values
-
THEME_ACCENTONE
public static final int THEME_ACCENTONE
- See Also:
- Constant Field Values
-
THEME_ACCENTTWO
public static final int THEME_ACCENTTWO
- See Also:
- Constant Field Values
-
THEME_ACCENTTHREE
public static final int THEME_ACCENTTHREE
- See Also:
- Constant Field Values
-
THEME_ACCENTFOUR
public static final int THEME_ACCENTFOUR
- See Also:
- Constant Field Values
-
THEME_ACCENTFIVE
public static final int THEME_ACCENTFIVE
- See Also:
- Constant Field Values
-
THEME_ACCENTSIX
public static final int THEME_ACCENTSIX
- See Also:
- Constant Field Values
-
THEME_HYPERLINK
public static final int THEME_HYPERLINK
- See Also:
- Constant Field Values
-
THEME_FOLLOWEDHYPERLINK
public static final int THEME_FOLLOWEDHYPERLINK
- See Also:
- Constant Field Values
-
THEME_BACKGROUNDONE
public static final int THEME_BACKGROUNDONE
- See Also:
- Constant Field Values
-
THEME_TEXTONE
public static final int THEME_TEXTONE
- See Also:
- Constant Field Values
-
THEME_BACKGROUNDTWO
public static final int THEME_BACKGROUNDTWO
- See Also:
- Constant Field Values
-
THEME_TEXTTWO
public static final int THEME_TEXTTWO
- See Also:
- Constant Field Values
-
THEME_MAX
public static final int THEME_MAX
- See Also:
- Constant Field Values
-
-