|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.ColumnInfo
public class ColumnInfo
Encapsulates info for page columns
Field Summary | |
---|---|
float[] |
colXPos
The default column number of colXPos is 16. |
float[] |
spacingArr
The default column number of spacingArr is 15. |
float[] |
widthArr
The default column number of widthArr is 16. |
Constructor Summary | |
---|---|
ColumnInfo()
Constructor - initializes a new instance of the ColumnInfo class. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones a new ColumnInfo object. |
int |
getColumnCount()
Gets an int value that indicates the number of columns in each page in the section. |
java.lang.String |
getColumnSpacing()
Gets a string that contains the spacing between columns in each page in the section. |
java.lang.String |
getColumnWidths()
Gets a string that contains the width of columns in each page in the section. |
int |
getCurCol()
Gets an int value that indicates the index for current column. |
void |
setColumnCount(int columnCount)
Sets an int value that indicates the number of columns in each page in the section. |
void |
setColumnSpacing(java.lang.String columnSpacing)
Sets a string that contains the spacing between columns in each page in the section. |
void |
setColumnWidths(java.lang.String columnWidths)
Sets a string that contains the width of columns in each page in the section. |
void |
setCurCol(int curCol)
Sets an int value that indicates the index for current column. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float[] widthArr
public float[] spacingArr
public float[] colXPos
Constructor Detail |
---|
public ColumnInfo()
ColumnInfo
class.
Method Detail |
---|
public java.lang.Object clone()
ColumnInfo
object.
clone
in class java.lang.Object
ColumnInfo
object.public int getColumnCount()
public void setColumnCount(int columnCount)
columnCount
- Column count.public int getCurCol()
public void setCurCol(int curCol)
curCol
- An int value.public java.lang.String getColumnWidths()
Remarks: If this property is not set, column width will be calculated
automatically according to ColumnCount
and
ColumnSpacing
.
public void setColumnWidths(java.lang.String columnWidths)
columnWidths
- A String value.public java.lang.String getColumnSpacing()
Remarks: If this property is not set, default value 1.25cm will be used for each spacing.
public void setColumnSpacing(java.lang.String columnSpacing)
columnSpacing
- A String value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |