|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.pdf.meta.Column
public class Column
Class for describing a single column within a table.
Field Summary | |
---|---|
java.lang.String |
FORMAT
Output format for this column. |
java.lang.String |
HEADING
Heading of this column in the table header. |
boolean |
ROLLUP
Indicates whether this column should be totaled. |
java.lang.String |
SRC
Name of the source attribute in content source. |
java.lang.String |
WIDTH
Width of this column as a percentage. |
Constructor Summary | |
---|---|
Column(java.lang.String srcAttr,
java.lang.String format,
boolean rollup,
java.lang.String heading,
java.lang.String width)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String SRC
public java.lang.String FORMAT
public boolean ROLLUP
public java.lang.String HEADING
public java.lang.String WIDTH
Constructor Detail |
---|
public Column(java.lang.String srcAttr, java.lang.String format, boolean rollup, java.lang.String heading, java.lang.String width)
srcAttr
- Name of the attribute that will be contained in the
content source for this document.format
- The format for the specified column.rollup
- This column must be totaled up.heading
- The heading for this column to be used in the table
headerwidth
- The column width as a percentage.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |