public interface HtmlFormattingAppendable extends LineFormattingAppendable
ALLOW_LEADING_EOL, ALLOW_LEADING_WHITESPACE, COLLAPSE_WHITESPACE, CONVERT_TABS, FORMAT_ALL, PASS_THROUGH, PREFIX_AFTER_PENDING_EOL, PREFIX_PRE_FORMATTED, SUPPRESS_TRAILING_WHITESPACEaddIndentOnFirstEOL, addLine, addPrefix, addPrefix, append, append, append, append, append, append, appendTo, appendTo, appendTo, appendTo, appendTo, blankLine, blankLine, blankLineIf, clearLineOnFirstText, closePreFormatted, column, getIndentPrefix, getLineContent, getLineContents, getLineContents, getLineContents, getLineCount, getLinePrefix, getLinePrefixes, getLinePrefixes, getLinePrefixes, getLines, getLines, getLines, getOptions, getPendingEOL, getPendingSpace, getPrefix, indent, isPendingSpace, isPreFormatted, isPreFormattedLine, line, lineIf, lineOnFirstText, lineWithTrailingSpaces, lineWithTrailingSpaces, offset, offsetWithPending, openPreFormatted, openPreFormatted, popPrefix, popPrefix, prefixLines, prefixLines, prefixLines, prefixLines, pushPrefix, removeIndentOnFirstEOL, removeLines, repeat, repeat, repeat, setIndentPrefix, setLineOnFirstText, setOptions, setPrefix, setPrefix, textOnlyOffset, textOnlyOffsetWithPending, toString, unIndent, unIndentNoEolAttributes getAttributes()
HtmlFormattingAppendable setAttributes(Attributes attributes)
boolean inPre()
HtmlFormattingAppendable openPre()
HtmlFormattingAppendable closePre()
HtmlFormattingAppendable raw(CharSequence s)
HtmlFormattingAppendable raw(CharSequence s, int count)
HtmlFormattingAppendable rawPre(CharSequence s)
HtmlFormattingAppendable rawIndentedPre(CharSequence s)
HtmlFormattingAppendable text(CharSequence s)
HtmlFormattingAppendable attr(CharSequence attrName, CharSequence value)
HtmlFormattingAppendable attr(Attribute... attribute)
HtmlFormattingAppendable attr(Attributes attributes)
HtmlFormattingAppendable withAttr()
List<String> getOpenTagsAfterLast(CharSequence latestTag)
@Deprecated default HtmlFormattingAppendable withCondLine()
HtmlFormattingAppendable withCondLineOnChildText()
HtmlFormattingAppendable withCondIndent()
HtmlFormattingAppendable tagVoid(CharSequence tagName)
HtmlFormattingAppendable tag(CharSequence tagName)
HtmlFormattingAppendable tag(CharSequence tagName, Runnable runnable)
HtmlFormattingAppendable tag(CharSequence tagName, boolean voidElement)
HtmlFormattingAppendable tag(CharSequence tagName, boolean withIndent, boolean withLine, Runnable runnable)
HtmlFormattingAppendable tagVoidLine(CharSequence tagName)
HtmlFormattingAppendable tagLine(CharSequence tagName)
HtmlFormattingAppendable tagLine(CharSequence tagName, boolean voidElement)
HtmlFormattingAppendable tagLine(CharSequence tagName, Runnable runnable)
HtmlFormattingAppendable tagIndent(CharSequence tagName, Runnable runnable)
HtmlFormattingAppendable tagLineIndent(CharSequence tagName, Runnable runnable)
HtmlFormattingAppendable closeTag(CharSequence tagName)
Copyright © 2019. All rights reserved.