GroupShapeLocks.NoRotation Property

Definition

Disallow Shape Rotation

Represents the following attribute in the schema: noRot

[DocumentFormat.OpenXml.SchemaAttr(0, "noRot")]
public DocumentFormat.OpenXml.BooleanValue NoRotation { get; set; }
public DocumentFormat.OpenXml.BooleanValue NoRotation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "noRot")]
public DocumentFormat.OpenXml.BooleanValue? NoRotation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("noRot")]
public DocumentFormat.OpenXml.BooleanValue? NoRotation { get; set; }
public DocumentFormat.OpenXml.BooleanValue? NoRotation { get; set; }
member this.NoRotation : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "noRot")>]
member this.NoRotation : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("noRot")>]
member this.NoRotation : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property NoRotation As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies that the corresponding group shape cannot be rotated Objects that reside within the group can still be rotated unless they also have been locked. If this attribute is not specified, then a value of false is assumed.

The possible values for this attribute are defined by the XML Schema boolean datatype.

Applies to