|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acesoft.aceoffix.wordwriter.Column
public class Column
Column class represents the table's column object defined in Microsoft Word.
You can only call the Table.openColumn method to get the Column object.
| Method Summary | |
|---|---|
int |
getIndex()
Gets the index of the column. |
void |
setWidth(float columnWidth)
Sets the width of the column. |
void |
setWidth(float columnWidth,
WdRulerStyle rulerStyle)
Sets the width of the column. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getIndex()
This index is the table's column defined in Microsoft Word.
The index is a 1-based index.
public void setWidth(float columnWidth,
WdRulerStyle rulerStyle)
columnWidth - Specify the width of the column, in points.rulerStyle - Width rule is used to adjust the width of the cells in Microsoft Word.public void setWidth(float columnWidth)
columnWidth - Specify the width of the column, in points.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||