Compartir a través de


Anchor.AllowOverlap Property

Allow Objects to Overlap.Represents the attribte in schema: allowOverlap

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

Syntax

'Declaration
<SchemaAttrAttribute(, "allowOverlap")> _
Public Property AllowOverlap As BooleanValue
    Get
    Set
'Usage
Dim instance As Anchor
Dim value As BooleanValue

value = instance.AllowOverlap

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Anchor Class

Anchor Members

DocumentFormat.OpenXml.Drawing.Wordprocessing Namespace