ShapeHandles Class

Defines the ShapeHandles Class.When the object is serialized out as xml, its qualified name is v:handles.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Vml.ShapeHandles

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

声明
<ChildElementInfoAttribute(GetType(ShapeHandle))> _
Public Class ShapeHandles _
    Inherits OpenXmlCompositeElement
用法
Dim instance As ShapeHandles
[ChildElementInfoAttribute(typeof(ShapeHandle))]
public class ShapeHandles : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • ShapeHandle <v:h>

[ISO/IEC 29500-1 第 1 个版本]

14.1.2.9 handles (Set of Handles)

This element defines a set of user interface elements which can vary a shape's adj values. All dependent formulas and attributes are recalculated. Each handle is defined by a child h element.

Parent Elements

arc (§14.1.2.1); background (Part 1, §17.2.1); curve (§14.1.2.3); group (§14.1.2.7); image (§14.1.2.10); line (§14.1.2.12); object (Part 1, §17.3.3.19); oval (§14.1.2.13); pict (§9.2.2.2); pict (§9.5.1); polyline (§14.1.2.15); rect (§14.1.2.16); roundrect (§14.1.2.17); shape (§14.1.2.19); shapetype (§14.1.2.20)

Child Elements

Subclause

h (Shape Handle)

§14.1.2.8

[Note: The W3C XML Schema definition of this element's content model (CT_Handles) is located in §A.6.1. end note]

© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ShapeHandles Members

DocumentFormat.OpenXml.Vml Namespace