GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javainterface LineAppendable
Abstract
addIndentOnFirstEOL()
Add an indent on first EOL appended and run runnable
LineAppendable
Used to collect line text for further processing control output of new lines limitin...
addOptions()
Abstract
changeOptions()
addPrefix()
Add to prefix appended after a new line character for every line and after a new lin...
Abstract
getPendingEOL()
Get number of EOLs at end of appendable, this is actually number of tail blank lines
Abstract
addPrefix()
Add to prefix appended after a new line character for every line and after a new lin...
Abstract
append()
Abstract
append()
append()
Append lines from another line formatting appendable. <p> NOTE: does not apply forma...
Abstract
append()
Append lines from another line formatting appendable. <p> NOTE: does not apply forma...
Abstract
append()
Abstract
append()
append()
Append lines from another line formatting appendable. <p> NOTE: does not apply forma...
appendAll()
appendTo()
Abstract
appendTo()
append lines to appendable with given maximum trailing blank lines and given prefix ...
appendTo()
appendTo()
appendTo()
append lines to appendable with 0 blank lines, if these are desired at the end of th...
appendToSilently()
appendToSilently()
appendToSilently()
appendToSilently()
Abstract
blankLine()
Add a blank lines, if there isn't already given number of blank lines appended. Will...
Abstract
blankLine()
Add a blank line, if there is not one already appended.
Abstract
blankLineIf()
Add a blank line, if predicate is true and there isn't already blank lines appended.
clearLineOnFirstText()
Abstract
lineOnFirstText()
Abstract
closePreFormatted()
Close preformatted section and suspend content modification
Abstract
column()
Get column offset after last append
S
combinedPrefix()
copyAppendable()
Abstract
getEmptyAppendable()
copyAppendable()
copyAppendable()
copyAppendable()
Make a copy of this appendable with the given line range
copyAppendable()
Abstract
endsWithEOL()
get()
Kotlin index operator
Abstract
getLineInfo()
Get Line information at given line index <p> NOTE: if there is an unterminated line ...
Abstract
getAfterEolPrefixDelta()
Get pending prefix after EOL
Abstract
getBeforeEolPrefix()
Get prefix used before EOL
Abstract
getBuilder()
Get builder used for accumulation
Abstract
getIndentPrefix()
Get prefix appended after a new line character for every indent level
Abstract
getLine()
Get Line at given line index <p> NOTE: if there is an unterminated line it will be a...
getLineContent()
Get Line content of given line
OAbstract
subSequence()
Get a portion of this sequence
IRichSequence...
BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
Abstract
getLineCount()
Get the number of lines appended, not including any unterminated ones
Abstract
getLineCountWithPending()
Get the number of lines appended, including any unterminated ones <p> NOTE: if there...
getLinePrefix()
Get prefix of given line
Abstract
getLines()
Full line iterator over some lines <p> NOTE: will issue line() to terminate any unte...
getLines()
getLines()
getLines()
getLines()
Abstract
getLinesInfo()
Full line iterator with line info <p> NOTE: will issue line() to terminate any unter...
getLinesInfo()
getLinesInfo()
Abstract
getOptionSet()
Get current options as set which can be used to modify options
getOptions()
Get current options as bit mask flags
toInt()
BitFieldSet
Re-Implementation of RegularEnumSet class for EnumSet, for "regular sized" enum type...
Abstract
getPendingSpace()
Get number of spaces at end of pending text
Abstract
getPrefix()
Get prefix being applied to all lines, even in pre-formatted sections This is the pr...
Abstract
getTrailingBlankLines()
Get trailing blank line count ending on given line
getTrailingBlankLines()
Abstract
indent()
Increase the indent level, will terminate the current line if there is unterminated ...
Abstract
insertLine()
Insert a line at the index with given content and prefix for a line
isEmpty()
Kotlin compatibility
isNotEmpty()
Kotlin compatibility
Abstract
isPendingSpace()
Test if trailing text ends in space or tab
Abstract
isPreFormatted()
OAbstract
iterator()
Full line iterator NOTE: will not issue line() to terminate any unterminated lines b...
Abstract
line()
Add a new line if there was any unterminated text appended or if this is a preformat...
Abstract
lineIf()
Add a new line, if predicate is true and line() would add an EOL.
Abstract
lineWithTrailingSpaces()
Add a new line, keep trailing spaces if there was any unterminated text appended <p>...
noPreserveSpaces()
noTrimLeading()
Abstract
offset()
Get text offset of all output lines, excluding any text for the last line being accu...
Abstract
offsetWithPending()
Get offset after last append as if EOL was added but without the EOL itself
Abstract
openPreFormatted()
Open preformatted section and suspend content modification
Abstract
popOptions()
Abstract
popPrefix()
Pop a prefix from the stack and set the current prefix
popPrefix()
Pop a prefix from the stack and set the current prefix
preserveSpaces()
Abstract
pushOptions()
Abstract
pushPrefix()
Save the current prefix on the stack
removeExtraBlankLines()
Abstract
removeExtraBlankLines()
Normalize the appendable by removing extra blank lines in the body or at the end of ...
Abstract
removeIndentOnFirstEOL()
Remove runnable, has no effect if EOL was already appended and runnable was run
Abstract
removeLines()
removeOptions()
Abstract
setIndentPrefix()
Set prefix to append after a new line character for every indent level
Abstract
setLine()
Set content and prefix for a line
setLineOnFirstText()
setOptions()
S
toOptionSet()
setOptions()
Set options on processing text
S
of()
Creates an enum set initially containing the specified elements. This factory, whose...
S
toOptionSet()
setOptions()
Set options on processing text
S
of()
Create a bit enum set from a bit mask
Abstract
setPrefix()
Set prefix appended after a new line character for every line and after a new line i...
setPrefix()
Set prefix appended after a new line character for every line and after a new line i...
Abstract
setPrefixLength()
Change prefix length for a given line without changing the line content
toSequence()
Abstract
toSequence()
get the resulting text for all lines
toSequence()
toSequence()
toSequence()
toString()
Abstract
toString()
get the resulting text for all lines
toString()
toString()
get the resulting text for all lines
toString()
trimLeading()
Abstract
unIndent()
Decrease the indent level, min level is 0, will terminate the current line if there ...
Abstract
unIndentNoEol()
Decrease the indent level, if there is unterminated text then unindented prefix is t...