fop 0.94 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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.RtfListTable
public class RtfListTable
extends RtfContainer
Field Summary | |
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String[] |
|
static String |
|
static String |
|
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement | |
attrib , parent , writer |
Constructor Summary | |
|
Method Summary | |
int | |
int |
|
boolean |
|
void |
|
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 |
public static final String LIST
constant for a list
public static final String LIST_FOLLOWING_CHAR
constant for list following character
public static final String LIST_FONT_TYPE
constant for list font type
public static final String LIST_ID
constant for list ID
public static final String LIST_INDENT
constant for list indentation
public static final String LIST_JUSTIFICATION
constant for a list justification
public static final String LIST_LEVEL
constant for a list level
public static final String LIST_NAME
constant for list name
public static final String LIST_NUMBER
constant for list number
public static final String LIST_NUMBER_TYPE
constant for a list number type
public static final String LIST_NUM_POSITION
constant for list number positioning
public static final String LIST_OVR
constant for list override
public static final String LIST_OVR_COUNT
constant for list override count
public static final String LIST_OVR_TABLE
constant for list override table
public static final String LIST_SPACE
constant for list space
public static final String LIST_START_AT
constant for list start at
public static final String LIST_TABLE
constant for a list table
public static final String[] LIST_TABLE_ATTR
String array of list table attributes
public static final String LIST_TEMPLATE_ID
constant for a list template id
public static final String LIST_TEXT_FORM
constant for list text format
public RtfListTable(RtfContainer parent, Writer w, Integer num, RtfAttributes attrs) throws IOException
RtfListTable Constructor: sets the number of the list, and allocates for the RtfAttributes
- Parameters:
parent
- RtfContainer holding this RtfListTablew
- Writernum
- number of the list in the documentattrs
- attributes of new RtfListTable
public int addList(RtfList list)
Add List
- Parameters:
list
- RtfList to add
- Returns:
- number of lists in the table after adding
public int addRtfListStyle(RtfListStyle ls)
Add list style
- Parameters:
ls
- ListStyle to set
- Returns:
- number of styles after adding
public boolean isEmpty()
Since this has no text content we have to overwrite isEmpty to print the table
- Overrides:
- isEmpty in interface RtfContainer
- Returns:
- false (always)
public void writeRtfContent() throws IOException
Write the content
- Overrides:
- writeRtfContent in interface RtfContainer
fop 0.94 |