public class TableRowProperties
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
int |
alignment |
java.util.List |
cellProps |
int |
cellSpacingBottom |
int |
cellSpacingLeft |
int |
cellSpacingRight |
int |
cellSpacingTop |
int |
halfSpaceBetweenCells |
int |
height |
boolean |
isHeader |
boolean |
keepTogether |
int |
leftIndent |
Constructor and Description |
---|
TableRowProperties() |
Modifier and Type | Method and Description |
---|---|
TableRowProperties |
copy() |
TableCellProperties |
getLastCellProperties() |
public int leftIndent
public int halfSpaceBetweenCells
public boolean isHeader
public boolean keepTogether
public int alignment
public int height
public java.util.List cellProps
public int cellSpacingTop
public int cellSpacingLeft
public int cellSpacingRight
public int cellSpacingBottom
public TableRowProperties copy()
public TableCellProperties getLastCellProperties()
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.