|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfor.jfor.rtflib.rtfdoc.RtfElement
org.jfor.jfor.rtflib.rtfdoc.RtfBookmark
RTF Bookmark. Create an RTF bookmark as a child of given container with default attributes. This class belongs to the "id" attribute processing.
| Field Summary | |
static int |
maxBookmarkLength
Word 2000 supports a length of 40 characters only |
static char |
replaceCharacter
Word 2000 converts '.' in bookmarks to "_", thats why we control this replacement. |
| Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
m_attrib, m_parent, m_writer |
| Constructor Summary | |
(package private) |
RtfBookmark(IRtfBookmarkContainer parent,
java.io.Writer w,
java.lang.String bookmark)
Constructor. |
| Method Summary | |
boolean |
isEmpty()
true if this element would generate no "useful" RTF content |
void |
writeRtfContent()
Writes the RTF content to m_writer. |
void |
writeRtfPrefix()
Is called before writing the Rtf content. |
void |
writeRtfSuffix()
Is called after writing the Rtf content. |
| Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
close, dump, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeStarControlWord, writeStarControlWordNS |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static int maxBookmarkLength
public static char replaceCharacter
| Constructor Detail |
RtfBookmark(IRtfBookmarkContainer parent,
java.io.Writer w,
java.lang.String bookmark)
throws java.io.IOException
parent - a RtfBookmarkContainer valuebookmark - Name of the bookmark| Method Detail |
public void writeRtfPrefix()
throws java.io.IOException
writeRtfPrefix in class RtfElementjava.io.IOException - On Error
public void writeRtfContent()
throws java.io.IOException
writeRtfContent in class RtfElementjava.io.IOException - On error
public void writeRtfSuffix()
throws java.io.IOException
writeRtfSuffix in class RtfElementjava.io.IOException - On Errorpublic boolean isEmpty()
isEmpty in class RtfElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||