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
private class RtfTextrun.RtfCloseGroupMark extends RtfElement
Class which represents the closing of a RTF group mark.
-
-
Field Summary
Fields Modifier and Type Field Description private intbreakType-
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
-
-
Constructor Summary
Constructors Constructor Description RtfCloseGroupMark(RtfContainer parent, java.io.Writer w, int breakType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBreakType()Returns the break type.booleanisEmpty()protected voidwriteRtfContent()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
-
RtfCloseGroupMark
RtfCloseGroupMark(RtfContainer parent, java.io.Writer w, int breakType) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
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
protected void writeRtfContent() throws java.io.IOExceptionWrite RTF code of all our children.- Specified by:
writeRtfContentin classRtfElement- Throws:
java.io.IOException- for I/O problems
-
-