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 TypeMethodDescriptionintReturns the break type.booleanisEmpty()protected voidWrite 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:
isEmptyin 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:
writeRtfContentin classRtfElement- Throws:
IOException- for I/O problems
-