Class PrimitivePropertyBuilders
- java.lang.Object
-
- com.openhtmltopdf.css.parser.property.PrimitivePropertyBuilders
-
public class PrimitivePropertyBuilders extends Object
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static BitSetABSOLUTE_FONT_SIZESstatic BitSetBACKGROUND_ATTACHMENTSstatic BitSetBACKGROUND_POSITIONSstatic BitSetBACKGROUND_REPEATSstatic PropertyBuilderBORDER_RADIUSstatic PropertyBuilderBORDER_STYLEstatic BitSetBORDER_STYLESstatic PropertyBuilderBORDER_WIDTHstatic BitSetBORDER_WIDTHSstatic BitSetCHECKBOX_STYLESstatic PropertyBuilderCOLORstatic BitSetDIRECTIONSstatic BitSetFONT_STYLESstatic BitSetFONT_SUBSETSstatic BitSetFONT_VARIANTSstatic BitSetFONT_WEIGHTSstatic BitSetLIST_STYLE_POSITIONSstatic BitSetLIST_STYLE_TYPESstatic PropertyBuilderMARGINstatic PropertyBuilderPADDINGstatic BitSetPAGE_ORIENTATIONSstatic BitSetRELATIVE_FONT_SIZES
-
Constructor Summary
Constructors Constructor Description PrimitivePropertyBuilders()
-
-
-
Field Detail
-
BORDER_STYLES
public static final BitSet BORDER_STYLES
-
BORDER_WIDTHS
public static final BitSet BORDER_WIDTHS
-
DIRECTIONS
public static final BitSet DIRECTIONS
-
FONT_VARIANTS
public static final BitSet FONT_VARIANTS
-
FONT_SUBSETS
public static final BitSet FONT_SUBSETS
-
CHECKBOX_STYLES
public static final BitSet CHECKBOX_STYLES
-
FONT_STYLES
public static final BitSet FONT_STYLES
-
FONT_WEIGHTS
public static final BitSet FONT_WEIGHTS
-
PAGE_ORIENTATIONS
public static final BitSet PAGE_ORIENTATIONS
-
LIST_STYLE_POSITIONS
public static final BitSet LIST_STYLE_POSITIONS
-
LIST_STYLE_TYPES
public static final BitSet LIST_STYLE_TYPES
-
BACKGROUND_REPEATS
public static final BitSet BACKGROUND_REPEATS
-
BACKGROUND_ATTACHMENTS
public static final BitSet BACKGROUND_ATTACHMENTS
-
BACKGROUND_POSITIONS
public static final BitSet BACKGROUND_POSITIONS
-
ABSOLUTE_FONT_SIZES
public static final BitSet ABSOLUTE_FONT_SIZES
-
RELATIVE_FONT_SIZES
public static final BitSet RELATIVE_FONT_SIZES
-
COLOR
public static final PropertyBuilder COLOR
-
BORDER_STYLE
public static final PropertyBuilder BORDER_STYLE
-
BORDER_WIDTH
public static final PropertyBuilder BORDER_WIDTH
-
BORDER_RADIUS
public static final PropertyBuilder BORDER_RADIUS
-
MARGIN
public static final PropertyBuilder MARGIN
-
PADDING
public static final PropertyBuilder PADDING
-
-