Accusoft Prizm Viewer Annotations Schema Schema
FreehandToolbarDefault Element
See Also  Send comments on this topic.
Accusoft Prizm Viewer Annotations Schema Schema > NotateXpressAnnotations Element > Page Element : FreehandToolbarDefault Element

Glossary Item Box

Namespace (none)

Type

Extension of xs:string

Diagram

FreehandToolbarDefault Element

Overview

FreehandToolbarDefault optional Extension of xs:string
PenColor optional Color Simple Type
PenWidth optional xs:integer
Locked optional xs:boolean
Visible optional xs:boolean
ShowHandles optional xs:boolean
Moveable optional xs:boolean
PenStyle optional PenStyle Simple Type
PenFillStyle optional PenFillStyle Simple Type
Selected optional xs:boolean
Sizeable optional xs:boolean
Fixed optional xs:boolean

Attributes

NameTypeUseDefaultFixedDescription
PenColorColor Simple Typeoptional   
PenWidthxs:integeroptional   
Lockedxs:booleanoptional   
Visiblexs:booleanoptional   
ShowHandlesxs:booleanoptional   
Moveablexs:booleanoptional   
PenStylePenStyle Simple Typeoptional   
PenFillStylePenFillStyle Simple Typeoptional   
Selectedxs:booleanoptional   
Sizeablexs:booleanoptional   
Fixedxs:booleanoptional   

Source

<xs:element minOccurs="0" name="FreehandToolbarDefault" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="PenColor" type="Color" use="optional" />
        <xs:attribute name="PenWidth" type="xs:integer" 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="PenStyle" type="PenStyle" use="optional" />
        <xs:attribute name="PenFillStyle" type="PenFillStyle" use="optional" />
        <xs:attribute name="Selected" type="xs:boolean" use="optional" />
        <xs:attribute name="Sizeable" type="xs:boolean" use="optional" />
        <xs:attribute name="Fixed" type="xs:boolean" use="optional" />
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

See Also

©2015. Accusoft Corporation. All Rights Reserved.