fop 0.95 | |
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 |
|
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 endBlockContainer(BlockContainer bl)
- Overrides:
- endBlockContainer in interface FOEventHandler
public void endDocument() throws SAXException
- Overrides:
- endDocument in interface FOEventHandler
public void endFootnote(Footnote footnote)
- Overrides:
- endFootnote in interface FOEventHandler
public void endFootnoteBody(FootnoteBody body)
- Overrides:
- endFootnoteBody in interface FOEventHandler
public void endPageNumber(PageNumber pagenum)
- Overrides:
- endPageNumber in interface FOEventHandler
public void endPageSequence(PageSequence pageSeq)
- Overrides:
- endPageSequence in interface FOEventHandler
public void foreignObject(InstreamForeignObject ifo)
- Overrides:
- foreignObject in interface FOEventHandler
public void startBlockContainer(BlockContainer blc)
- Overrides:
- startBlockContainer in interface FOEventHandler
public void startColumn(TableColumn tc)
- Overrides:
- startColumn in interface FOEventHandler
public void startDocument() throws SAXException
- Overrides:
- startDocument in interface FOEventHandler
public void startFootnote(Footnote footnote)
- Overrides:
- startFootnote in interface FOEventHandler
public void startFootnoteBody(FootnoteBody body)
- Overrides:
- startFootnoteBody in interface FOEventHandler
public void startListItem(ListItem li)
- Overrides:
- startListItem in interface FOEventHandler
public void startPageNumber(PageNumber pagenum)
- Overrides:
- startPageNumber in interface FOEventHandler
public void startPageNumberCitation(PageNumberCitation l)
- Overrides:
- startPageNumberCitation in interface FOEventHandler
public void startPageSequence(PageSequence pageSeq)
- Overrides:
- startPageSequence in interface FOEventHandler
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.95 |