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

Glossary Item Box

Namespace (none)

Diagram

Font Element BoundingRectangle Element ToolTipText Element UserString Element ItemName Element TextString Element Sequence Button Element

Overview

Button 0..∞
TextColor optional Color Simple Type
BackColor optional Color Simple Type
PenWidth optional xs:integer
Locked optional xs:boolean
AutoSize optional AutoSize Simple Type
Visible optional xs:boolean
BevelLightColor optional Color Simple Type
BevelShadowColor optional Color Simple Type
ShowHandles optional xs:boolean
Moveable optional xs:boolean
Selected optional xs:boolean
Sizeable optional xs:boolean
CreateTime optional xs:string
UserLong optional xs:integer
GroupNumber optional xs:integer
Fixed optional xs:boolean
GUID optional xs:string
EditPermission optional xs:boolean
DeletePermission optional xs:boolean
Sequence
TextString optional xs:string
ItemName optional xs:string
UserString optional xs:string
ToolTipText optional xs:string
Sequence
Point 2..2
X required xs:decimal
Y required xs:decimal
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

NameTypeUseDefaultFixedDescription
TextColorColor Simple Typeoptional   
BackColorColor Simple Typeoptional   
PenWidthxs:integeroptional   
Lockedxs:booleanoptional   
AutoSizeAutoSize Simple Typeoptional   
Visiblexs:booleanoptional   
BevelLightColorColor Simple Typeoptional   
BevelShadowColorColor Simple Typeoptional   
ShowHandlesxs:booleanoptional   
Moveablexs:booleanoptional   
Selectedxs:booleanoptional   
Sizeablexs:booleanoptional   
CreateTimexs:stringoptional   
UserLongxs:integeroptional   
GroupNumberxs:integeroptional   
Fixedxs:booleanoptional   
GUIDxs:stringoptional   
EditPermissionxs:booleanoptional   
DeletePermissionxs:booleanoptional   

Source

<xs:element minOccurs="0" maxOccurs="unbounded" name="Button" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="TextString" type="xs:string" />
      <xs:element minOccurs="0" name="ItemName" type="xs:string" />
      <xs:element minOccurs="0" name="UserString" type="xs:string" />
      <xs:element minOccurs="0" name="ToolTipText" type="xs:string" />
      <xs:element name="BoundingRectangle">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="2" maxOccurs="2" name="Point">
              <xs:complexType>
                <xs:attribute name="X" type="xs:decimal" use="required" />
                <xs:attribute name="Y" type="xs:decimal" use="required" />
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="Font" type="Font" />
    </xs:sequence>
    <xs:attribute name="TextColor" type="Color" use="optional" />
    <xs:attribute name="BackColor" 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="AutoSize" type="AutoSize" use="optional" />
    <xs:attribute name="Visible" type="xs:boolean" use="optional" />
    <xs:attribute name="BevelLightColor" type="Color" use="optional" />
    <xs:attribute name="BevelShadowColor" type="Color" 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="CreateTime" type="xs:string" use="optional" />
    <xs:attribute name="UserLong" type="xs:integer" use="optional" />
    <xs:attribute name="GroupNumber" type="xs:integer" use="optional" />
    <xs:attribute name="Fixed" type="xs:boolean" use="optional" />
    <xs:attribute name="GUID" type="xs:string" />
    <xs:attribute name="EditPermission" type="xs:boolean" use="optional" />
    <xs:attribute name="DeletePermission" type="xs:boolean" use="optional" />
  </xs:complexType>
</xs:element>

See Also

©2015. Accusoft Corporation. All Rights Reserved.