XHTMLText |
XHTMLText.append(java.lang.String textToAppend) |
Appends a given text to the XHTMLText.
|
XHTMLText |
XHTMLText.appendBrTag() |
Appends a tag that inserts a single carriage return.
|
XHTMLText |
XHTMLText.appendCloseAnchorTag() |
Appends a tag that indicates that an anchor section ends.
|
XHTMLText |
XHTMLText.appendCloseBlockQuoteTag() |
Appends a tag that indicates that a blockquote section ends.
|
XHTMLText |
XHTMLText.appendCloseBodyTag() |
Appends a tag that indicates that the body section ends.
|
XHTMLText |
XHTMLText.appendCloseCodeTag() |
Appends a tag that indicates end of text that is the code for a program.
|
XHTMLText |
XHTMLText.appendCloseEmTag() |
Appends a tag that indicates end of emphasis.
|
XHTMLText |
XHTMLText.appendCloseHeaderTag(int level) |
Appends a tag that indicates that a header section ends.
|
XHTMLText |
XHTMLText.appendCloseInlinedQuoteTag() |
Appends a tag that indicates that an inlined quote section ends.
|
XHTMLText |
XHTMLText.appendCloseLineItemTag() |
Appends a tag that indicates that a line item section ends.
|
XHTMLText |
XHTMLText.appendCloseOrderedListTag() |
Appends a tag that indicates that an ordered list section ends.
|
XHTMLText |
XHTMLText.appendCloseParagraphTag() |
Appends a tag that indicates the end of a new paragraph.
|
XHTMLText |
XHTMLText.appendCloseSpanTag() |
Appends a tag that indicates that a span section ends.
|
XHTMLText |
XHTMLText.appendCloseStrongTag() |
Appends a tag that indicates that a strong section ends.
|
XHTMLText |
XHTMLText.appendCloseUnorderedListTag() |
Appends a tag that indicates that an unordered list section ends.
|
XHTMLText |
XHTMLText.appendImageTag(java.lang.String align,
java.lang.String alt,
java.lang.String height,
java.lang.String src,
java.lang.String width) |
Appends a tag that indicates an image.
|
XHTMLText |
XHTMLText.appendLineItemTag(java.lang.String style) |
Appends a tag that indicates the start of a new line item within a list.
|
XHTMLText |
XHTMLText.appendOpenAnchorTag(java.lang.String href,
java.lang.String style) |
Appends a tag that indicates that an anchor section begins.
|
XHTMLText |
XHTMLText.appendOpenBlockQuoteTag(java.lang.String style) |
Appends a tag that indicates that a blockquote section begins.
|
XHTMLText |
XHTMLText.appendOpenCiteTag() |
Appends a tag that indicates a reference to work, such as a book, report or web site.
|
XHTMLText |
XHTMLText.appendOpenCodeTag() |
Appends a tag that indicates text that is the code for a program.
|
XHTMLText |
XHTMLText.appendOpenEmTag() |
Appends a tag that indicates emphasis.
|
XHTMLText |
XHTMLText.appendOpenHeaderTag(int level,
java.lang.String style) |
Appends a tag that indicates a header, a title of a section of the message.
|
XHTMLText |
XHTMLText.appendOpenInlinedQuoteTag(java.lang.String style) |
Appends a tag that indicates that an inlined quote section begins.
|
XHTMLText |
XHTMLText.appendOpenOrderedListTag(java.lang.String style) |
Appends a tag that creates an ordered list.
|
XHTMLText |
XHTMLText.appendOpenParagraphTag(java.lang.String style) |
Appends a tag that indicates the start of a new paragraph.
|
XHTMLText |
XHTMLText.appendOpenSpanTag(java.lang.String style) |
Appends a tag that allows to set the fonts for a span of text.
|
XHTMLText |
XHTMLText.appendOpenStrongTag() |
Appends a tag that indicates text which should be more forceful than surrounding text.
|
XHTMLText |
XHTMLText.appendOpenUnorderedListTag(java.lang.String style) |
Appends a tag that creates an unordered list.
|