ShapeLocks.NoTextEdit Property

Disallow Shape Text Editing.Represents the attribte in schema: noTextEdit

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

Syntax

'Declaration
<SchemaAttrAttribute(, "noTextEdit")> _
Public Property NoTextEdit As BooleanValue
    Get
    Set
'Usage
Dim instance As ShapeLocks
Dim value As BooleanValue

value = instance.NoTextEdit

instance.NoTextEdit = value
[SchemaAttrAttribute(, "noTextEdit")]
public BooleanValue NoTextEdit { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

ShapeLocks Class

ShapeLocks Members

DocumentFormat.OpenXml.Drawing Namespace