|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDocumentHandler
Handler to build a document.
| Nested Class Summary | |
|---|---|
static class |
IDocumentHandler.TextLocation
|
| Field Summary |
|---|
| Fields inherited from interface fr.opensagres.xdocreport.document.textstyling.ITransformResult |
|---|
TEXT_BEFORE_PROPERTY, TEXT_BODY_PROPERTY, TEXT_END_PROPERTY |
| Method Summary | |
|---|---|
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 |
endUnorderedList()
End unordered list. |
void |
handleImage(String ref,
String label)
Handle image. |
void |
handleLineBreak()
|
void |
handleReference(String ref,
String label)
Handle reference. |
void |
handleString(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 |
startUnorderedList(ListProperties properties)
Start unordered list. |
| Methods inherited from interface fr.opensagres.xdocreport.document.textstyling.ITransformResult |
|---|
getTextBefore, getTextBody, getTextEnd |
| Method Detail |
|---|
void startDocument()
throws IOException
IOException
void endDocument()
throws IOException
IOException
void startParagraph(ParagraphProperties properties)
throws IOException
IOException
void endParagraph()
throws IOException
IOException
void startBold()
throws IOException
IOException
void endBold()
throws IOException
IOException
void startItalics()
throws IOException
IOException
void endItalics()
throws IOException
IOException
void startOrderedList(ListProperties properties)
throws IOException
properties -
IOException
void endOrderedList()
throws IOException
IOException
void startUnorderedList(ListProperties properties)
throws IOException
properties -
IOException
void endUnorderedList()
throws IOException
IOException
void startListItem(ListItemProperties properties)
throws IOException
IOException
void endListItem()
throws IOException
IOException
void handleString(String s)
throws IOException
s -
IOException
void startHeading(int level,
HeaderProperties properties)
throws IOException
level -
IOException
void endHeading(int level)
throws IOException
level -
IOException
void handleImage(String ref,
String label)
throws IOException
ref - label -
IOException
void handleReference(String ref,
String label)
throws IOException
ref - label -
IOException
void handleLineBreak()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||