org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfParagraphKeepTogether
java.lang.Object
|
+--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
|
+--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
|
+--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfParagraphKeepTogether
- public class RtfParagraphKeepTogether
- extends RtfContainer
Models the keep together attributes of paragraphs
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement |
close, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
STATUS_NULL
public static final int STATUS_NULL
- constant for unset status
STATUS_OPEN_PARAGRAPH
public static final int STATUS_OPEN_PARAGRAPH
- constant for open paragraph
STATUS_CLOSE_PARAGRAPH
public static final int STATUS_CLOSE_PARAGRAPH
- constant for close paragraph
writeRtfContent
protected void writeRtfContent()
throws java.io.IOException
- Write the content
- Overrides:
writeRtfContent
in class RtfContainer
- Throws:
java.io.IOException
- for I/O problems
setStatus
public void setStatus(int status)
- set the status
- Parameters:
status
- the status to be set
isEmpty
public boolean isEmpty()
- Overrides:
isEmpty
in class RtfContainer
- Returns:
- true if this element would generate no "useful" RTF content
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.