ShapeHandles-Klasse
Defines the ShapeHandles Class.When the object is serialized out as xml, its qualified name is v:handles.
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Vml.ShapeHandles
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(ShapeHandle))> _
Public Class ShapeHandles _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As ShapeHandles
[ChildElementInfoAttribute(typeof(ShapeHandle))]
public class ShapeHandles : OpenXmlCompositeElement
Hinweise
The following table lists the possible child types:
- ShapeHandle <v:h>
[ISO/IEC 29500-1 1. Ausgabe]
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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.