IRtfBookmarkContainer
RtfParagraph
public class RtfBookmarkContainerImpl extends RtfContainer implements IRtfBookmarkContainer
RTF Bookmark container implementation. Nearly all containers or elements can have a bookmark, that is why the bookmark container is implemented as stand alone.
This work was authored by Andreas Putz (a.putz@skynamics.com).
attrib, parent, writer
Modifier and Type | Method | Description |
---|---|---|
RtfBookmark |
newBookmark(java.lang.String bookmark) |
Create a new RTF bookmark.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addChild, findChildren, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent
close, getParentOfClass, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
public RtfBookmark newBookmark(java.lang.String bookmark) throws java.io.IOException
newBookmark
in interface IRtfBookmarkContainer
bookmark
- Name of the bookmarkjava.io.IOException
- On erorCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.