Class RtfTextrun.RtfCloseGroupMark
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun.RtfCloseGroupMark
- Enclosing class:
- RtfTextrun
Class which represents the closing of a RTF group mark.
-
Field Summary
FieldsFields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the break type.boolean
isEmpty()
protected void
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
-
Field Details
-
breakType
private int breakType
-
-
Constructor Details
-
RtfCloseGroupMark
RtfCloseGroupMark(RtfContainer parent, Writer w, int breakType) 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
-
getBreakType
public int getBreakType()Returns the break type.- Returns:
- the break type (BREAK_* constants)
-
writeRtfContent
Write RTF code of all our children.- Specified by:
writeRtfContent
in classRtfElement
- Throws:
IOException
- for I/O problems
-