Class MarkupTags
java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.markup.MarkupTags
A class that contains all the possible tagnames and their attributes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringthe CSS tag for background colorstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for text colorstatic final StringCSS key that indicate the way something has to be displayedstatic final Stringthe CSS tag for the font familystatic final Stringthe CSS tag for the font sizestatic final Stringthe CSS tag for the font stylestatic final Stringthe CSS tag for the font weightstatic final Stringthe CSS tag for text decorationsstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for the margin of an objectstatic final Stringthe CSS tag for adding a page break when the document is printedstatic final Stringthe CSS tag for adding a page break when the document is printedstatic final Stringthe CSS tag for the horizontal alignment of an objectstatic final Stringthe CSS tag for text decorationsstatic final Stringthe CSS tag for text decorationsstatic final Stringthe CSS tag for the visibility of objectsstatic final Stringvalue for the CSS tag for adding a page break when the document is printedstatic final StringA possible value for the DISPLAY keystatic final Stringa CSS value for text font weightstatic final Stringthe value if you want to hide objects.static final StringA possible value for the DISPLAY keystatic final Stringa CSS value for text font stylestatic final Stringa CSS value for text decorationstatic final StringA possible value for the DISPLAY keystatic final Stringa CSS valuestatic final Stringa CSS valuestatic final Stringa CSS value for text font stylestatic final StringA possible value for the DISPLAY keystatic final StringA possible value for the DISPLAY keystatic final StringA possible value for the DISPLAY keystatic final Stringthe CSS value for a horizontal alignment of an objectstatic final Stringthe CSS value for a horizontal alignment of an objectstatic final Stringthe CSS value for a horizontal alignment of an objectstatic final Stringthe CSS value for a horizontal alignment of an objectstatic final Stringa CSS value for text decorationstatic final Stringattribute for specifying externally defined CSS classstatic final StringThe ID attribute.static final Stringthe height attribute.static final Stringthe hyperlink reference attribute.static final StringThis is a possible HTML attribute for the LINK tag.static final StringThis is used for inline css style informationstatic final StringThis is a possible HTML attribute.static final StringThis is a possible HTML attribute for the LINK tag.static final Stringthe width attribute.static final Stringthe markup for the body part of a filestatic final StringThe DIV tag.static final StringThis is a possible HTML-tag.static final StringThe SPAN tag.static final StringThis is a possible HTML attribute for the LINK tag.static final StringThis is a possible value for the language attribute (SCRIPT tag).static final Stringthe key for any tag -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ITEXT_TAG
-
HTML_TAG_BODY
-
HTML_TAG_DIV
-
HTML_TAG_LINK
-
HTML_TAG_SPAN
-
HTML_ATTR_HEIGHT
-
HTML_ATTR_HREF
-
HTML_ATTR_REL
This is a possible HTML attribute for the LINK tag.- See Also:
-
HTML_ATTR_STYLE
-
HTML_ATTR_TYPE
This is a possible HTML attribute for the LINK tag.- See Also:
-
HTML_ATTR_STYLESHEET
-
HTML_ATTR_WIDTH
-
HTML_ATTR_CSS_CLASS
attribute for specifying externally defined CSS class- See Also:
-
HTML_ATTR_CSS_ID
-
HTML_VALUE_JAVASCRIPT
This is a possible value for the language attribute (SCRIPT tag).- See Also:
-
HTML_VALUE_CSS
This is a possible HTML attribute for the LINK tag.- See Also:
-
CSS_KEY_BGCOLOR
-
CSS_KEY_COLOR
-
CSS_KEY_DISPLAY
CSS key that indicate the way something has to be displayed- See Also:
-
CSS_KEY_FONTFAMILY
-
CSS_KEY_FONTSIZE
-
CSS_KEY_FONTSTYLE
-
CSS_KEY_FONTWEIGHT
-
CSS_KEY_LINEHEIGHT
-
CSS_KEY_MARGIN
-
CSS_KEY_MARGINLEFT
-
CSS_KEY_MARGINRIGHT
-
CSS_KEY_MARGINTOP
-
CSS_KEY_MARGINBOTTOM
-
CSS_KEY_PADDING
-
CSS_KEY_PADDINGLEFT
-
CSS_KEY_PADDINGRIGHT
-
CSS_KEY_PADDINGTOP
-
CSS_KEY_PADDINGBOTTOM
-
CSS_KEY_BORDERCOLOR
-
CSS_KEY_BORDERWIDTH
-
CSS_KEY_BORDERWIDTHLEFT
the CSS tag for the margin of an object- See Also:
-
CSS_KEY_BORDERWIDTHRIGHT
the CSS tag for the margin of an object- See Also:
-
CSS_KEY_BORDERWIDTHTOP
-
CSS_KEY_BORDERWIDTHBOTTOM
the CSS tag for the margin of an object- See Also:
-
CSS_KEY_PAGE_BREAK_AFTER
the CSS tag for adding a page break when the document is printed- See Also:
-
CSS_KEY_PAGE_BREAK_BEFORE
the CSS tag for adding a page break when the document is printed- See Also:
-
CSS_KEY_TEXTALIGN
the CSS tag for the horizontal alignment of an object- See Also:
-
CSS_KEY_TEXTDECORATION
-
CSS_KEY_VERTICALALIGN
-
CSS_KEY_VISIBILITY
-
CSS_VALUE_ALWAYS
value for the CSS tag for adding a page break when the document is printed- See Also:
-
CSS_VALUE_BLOCK
-
CSS_VALUE_BOLD
-
CSS_VALUE_HIDDEN
-
CSS_VALUE_INLINE
-
CSS_VALUE_ITALIC
-
CSS_VALUE_LINETHROUGH
-
CSS_VALUE_LISTITEM
-
CSS_VALUE_NONE
-
CSS_VALUE_NORMAL
-
CSS_VALUE_OBLIQUE
-
CSS_VALUE_TABLE
-
CSS_VALUE_TABLEROW
-
CSS_VALUE_TABLECELL
-
CSS_VALUE_TEXTALIGNLEFT
the CSS value for a horizontal alignment of an object- See Also:
-
CSS_VALUE_TEXTALIGNRIGHT
the CSS value for a horizontal alignment of an object- See Also:
-
CSS_VALUE_TEXTALIGNCENTER
the CSS value for a horizontal alignment of an object- See Also:
-
CSS_VALUE_TEXTALIGNJUSTIFY
the CSS value for a horizontal alignment of an object- See Also:
-
CSS_VALUE_UNDERLINE
-
-
Constructor Details
-
MarkupTags
public MarkupTags()
-