fop 0.94 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.fo.FOEventHandler
org.apache.fop.render.rtf.RTFHandler
public class RTFHandler
extends FOEventHandler
Field Summary |
Fields inherited from class org.apache.fop.fo.FOEventHandler | |
foUserAgent , fontInfo , propertyListMaker , whiteSpaceHandler |
Constructor Summary | |
|
Method Summary | |
void | |
void | |
void | |
void | |
void |
|
void | |
void | |
void | |
void |
|
void |
|
void | |
void | |
void |
|
void | |
void | |
void |
|
void | |
void | |
void |
|
void |
|
void | |
void | |
void | |
void | |
void |
|
void | |
void |
|
void |
|
void | |
void | |
void | |
void | |
void | |
void | |
void |
|
void |
|
void | |
void |
|
void |
|
void | |
void | |
void | |
void | |
void | |
void | |
void |
|
void |
|
void | |
void | |
void |
|
void |
public RTFHandler(FOUserAgent userAgent, OutputStream os)
Creates a new RTF structure handler.
- Parameters:
userAgent
- the FOUserAgent for this processos
- OutputStream to write to
public void endBlock(Block bl)
- Overrides:
- endBlock in interface FOEventHandler
- Parameters:
bl
- Block that is ending
- See Also:
FOEventHandler.endBlock(Block)
public void endBlockContainer(BlockContainer bl)
- Overrides:
- endBlockContainer in interface FOEventHandler
- Parameters:
bl
- BlockContainer that is ending
public void endBody(TableBody tb)
- Overrides:
- endBody in interface FOEventHandler
- Parameters:
tb
- TableBody that is ending
- See Also:
FOEventHandler.endBody(TableBody)
public void endCell(TableCell tc)
- Overrides:
- endCell in interface FOEventHandler
- Parameters:
tc
- TableCell that is ending
- See Also:
FOEventHandler.endCell(TableCell)
public void endColumn(TableColumn tc)
- Overrides:
- endColumn in interface FOEventHandler
- Parameters:
tc
- TableColumn that is ending;
public void endDocument() throws SAXException
- Overrides:
- endDocument in interface FOEventHandler
- See Also:
FOEventHandler.endDocument()
public void endFlow(Flow fl)
- Overrides:
- endFlow in interface FOEventHandler
- Parameters:
fl
- Flow that is ending
- See Also:
FOEventHandler.endFlow(Flow)
public void endFooter(TableBody tf)
- Overrides:
- endFooter in interface FOEventHandler
- Parameters:
tf
- TableFooter that is ending
- See Also:
FOEventHandler.endFooter(TableBody)
public void endFootnote(Footnote footnote)
- Overrides:
- endFootnote in interface FOEventHandler
- Parameters:
footnote
- Footnote that is ending
- See Also:
FOEventHandler.endFootnote(Footnote)
public void endFootnoteBody(FootnoteBody body)
- Overrides:
- endFootnoteBody in interface FOEventHandler
- Parameters:
body
- FootnoteBody that is ending
public void endHeader(TableBody th)
- Overrides:
- endHeader in interface FOEventHandler
- Parameters:
th
- TableBody that is ending
- See Also:
FOEventHandler.endHeader(TableBody)
public void endInline(Inline inl)
- Overrides:
- endInline in interface FOEventHandler
- Parameters:
inl
- Inline that is ending.
public void endLink()
- Overrides:
- endLink in interface FOEventHandler
- See Also:
FOEventHandler.endLink()
public void endList(ListBlock lb)
- Overrides:
- endList in interface FOEventHandler
- Parameters:
lb
- ListBlock that is ending
- See Also:
FOEventHandler.endList(ListBlock)
public void endListBody()
- Overrides:
- endListBody in interface FOEventHandler
- See Also:
FOEventHandler.endListBody()
public void endListItem(ListItem li)
- Overrides:
- endListItem in interface FOEventHandler
- Parameters:
li
- ListItem that is ending
- See Also:
FOEventHandler.endListItem(ListItem)
public void endListLabel()
- Overrides:
- endListLabel in interface FOEventHandler
- See Also:
FOEventHandler.endListLabel()
public void endMarkup()
- Overrides:
- endMarkup in interface FOEventHandler
- See Also:
FOEventHandler.endMarkup()
public void endPageNumber(PageNumber pagenum)
- Overrides:
- endPageNumber in interface FOEventHandler
- Parameters:
pagenum
- PageNumber that is ending.
public void endPageSequence(PageSequence pageSeq)
- Overrides:
- endPageSequence in interface FOEventHandler
- Parameters:
pageSeq
- PageSequence that is ending
public void endRow(TableRow tr)
- Overrides:
- endRow in interface FOEventHandler
- Parameters:
tr
- TableRow that is ending
- See Also:
FOEventHandler.endRow(TableRow)
public void endStatic()
- Overrides:
- endStatic in interface FOEventHandler
- See Also:
FOEventHandler.endStatic()
public void endTable(Table tbl)
- Overrides:
- endTable in interface FOEventHandler
- Parameters:
tbl
- Table that is ending
- See Also:
FOEventHandler.endTable(Table)
public void foreignObject(InstreamForeignObject ifo)
- Overrides:
- foreignObject in interface FOEventHandler
- Parameters:
ifo
- InstreamForeignObject that is starting
public void image(ExternalGraphic eg)
- Overrides:
- image in interface FOEventHandler
- Parameters:
eg
- ExternalGraphic that is starting
public void leader(Leader l)
- Overrides:
- leader in interface FOEventHandler
- Parameters:
l
- Leader that is starting
- See Also:
FOEventHandler.leader(Leader)
public void pageRef()
- Overrides:
- pageRef in interface FOEventHandler
- See Also:
FOEventHandler.pageRef()
public void startBlock(Block bl)
- Overrides:
- startBlock in interface FOEventHandler
- Parameters:
bl
- Block that is starting
- See Also:
FOEventHandler.startBlock(Block)
public void startBlockContainer(BlockContainer blc)
- Overrides:
- startBlockContainer in interface FOEventHandler
- Parameters:
blc
- BlockContainer that is starting
public void startBody(TableBody tb)
- Overrides:
- startBody in interface FOEventHandler
- Parameters:
tb
- TableBody that is starting
- See Also:
FOEventHandler.startBody(TableBody)
public void startCell(TableCell tc)
- Overrides:
- startCell in interface FOEventHandler
- Parameters:
tc
- TableCell that is starting
- See Also:
FOEventHandler.startCell(TableCell)
public void startColumn(TableColumn tc)
- Overrides:
- startColumn in interface FOEventHandler
- Parameters:
tc
- TableColumn that is starting;
public void startDocument() throws SAXException
- Overrides:
- startDocument in interface FOEventHandler
- See Also:
FOEventHandler.startDocument()
public void startFlow(Flow fl)
- Overrides:
- startFlow in interface FOEventHandler
- Parameters:
fl
- Flow that is starting
- See Also:
FOEventHandler.startFlow(Flow)
public void startFooter(TableBody tf)
- Overrides:
- startFooter in interface FOEventHandler
- Parameters:
tf
- TableFooter that is starting
public void startFootnote(Footnote footnote)
- Overrides:
- startFootnote in interface FOEventHandler
- Parameters:
footnote
- Footnote that is starting
public void startFootnoteBody(FootnoteBody body)
- Overrides:
- startFootnoteBody in interface FOEventHandler
- Parameters:
body
- FootnoteBody that is starting
public void startHeader(TableBody th)
- Overrides:
- startHeader in interface FOEventHandler
- Parameters:
th
- TableBody that is starting
public void startInline(Inline inl)
- Overrides:
- startInline in interface FOEventHandler
- Parameters:
inl
- Inline that is starting.
public void startLink(BasicLink basicLink)
- Overrides:
- startLink in interface FOEventHandler
- Parameters:
basicLink
- BasicLink that is starting
- See Also:
org.apache.fop.fo.FOEventHandler.startLink(BasicLink basicLink)
public void startList(ListBlock lb)
- Overrides:
- startList in interface FOEventHandler
- Parameters:
lb
- ListBlock that is starting
- See Also:
FOEventHandler.startList(ListBlock)
public void startListBody()
- Overrides:
- startListBody in interface FOEventHandler
- See Also:
FOEventHandler.startListBody()
public void startListItem(ListItem li)
- Overrides:
- startListItem in interface FOEventHandler
- Parameters:
li
- ListItem that is starting
public void startListLabel()
- Overrides:
- startListLabel in interface FOEventHandler
- See Also:
FOEventHandler.startListLabel()
public void startMarkup()
- Overrides:
- startMarkup in interface FOEventHandler
- See Also:
FOEventHandler.startMarkup()
public void startPageNumber(PageNumber pagenum)
- Overrides:
- startPageNumber in interface FOEventHandler
- Parameters:
pagenum
- PageNumber that is starting.
public void startPageSequence(PageSequence pageSeq)
- Overrides:
- startPageSequence in interface FOEventHandler
- Parameters:
pageSeq
- PageSequence that is starting
- See Also:
FOEventHandler
public void startRow(TableRow tr)
- Overrides:
- startRow in interface FOEventHandler
- Parameters:
tr
- TableRow that is starting
- See Also:
FOEventHandler.startRow(TableRow)
public void startStatic()
- Overrides:
- startStatic in interface FOEventHandler
- See Also:
FOEventHandler.startStatic()
public void startTable(Table tbl)
- Overrides:
- startTable in interface FOEventHandler
- Parameters:
tbl
- Table that is starting
- See Also:
FOEventHandler.startTable(Table)
public void text(FOText text, char[] data, int start, int length)
- Parameters:
text
- FOText objectdata
- Array of characters to process.start
- Offset for characters to process.length
- Portion of array to process.
fop 0.94 |