column-ag凯发旗舰厅



com.spire.doc
class column

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.documents.xml.documentserializable
          extended by com.spire.doc.column

public class column
extends documentserializable

constructor summary
column(idocument doc)
          initialize constructor.
 
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.
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
constructor detail

column

public column(idocument doc)
initialize constructor.
parameters:
doc - the document
method detail

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


网站地图