ShapeGuideList Class
List of Shape Guides.When the object is serialized out as xml, its qualified name is a:gdLst.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.GeometryGuideListType
DocumentFormat.OpenXml.Drawing.ShapeGuideList
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Class ShapeGuideList _
Inherits GeometryGuideListType
'Uso
Dim instance As ShapeGuideList
public class ShapeGuideList : GeometryGuideListType
Remarks
The following table lists the possible child types:
- ShapeGuide <a:gd>
[ISO/IEC 29500-1 1ª edición]
20.1.9.12 gdLst (List of Shape Guides)
This element specifies all the guides that are used for this shape. A guide is specified by the gd element and defines a calculated value that can be used for the construction of the corresponding shape.
[Note: Guides that have a literal value formula specified via fmla="val x" above should only be used within the avLst as an adjust value for the shape. This however is not strictly enforced. end note]
Parent Elements |
---|
custGeom (§20.1.9.8) |
Child Elements |
Subclause |
---|---|
gd (Shape Guide) |
§20.1.9.11 |
[Note: The W3C XML Schema definition of this element's content model (CT_GeomGuideList) is located in §A.4.1. end note]
© ISO/IEC29500: 2008. Los extractos anteriores han sido traducidos del inglés al español por Microsoft (o algunos de sus agentes) e ISO no asume ningún tipo de responsabilidad por dichas traducciones.
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.