19package org.openoffice.xmerge.converter.xml.sxc;
29 final public static int COLUMN = 0x01;
30 final public static int ROW = 0x02;
This is a class to define a table-column structure.
ColumnRowInfo(int dimension, int repeated, int type)
Constructor for a ColumnRowInfo.
ColumnRowInfo(int dimension, int repeated, int type, boolean userDefined)
Constructor for a ColumnRowInfo that includes userDefined field.
boolean isRow()
Does this ColumnRowInfo represent a row?
Format getFormat()
Get the current Format.
int getRepeated()
Get the repeat count for this item.
void setFormat(Format fmt)
Sets the format.
int getSize()
Get the height (for rows) or width (for columns).
final static int DEFAULTROWSIZE_MIN
boolean isColumn()
Does this ColumnRowInfo represent a column?
boolean isDefaultSize()
Test if the row height is default.
void setRepeated(int repeated)
Set the repeat count for this item.
ColumnRowInfo(int type)
Constructor for a ColumnRowInfo.
void setSize(int dimension)
Set the height (for rows) or width (for columns).
boolean isUserDefined()
Test if the row height has been set manually.
final static int DEFAULTROWSIZE_MAX