Package com.itextpdf.tool.xml.html
Class HTML.Attribute
- java.lang.Object
-
- com.itextpdf.tool.xml.html.HTML.Attribute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHTML.Attribute.ValuePossible attribute values.
-
Field Summary
Fields Modifier and Type Field Description static StringALIGNstatic StringALTstatic StringCELLPADDINGstatic StringCELLSPACINGstatic StringCLASSstatic StringCOLORstatic StringCOLSPANstatic StringDIRstatic StringFACEstatic StringHEIGHTstatic StringHREFstatic StringIDstatic StringNAMEstatic StringROWSPANstatic StringSIZEstatic StringSRCstatic StringSTARTstatic StringSTYLEstatic StringTYPEstatic StringVALIGNstatic StringWIDTH
-
-
-
Field Detail
-
ALT
public static final String ALT
- See Also:
- Constant Field Values
-
CELLPADDING
public static final String CELLPADDING
- See Also:
- Constant Field Values
-
CELLSPACING
public static final String CELLSPACING
- See Also:
- Constant Field Values
-
STYLE
public static final String STYLE
- See Also:
- Constant Field Values
-
CLASS
public static final String CLASS
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
HREF
public static final String HREF
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
SRC
public static final String SRC
- See Also:
- Constant Field Values
-
WIDTH
public static final String WIDTH
- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
COLSPAN
public static final String COLSPAN
- See Also:
- Constant Field Values
-
ROWSPAN
public static final String ROWSPAN
- See Also:
- Constant Field Values
-
VALIGN
public static final String VALIGN
- See Also:
- Constant Field Values
-
ALIGN
public static final String ALIGN
- See Also:
- Constant Field Values
-
FACE
public static final String FACE
- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
-
COLOR
public static final String COLOR
- See Also:
- Constant Field Values
-
START
public static final String START
- See Also:
- Constant Field Values
-
DIR
public static final String DIR
- See Also:
- Constant Field Values
-
-