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

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

Documentation
Complex type that describes the common properties of the label model parameter for both row and column labels in TableGroupNodes.
Properties
This component is not nillable.

Model
<...
  id = xs:string
  inside = xs:boolean>

</...>


Attribute Summary
 xs:stringid
           The id of the column/row for the label.  
 xs:booleaninside
           Whether the label lies inside or not.  

Attribute Detail

id

The id of the column/row for the label.

Type:
xs:string
Use:
required
Form:
unqualified

inside

Whether the label lies inside or not.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:complexType name="TableNodeLabelModelParameter.type">
<xs:attribute name="id" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="inside" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>


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