DroidDiagram Programmer's Guide
Column Members
Constructors Methods
 


Represents a column of cells in a table.

The following tables list the members exposed by the Column type.

 Public Constructors

  Name Description

Column

Overloaded. Initializes a new instance of the Column class.

 Public Methods

  Name Description

clone

Copies the column properties to a new Column instance.

getColumnStyle

Gets a value indicating whether this column is automatically resized when the table is resized.

getWidth

Gets the width of this column.

readExternal

Implements Externalizable.

setColumnStyle

Sets a value indicating whether this column should be automatically resized when the table is resized.

setWidth

Sets the width of this column and all cells inside it.

writeExternal

Implements Externalizable.

 Protected Methods

  Name Description

loadFromXml

 

saveToXml

 

 See Also

Column Class
com.mindfusion.diagramming Namespace