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
All Implemented Interfaces:
IDocumentSerializable

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)
          Setss pacing 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 -
Method Detail

getWidth

public float getWidth()
Returns column width.

Returns:
float

setWidth

public void setWidth(float value)
Sets column width.

Parameters:
value - float

getSpace

public float getSpace()
Gets spacing between current and next column.

Returns:
float

setSpace

public void setSpace(float value)
Setss pacing between current and next column.

Parameters:
value - float