fop 0.95beta | |
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 endBlockContainer(BlockContainer bl)
- Overrides:
- endBlockContainer in interface FOEventHandler
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
public void endFootnote(Footnote footnote)
- Overrides:
- endFootnote in interface FOEventHandler
public void endFootnoteBody(FootnoteBody body)
- Overrides:
- endFootnoteBody in interface FOEventHandler
public void endInline(Inline inl)
- Overrides:
- endInline in interface FOEventHandler
- Parameters:
inl
- Inline that is ending.
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
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
- Parameters:
tc
- TableColumn that is starting;
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 startInline(Inline inl)
- Overrides:
- startInline in interface FOEventHandler
- Parameters:
inl
- Inline that is starting.
public void startListItem(ListItem li)
- Overrides:
- startListItem in interface FOEventHandler
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
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.95beta |