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 初版]
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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、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.