AdjustHandleList Class

List of Shape Adjust Handles.When the object is serialized out as xml, its qualified name is a:ahLst.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.AdjustHandleList

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(AdjustHandlePolar))> _
<ChildElementInfoAttribute(GetType(AdjustHandleXY))> _
Public Class AdjustHandleList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As AdjustHandleList
[ChildElementInfoAttribute(typeof(AdjustHandlePolar))]
[ChildElementInfoAttribute(typeof(AdjustHandleXY))]
public class AdjustHandleList : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • AdjustHandleXY <a:ahXY>

  • AdjustHandlePolar <a:ahPolar>

[ISO/IEC 29500-1 1st Edition]

20.1.9.1 ahLst (List of Shape Adjust Handles)

This element specifies the adjust handles that are applied to a custom geometry. These adjust handles specify points within the geometric shape that can be used to perform certain transform operations on the shape.

[Example: Consider the scenario where a custom geometry, an arrow in this case, has been drawn and adjust handles have been placed at the top left corner of both the arrow head and arrow body. The user interface can then be made to transform only certain parts of the shape by using the corresponding adjust handle.

DocumentFormat.OpenXml.Drawing.AdjustHandleList-im

For instance if the user wished to change only the width of the arrow head then they would use the adjust handle located on the top left of the arrow head. The result of adjusting this transforms the shape as shown below.

DocumentFormat.OpenXml.Drawing.AdjustHandleList-im

end example]

Parent Elements

custGeom (§20.1.9.8)

Child Elements

Subclause

ahPolar (Polar Adjust Handle)

§20.1.9.2

ahXY (XY Adjust Handle)

§20.1.9.3

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

© ISO/IEC29500: 2008.

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

AdjustHandleList Members

DocumentFormat.OpenXml.Drawing Namespace