|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aspose.pdf.elements.ColumnInfo
Encapsulates info for page columns.
| Constructor Summary | |
ColumnInfo()
Initializes a new instance of the ColumnInfo class. |
|
| Method Summary | |
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. |
void |
setColumnCount(int count)
Sets a int value that indicates the number of columns in each page in the section. |
void |
setColumnSpacing(java.lang.String spacing)
Sets a string that contains the spacing between columns in each page in the section. |
void |
setColumnWidths(java.lang.String widths)
Sets a string that contains the width of columns in each page in the section. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ColumnInfo()
| Method Detail |
public int getColumnCount()
public void setColumnCount(int count)
count - The ColumnCount to set.public java.lang.String getColumnSpacing()
public void setColumnSpacing(java.lang.String spacing)
spacing - The ColumnSpacing to set.public java.lang.String getColumnWidths()
public void setColumnWidths(java.lang.String widths)
widths - The ColumnWidths to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||