column-ag凯发旗舰厅
com.spire.doc
class column
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.documents.xml.documentserializable
com.spire.doc.column
public class column
- extends documentserializable
method summary |
float |
getspace()
gets spacing between current and next column. |
float |
getwidth()
returns column width |
void |
setspace(float value)
sets spacing between current and next column. |
void |
setwidth(float value)
sets column width. |
column
public column(idocument doc)
- initialize constructor.
- parameters:
doc
- the document
getwidth
public float getwidth()
- returns column width
- returns:
- the width.
setwidth
public void setwidth(float value)
- sets column width.
- parameters:
value
- the width
getspace
public float getspace()
- gets spacing between current and next column.
- returns:
- the space
setspace
public void setspace(float value)
- sets spacing between current and next column.
- parameters:
value
- the space