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
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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty()
protected void
write RTF code of all our childrenMethods 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 Details
-
RtfOpenGroupMark
RtfOpenGroupMark(RtfContainer parent, Writer w, RtfAttributes attr) throws IOException - Throws:
IOException
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in classRtfElement
- Returns:
- true if this element would generate no "useful" RTF content
-
writeRtfContent
write RTF code of all our children- Specified by:
writeRtfContent
in classRtfElement
- Throws:
IOException
- for I/O problems
-