AdjustHandleXY Class

XY Adjust Handle.When the object is serialized out as xml, its qualified name is a:ahXY.

Inheritance Hierarchy

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

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

Syntax

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

Remarks

The following table lists the possible child types:

  • Position <a:pos>

[ISO/IEC 29500-1 1st Edition]

20.1.9.3 ahXY (XY Adjust Handle)

This element specifies an XY-based adjust handle for a custom shape. The position of this adjust handle is specified by the corresponding pos child element. The allowed adjustment of this adjust handle are specified via it's min and max type attributes. Based on the adjustment of this adjust handle certain corresponding guides are updated to contain these values.

Parent Elements

ahLst (§20.1.9.1)

Child Elements

Subclause

pos (Shape Position Coordinate)

§20.1.9.17

Attributes

Description

gdRefX (Horizontal Adjustment Guide)

Specifies the name of the guide that is updated with the adjustment x position from this adjust handle.

The possible values for this attribute are defined by the ST_GeomGuideName simple type (§20.1.10.28).

gdRefY (Vertical Adjustment Guide)

Specifies the name of the guide that is updated with the adjustment y position from this adjust handle.

The possible values for this attribute are defined by the ST_GeomGuideName simple type (§20.1.10.28).

maxX (Maximum Horizontal Adjustment)

Specifies the maximum horizontal position that is allowed for this adjustment handle. If this attribute is omitted, then it is assumed that this adjust handle cannot move in the x direction. That is the maxX and minX are equal.

The possible values for this attribute are defined by the ST_AdjCoordinate simple type (§20.1.10.2).

maxY (Maximum Vertical Adjustment)

Specifies the maximum vertical position that is allowed for this adjustment handle. If this attribute is omitted, then it is assumed that this adjust handle cannot move in the y direction. That is the maxY and minY are equal.

The possible values for this attribute are defined by the ST_AdjCoordinate simple type (§20.1.10.2).

minX (Minimum Horizontal Adjustment)

Specifies the minimum horizontal position that is allowed for this adjustment handle. If this attribute is omitted, then it is assumed that this adjust handle cannot move in the x direction. That is the maxX and minX are equal.

The possible values for this attribute are defined by the ST_AdjCoordinate simple type (§20.1.10.2).

minY (Minimum Vertical Adjustment)

Specifies the minimum vertical position that is allowed for this adjustment handle. If this attribute is omitted, then it is assumed that this adjust handle cannot move in the y direction. That is the maxY and minY are equal.

The possible values for this attribute are defined by the ST_AdjCoordinate simple type (§20.1.10.2).

[Note: The W3C XML Schema definition of this element’s content model (CT_XYAdjustHandle) 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

AdjustHandleXY Members

DocumentFormat.OpenXml.Drawing Namespace