callout element [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

callout element [Word 2003 XML Reference]

For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library at VML Reference.

Usage

<callout
    on="tfType"
    type="xsd:string"
    gap="xsd:string"
    angle="xsd:string"
    dropauto="tfType"
    drop="See attribute definition. distance="xsd:string"
    lengthspecified="tfType"
    length="xsd:float"
    accentbar="tfType"
    textborder="tfType"
    minusx="tfType"
    minusy="tfType"
    v:ext="[external type]"
/>

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:office
Schema name Common Properties

Elements and Attributes

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
on tfType optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
  • t
  • f
type xsd:string optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. See external namespace.
gap xsd:string optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. See external namespace.
angle Anonymous optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
  • any
  • auto
  • 30
  • 45
  • 60
  • 90
dropauto tfType optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
  • t
  • f
drop Anonymous optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
distance xsd:string optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. See external namespace.
lengthspecified tfType optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
  • t
  • f
length xsd:float optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. See external namespace.
accentbar tfType optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
  • t
  • f
textborder tfType optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
  • t
  • f
minusx tfType optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
  • t
  • f
minusy tfType optional For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
  • t
  • f
v:ext external ref optional See external namespace. See external namespace.

Definition

<xsd:element name="callout" >
  <xsd:complexType>
    <xsd:attribute ref="v:ext" use="optional"></xsd:attribute>
    <xsd:attribute name="on" type="tfType" use="optional"></xsd:attribute>
    <xsd:attribute name="type" type="xsd:string" use="optional"></xsd:attribute>
    <xsd:attribute name="gap" type="xsd:string" use="optional"></xsd:attribute>
    <xsd:attribute name="angle" use="optional">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="any"></xsd:enumeration>
          <xsd:enumeration value="auto"></xsd:enumeration>
          <xsd:enumeration value="30"></xsd:enumeration>
          <xsd:enumeration value="45"></xsd:enumeration>
          <xsd:enumeration value="60"></xsd:enumeration>
          <xsd:enumeration value="90"></xsd:enumeration>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="dropauto" type="tfType" use="optional"></xsd:attribute>
    <xsd:attribute name="drop" use="optional">
      <xsd:simpleType>
        <xsd:union>
          <xsd:simpleType>
            <xsd:restriction base="xsd:float"></xsd:restriction>
          </xsd:simpleType>
          <xsd:simpleType>
            <xsd:restriction base="xsd:string">
              <xsd:enumeration value="top"></xsd:enumeration>
              <xsd:enumeration value="center"></xsd:enumeration>
              <xsd:enumeration value="bottom"></xsd:enumeration>
              <xsd:enumeration value="user"></xsd:enumeration>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:union>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="distance" type="xsd:string" use="optional"></xsd:attribute>
    <xsd:attribute name="lengthspecified" type="tfType" default="f" use="optional"></xsd:attribute>
    <xsd:attribute name="length" type="xsd:float" use="optional"></xsd:attribute>
    <xsd:attribute name="accentbar" type="tfType" use="optional"></xsd:attribute>
    <xsd:attribute name="textborder" type="tfType" use="optional"></xsd:attribute>
    <xsd:attribute name="minusx" type="tfType" use="optional"></xsd:attribute>
    <xsd:attribute name="minusy" type="tfType" use="optional"></xsd:attribute>
  </xsd:complexType>
</xsd:element>

©2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp