public interface ParagraphPreProcessor
| Modifier and Type | Method and Description |
|---|---|
int |
preProcessBlock(Paragraph block,
ParserState state)
Process Paragraph Content on closing of the paragraph block to removeIndex non-text lines.
|
int preProcessBlock(Paragraph block, ParserState state)
This is used by extensions to take leading lines from a paragraph and convert them to other blocks by Default leading lines that define references are removed and Reference nodes are inserted before.
block - paragraph node to processstate - parser stateCopyright © 2018. All rights reserved.