| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}Table.type (restriction)
| Nested Element Summary | |
| ColumnsList of columns for this table. |
FloatInsets.type | DefaultColumnInsetsThe default insets for a column. |
FloatInsets.type | DefaultRowInsetsThe default insets for a row. |
FloatInsets.type | InsetsThe insets for the table. |
| RowsList of rows for this table. |
| Attribute Summary | |
xs:boolean | autoResizeTableWhether to automatically resize the table. |
xs:double | defaultColumnWidthThe default column width of the table. |
xs:double | defaultMinimumColumnWidthThe default minimum column width of the table. |
xs:double | defaultMinimumRowHeightThe default minimum row height of the table. |
xs:double | defaultRowHeightThe default row height of the table. |
| Attribute Detail |
xs:booleanoptionalunqualifiedxs:doubleoptionalunqualifiedxs:doubleoptionalunqualifiedxs:doubleoptionalunqualifiedxs:doubleoptionalunqualified<xs:complexType name="Table.type"><xs:sequence><xs:element name="Columns"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="Column" type="TableColumn.type"></xs:sequence>
</xs:element><xs:element name="Rows"></xs:sequence><xs:complexType></xs:element><xs:sequence></xs:complexType>
</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:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||