org.apache.fop.render.rtf.rtflib.rtfdoc

Class RtfPageNumberCitation


public class RtfPageNumberCitation
extends RtfContainer

Authors:
Christopher Scott, scottc@westinghouse.com
Boris Pouderous, boris.pouderous@free.fr

Field Summary

static String
RTF_FIELD
constant for field
static String
RTF_FIELD_PAGEREF_MODEL
constant for field pageref model
static String
RTF_FIELD_RESULT
constant for field result

Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

attrib, parent, writer

Method Summary

boolean
isEmpty()
protected void
writeRtfContent()
Write the content

Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer

addChild, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent

Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

close, getRtfAttributes, isEmpty, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfContent, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS

Field Details

RTF_FIELD

public static final String RTF_FIELD
constant for field

RTF_FIELD_PAGEREF_MODEL

public static final String RTF_FIELD_PAGEREF_MODEL
constant for field pageref model

RTF_FIELD_RESULT

public static final String RTF_FIELD_RESULT
constant for field result

Method Details

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in interface RtfContainer
Returns:
true if this element would generate no "useful" RTF content

writeRtfContent

protected void writeRtfContent()
            throws IOException
Write the content
Overrides:
writeRtfContent in interface RtfContainer

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.