Diagram
Overview
 |
 |
Locked optional xs:boolean
|
 |
Visible optional xs:boolean
|
 |
ShowHandles optional xs:boolean
|
 |
Moveable optional xs:boolean
|
 |
Selected optional xs:boolean
|
 |
Sizeable optional xs:boolean
|
 |
TextLocked optional xs:boolean
|
 |
Fixed optional xs:boolean
|
 |
All
 |
 |
Height optional xs:integer
|
 |
Width optional xs:integer
|
 |
Escapement optional xs:integer
|
 |
Orientation optional xs:integer
|
 |
Weight optional xs:integer
|
 |
Italic optional xs:integer
|
 |
UnderLine optional xs:integer
|
 |
StrikeOut optional xs:integer
|
 |
CharSet optional xs:integer
|
 |
OutPrecision optional xs:integer
|
 |
ClipPrecision optional xs:integer
|
 |
Quality optional xs:integer
|
 |
PitchAndFamily optional xs:integer
|
|
|
|
Attributes
| Name | Type | Use | Default | Fixed | Description |
| TextColor | Color Simple Type | optional | | | |
| BackColor | Color Simple Type | optional | | | |
| Locked | xs:boolean | optional | | | |
| Visible | xs:boolean | optional | | | |
| ShowHandles | xs:boolean | optional | | | |
| Moveable | xs:boolean | optional | | | |
| Selected | xs:boolean | optional | | | |
| Sizeable | xs:boolean | optional | | | |
| TextLocked | xs:boolean | optional | | | |
| TextJustification | TextJustification Simple Type | optional | | | |
| Fixed | xs:boolean | optional | | | |
| WangType | Wang Simple Type | optional | | | |
Source
<xs:element minOccurs="0" name="NoteToolbarDefault" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="NoteToolbarDefaultFont" type="Font" />
<xs:element minOccurs="0" name="NoteToolbarDefaultString" type="xs:string" />
</xs:all>
<xs:attribute name="TextColor" type="Color" use="optional" />
<xs:attribute name="BackColor" type="Color" use="optional" />
<xs:attribute name="Locked" type="xs:boolean" use="optional" />
<xs:attribute name="Visible" type="xs:boolean" use="optional" />
<xs:attribute name="ShowHandles" type="xs:boolean" use="optional" />
<xs:attribute name="Moveable" type="xs:boolean" use="optional" />
<xs:attribute name="Selected" type="xs:boolean" use="optional" />
<xs:attribute name="Sizeable" type="xs:boolean" use="optional" />
<xs:attribute name="TextLocked" type="xs:boolean" use="optional" />
<xs:attribute name="TextJustification" type="TextJustification" use="optional" />
<xs:attribute name="Fixed" type="xs:boolean" use="optional" />
<xs:attribute name="WangType" type="Wang" use="optional" />
</xs:complexType>
</xs:element> |
See Also