GroupShapeLocks.NoMove Property

Definition

Disallow Moving Shape

Represents the following attribute in the schema: noMove

[DocumentFormat.OpenXml.SchemaAttr(0, "noMove")]
public DocumentFormat.OpenXml.BooleanValue NoMove { get; set; }
public DocumentFormat.OpenXml.BooleanValue NoMove { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "noMove")]
public DocumentFormat.OpenXml.BooleanValue? NoMove { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("noMove")]
public DocumentFormat.OpenXml.BooleanValue? NoMove { get; set; }
public DocumentFormat.OpenXml.BooleanValue? NoMove { get; set; }
member this.NoMove : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "noMove")>]
member this.NoMove : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("noMove")>]
member this.NoMove : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property NoMove 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 graphic frame cannot be moved. Objects that reside within the graphic frame can still be moved 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