AdjustHandlePolar Class

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

Inheritance Hierarchy

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

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

Syntax

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

Remarks

The following table lists the possible child types:

  • Position <a:pos>

[ISO/IEC 29500-1 1st Edition]

20.1.9.2 ahPolar (Polar Adjust Handle)

This element specifies a polar 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 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

gdRefAng (Angle Adjustment Guide)

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

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

gdRefR (Radial Adjustment Guide)

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

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

maxAng (Maximum Angle Adjustment)

Specifies the maximum angle position that is allowed for this adjustment handle. If this attribute is omitted, then it is assumed that this adjust handle cannot move angularly. That is the maxAng and minAng are equal.

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

maxR (Maximum Radial Adjustment)

Specifies the maximum radial position that is allowed for this adjustment handle. If this attribute is omitted, then it is assumed that this adjust handle cannot move radially. That is the maxR and minR are equal.

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

minAng (Minimum Angle Adjustment)

Specifies the minimum angle position that is allowed for this adjustment handle. If this attribute is omitted, then it is assumed that this adjust handle cannot move angularly. That is the maxAng and minAng are equal.

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

minR (Minimum Radial Adjustment)

Specifies the minimum radial position that is allowed for this adjustment handle. If this attribute is omitted, then it is assumed that this adjust handle cannot move radially. That is the maxR and minR 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_PolarAdjustHandle) 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

AdjustHandlePolar Members

DocumentFormat.OpenXml.Drawing Namespace