| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfElementorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainerorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfBookmarkContainerImplField Summary |
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement | |
attrib, parent, writer | |
Method Summary | |
RtfBookmark |
|
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer | |
addChild, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent | |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement | |
close, getRtfAttributes, isEmpty, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfContent, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS | |
public RtfBookmark newBookmark(String bookmark) throws IOException
Create a new RTF bookmark.
- Specified by:
- newBookmark in interface IRtfBookmarkContainer
- Parameters:
bookmark- Name of the bookmark
- Returns:
- RTF bookmark
| fop 0.94 |