org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfParagraphKeepTogether
public class RtfParagraphKeepTogether
Models the keep together attributes of paragraphs
close , getRtfAttributes , isEmpty , newLine , okToWriteRtf , toString , writeAttributes , writeControlWord , writeControlWordNS , writeExceptionInRtf , writeGroupMark , writeOneAttribute , writeOneAttributeNS , writeRtf , writeRtfContent , writeRtfPrefix , writeRtfSuffix , writeStarControlWord , writeStarControlWordNS |
STATUS_CLOSE_PARAGRAPH
public static final int STATUS_CLOSE_PARAGRAPH
constant for close paragraph
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
isEmpty
public boolean isEmpty()
- isEmpty in interface RtfContainer
- true if this element would generate no "useful" RTF content
setStatus
public void setStatus(int status)
set the status
status
- the status to be set
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.