public class RtfBookmarkContainerImpl extends RtfContainer implements IRtfBookmarkContainer
| Modifier and Type | Field and Description |
|---|---|
(package private) RtfBookmark |
mBookmark
Rtf bookmark
|
m_attrib, m_parent, m_writer| Constructor and Description |
|---|
RtfBookmarkContainerImpl(RtfContainer parent,
java.io.Writer w)
Constructor.
|
RtfBookmarkContainerImpl(RtfContainer parent,
java.io.Writer w,
RtfAttributes attr)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RtfBookmark |
newBookmark(java.lang.String bookmark)
Create a new RTF bookmark.
|
addChild, containsText, dump, getChildCount, getChildren, getOptions, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContentclose, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNSRtfBookmark mBookmark
RtfBookmarkContainerImpl(RtfContainer parent, java.io.Writer w) throws java.io.IOException
parent - The parent containerw - Writerjava.io.IOException - On errorRtfBookmarkContainerImpl(RtfContainer parent, java.io.Writer w, RtfAttributes attr) throws java.io.IOException
parent - The parent containerw - Writerattr - Rtf attributesjava.io.IOException - On errorpublic RtfBookmark newBookmark(java.lang.String bookmark) throws java.io.IOException
newBookmark in interface IRtfBookmarkContainerbookmark - Name of the bookmarkjava.io.IOException - On eror