Class RtfTextrun.RtfOpenGroupMark
- java.lang.Object
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun.RtfOpenGroupMark
-
- Enclosing class:
- RtfTextrun
private class RtfTextrun.RtfOpenGroupMark extends RtfElement
Class which represents the opening of a RTF group mark.
-
-
Field Summary
-
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
-
Constructor Summary
Constructors Constructor Description RtfOpenGroupMark(RtfContainer parent, java.io.Writer w, RtfAttributes attr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
protected void
writeRtfContent()
write RTF code of all our children-
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
close, dump, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
-
-
-
-
Constructor Detail
-
RtfOpenGroupMark
RtfOpenGroupMark(RtfContainer parent, java.io.Writer w, RtfAttributes attr) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in classRtfElement
- Returns:
- true if this element would generate no "useful" RTF content
-
writeRtfContent
protected void writeRtfContent() throws java.io.IOException
write RTF code of all our children- Specified by:
writeRtfContent
in classRtfElement
- Throws:
java.io.IOException
- for I/O problems
-
-