http://www.yworks.com/xml/graphml
simpleType fontStyle.type

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

Documentation
The valid font types for a label.

Valid values are:

Properties
This component is not nillable.

Model

('plain' | 'bold' | 'italic' | 'bolditalic')

Source
<xs:simpleType name="fontStyle.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="plain"/>
<xs:enumeration value="bold"/>
<xs:enumeration value="italic"/>
<xs:enumeration value="bolditalic"/>
</xs:restriction>
</xs:simpleType>


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