| Package | Description |
|---|---|
| com.vladsch.flexmark.util.format | |
| com.vladsch.flexmark.util.html |
| Modifier and Type | Method and Description |
|---|---|
BasedSequence |
Table.cellText(CharSequence chars,
boolean isHeader,
int width,
CellAlignment alignment,
Ref<Integer> accumulatedDelta) |
| Modifier and Type | Method and Description |
|---|---|
FormattingAppendable |
FormattingAppendableImpl.lastOffset(Ref<Integer> refOffset) |
T |
HtmlFormattingAppendableBase.lastOffset(Ref<Integer> refOffset) |
FormattingAppendable |
FormattingAppendable.lastOffset(Ref<Integer> refOffset)
Get offset before the next append, but right after pending: EOLs, spaces or indents were added
Next append of text (non EOL/spaces) will set the reference, following appends will have not effect
Unlike
FormattingAppendable.lastOffset() flush() does not change the value of the reference, only actual character appending. |
FormattingAppendable |
FormattingAppendableImpl.line(Ref<Boolean> lineRef) |
T |
HtmlFormattingAppendableBase.line(Ref<Boolean> lineRef) |
FormattingAppendable |
FormattingAppendable.line(Ref<Boolean> lineRef)
Add a new line, if there was any unterminated text appended
|
FormattingAppendable |
FormattingAppendableImpl.lineIf(Ref<Boolean> lineRef) |
T |
HtmlFormattingAppendableBase.lineIf(Ref<Boolean> lineRef) |
FormattingAppendable |
FormattingAppendable.lineIf(Ref<Boolean> lineRef)
Add a new line, if lineRef is true, if false means that the new line in
FormattingAppendable.line(Ref) was suppressed
by conditionalFormatter and this new line will be suppressed too. |
Copyright © 2018. All rights reserved.