http://www.yworks.com/xml/graphml
complexType TableColumn.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}TableColumn.type (restriction)

Documentation
Type definition for a TableNodeRealizer table column.
Properties
This component is not nillable.

Model
<...
  id = xs:string
  minimumWidth = xs:double
  width = xs:double>
Insets
</...>


Nested Element Summary
FloatInsets.typeInsets
           The insets of the column  

Attribute Summary
 xs:stringid
           The unique id of the column.  
 xs:doubleminimumWidth
           The minimum width of the column.  
 xs:doublewidth
           The width of the column.  

Attribute Detail

id

The unique id of the column.

Type:
xs:string
Use:
optional
Form:
unqualified

minimumWidth

The minimum width of the column.

Type:
xs:double
Use:
optional
Form:
unqualified

width

The width of the column.

Type:
xs:double
Use:
optional
Form:
unqualified

Source
<xs:complexType name="TableColumn.type">
<xs:sequence>
<xs:element name="Insets" type="FloatInsets.type">
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="xs:string">
</xs:attribute>
<xs:attribute name="minimumWidth" type="xs:double">
</xs:attribute>
<xs:attribute name="width" type="xs:double">
</xs:attribute>
</xs:complexType>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.