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

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

Documentation
Complex type that describes the attributes of a TableNodeRealizer in yFiles.
Properties
This component is not nillable.

Model
<...
  autoResizeTable = xs:boolean
  defaultColumnWidth = xs:double
  defaultMinimumColumnWidth = xs:double
  defaultMinimumRowHeight = xs:double
  defaultRowHeight = xs:double>
(DefaultColumnInsets, DefaultRowInsets, Insets, Columns, Rows )
</...>


Nested Element Summary
 Columns
           List of columns for this table.  
FloatInsets.typeDefaultColumnInsets
           The default insets for a column.  
FloatInsets.typeDefaultRowInsets
           The default insets for a row.  
FloatInsets.typeInsets
           The insets for the table.  
 Rows
           List of rows for this table.  

Attribute Summary
 xs:booleanautoResizeTable
           Whether to automatically resize the table.  
 xs:doubledefaultColumnWidth
           The default column width of the table.  
 xs:doubledefaultMinimumColumnWidth
           The default minimum column width of the table.  
 xs:doubledefaultMinimumRowHeight
           The default minimum row height of the table.  
 xs:doubledefaultRowHeight
           The default row height of the table.  

Attribute Detail

autoResizeTable

Whether to automatically resize the table.

Type:
xs:boolean
Use:
optional
Form:
unqualified

defaultColumnWidth

The default column width of the table.

Type:
xs:double
Use:
optional
Form:
unqualified

defaultMinimumColumnWidth

The default minimum column width of the table.

Type:
xs:double
Use:
optional
Form:
unqualified

defaultMinimumRowHeight

The default minimum row height of the table.

Type:
xs:double
Use:
optional
Form:
unqualified

defaultRowHeight

The default row height of the table.

Type:
xs:double
Use:
optional
Form:
unqualified

Source
<xs:complexType name="Table.type">
<xs:sequence>
<xs:element name="DefaultColumnInsets" type="FloatInsets.type">
</xs:element>
<xs:element name="DefaultRowInsets" type="FloatInsets.type">
</xs:element>
<xs:element name="Insets" type="FloatInsets.type">
</xs:element>
<xs:element name="Columns">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Column" type="TableColumn.type">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Rows">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Row" type="TableRow.type">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="autoResizeTable" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="defaultColumnWidth" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="defaultMinimumColumnWidth" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="defaultRowHeight" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="defaultMinimumRowHeight" type="xs:double" use="optional">
</xs:attribute>
</xs:complexType>


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