public interface IDocumentHandler extends ITransformResult
| Modifier and Type | Interface and Description |
|---|---|
static class |
IDocumentHandler.TextLocation |
TEXT_BEFORE_PROPERTY, TEXT_BODY_PROPERTY, TEXT_END_PROPERTY| Modifier and Type | Method and Description |
|---|---|
void |
endBold()
End bold style.
|
void |
endDocument()
End the document.
|
void |
endHeading(int level)
End heading.
|
void |
endItalics()
End italics style.
|
void |
endListItem()
End list item.
|
void |
endOrderedList()
End ordered list.
|
void |
endParagraph()
End paragraph.
|
void |
endSpan()
End span item.
|
void |
endStrike()
End Strike style.
|
void |
endSubscript()
End Subscript style.
|
void |
endSuperscript()
End Superscript style.
|
void |
endTable()
End table.
|
void |
endTableCell()
End table cell.
|
void |
endTableRow()
End table row.
|
void |
endUnderline()
End underline style.
|
void |
endUnorderedList()
End unordered list.
|
void |
handleImage(java.lang.String ref,
java.lang.String label)
Handle image.
|
void |
handleLineBreak() |
void |
handleReference(java.lang.String ref,
java.lang.String label)
Handle reference.
|
void |
handleString(java.lang.String s)
Text content.
|
void |
startBold()
Start bold style.
|
void |
startDocument()
Start the document.
|
void |
startHeading(int level,
HeaderProperties properties)
Start heading.
|
void |
startItalics()
Start italics style.
|
void |
startListItem(ListItemProperties properties)
Start list item.
|
void |
startOrderedList(ListProperties properties)
Start ordered list.
|
void |
startParagraph(ParagraphProperties properties)
Start paragraph.
|
void |
startSpan(SpanProperties properties)
Start span item.
|
void |
startStrike()
Start Strike style.
|
void |
startSubscript()
Start Subscript style.
|
void |
startSuperscript()
Start Superscript style.
|
void |
startTable(TableProperties properties)
Start table.
|
void |
startTableCell(TableCellProperties properties)
Start table cell.
|
void |
startTableRow(TableRowProperties properties)
Start table row.
|
void |
startUnderline()
Start underline style.
|
void |
startUnorderedList(ListProperties properties)
Start unordered list.
|
getTextBefore, getTextBody, getTextEndvoid startDocument()
throws java.io.IOException
java.io.IOExceptionvoid endDocument()
throws java.io.IOException
java.io.IOExceptionvoid startParagraph(ParagraphProperties properties) throws java.io.IOException
java.io.IOExceptionvoid endParagraph()
throws java.io.IOException
java.io.IOExceptionvoid startBold()
throws java.io.IOException
java.io.IOExceptionvoid endBold()
throws java.io.IOException
java.io.IOExceptionvoid startItalics()
throws java.io.IOException
java.io.IOExceptionvoid endItalics()
throws java.io.IOException
java.io.IOExceptionvoid startUnderline()
throws java.io.IOException
java.io.IOExceptionvoid endUnderline()
throws java.io.IOException
java.io.IOExceptionvoid startStrike()
throws java.io.IOException
java.io.IOExceptionvoid endStrike()
throws java.io.IOException
java.io.IOExceptionvoid startSubscript()
throws java.io.IOException
java.io.IOExceptionvoid endSubscript()
throws java.io.IOException
java.io.IOExceptionvoid startSuperscript()
throws java.io.IOException
java.io.IOExceptionvoid endSuperscript()
throws java.io.IOException
java.io.IOExceptionvoid startOrderedList(ListProperties properties) throws java.io.IOException
properties - java.io.IOExceptionvoid endOrderedList()
throws java.io.IOException
java.io.IOExceptionvoid startUnorderedList(ListProperties properties) throws java.io.IOException
properties - java.io.IOExceptionvoid endUnorderedList()
throws java.io.IOException
java.io.IOExceptionvoid startListItem(ListItemProperties properties) throws java.io.IOException
java.io.IOExceptionvoid endListItem()
throws java.io.IOException
java.io.IOExceptionvoid startSpan(SpanProperties properties) throws java.io.IOException
java.io.IOExceptionvoid endSpan()
throws java.io.IOException
java.io.IOExceptionvoid handleString(java.lang.String s)
throws java.io.IOException
s - java.io.IOExceptionvoid startHeading(int level,
HeaderProperties properties)
throws java.io.IOException
level - java.io.IOExceptionvoid endHeading(int level)
throws java.io.IOException
level - java.io.IOExceptionvoid startTable(TableProperties properties) throws java.io.IOException
java.io.IOExceptionvoid endTable()
throws java.io.IOException
java.io.IOExceptionvoid startTableRow(TableRowProperties properties) throws java.io.IOException
properties - table row properties.java.io.IOExceptionvoid endTableRow()
throws java.io.IOException
java.io.IOExceptionvoid startTableCell(TableCellProperties properties) throws java.io.IOException
properties - table cell propertie.java.io.IOExceptionvoid endTableCell()
throws java.io.IOException
java.io.IOExceptionvoid handleImage(java.lang.String ref,
java.lang.String label)
throws java.io.IOException
ref - label - java.io.IOExceptionvoid handleReference(java.lang.String ref,
java.lang.String label)
throws java.io.IOException
ref - label - java.io.IOExceptionvoid handleLineBreak()
throws java.io.IOException
java.io.IOExceptionCopyright © 2022. All Rights Reserved.