|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfPage
public class RtfPage
Specifies rtf control words. Is the container for page attributes. Overrides okToWriteRtf.
This work was authored by Christopher Scott ([email protected]).
Field Summary | |
---|---|
static java.lang.String |
FOOTERY
constant for footer position |
static java.lang.String |
HEADERY
constant for header position |
static java.lang.String |
ITAP
constant for itap level |
static java.lang.String |
LANDSCAPE
constant for landscape format |
static java.lang.String |
MARGIN_BOTTOM
constant for bottom margin |
static java.lang.String |
MARGIN_LEFT
constant for left margin |
static java.lang.String |
MARGIN_RIGHT
constant for right margin |
static java.lang.String |
MARGIN_TOP
constant for top margin |
static java.lang.String[] |
PAGE_ATTR
String array of RtfPage attributes |
static java.lang.String |
PAGE_HEIGHT
constant for page height |
static java.lang.String |
PAGE_WIDTH
constant for page width |
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement |
---|
parent, writer |
Method Summary | |
---|---|
RtfAttributes |
getAttributes()
RtfPage - attributes accessor |
protected boolean |
okToWriteRtf()
RtfPage - is overwritten here because page attributes have no content only attributes. |
protected void |
writeRtfContent()
RtfPage writes the attributes the attributes contained in the string PAGE_ATTR, if not null |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer |
---|
addChild, findChildren, getChildCount, getChildren, isEmpty, setChildren, setOptions, toString |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement |
---|
close, getParentOfClass, 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 |
Field Detail |
---|
public static final java.lang.String PAGE_WIDTH
public static final java.lang.String PAGE_HEIGHT
public static final java.lang.String LANDSCAPE
public static final java.lang.String MARGIN_TOP
public static final java.lang.String MARGIN_BOTTOM
public static final java.lang.String MARGIN_LEFT
public static final java.lang.String MARGIN_RIGHT
public static final java.lang.String HEADERY
public static final java.lang.String FOOTERY
public static final java.lang.String ITAP
public static final java.lang.String[] PAGE_ATTR
Method Detail |
---|
protected void writeRtfContent() throws java.io.IOException
writeRtfContent
in class RtfContainer
java.io.IOException
- for I/O problemspublic RtfAttributes getAttributes()
protected boolean okToWriteRtf()
okToWriteRtf
in class RtfContainer
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |