Compartir a través de


Anchor.BehindDoc Property

Display Behind Document Text.Represents the attribte in schema: behindDoc

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

Syntax

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

value = instance.BehindDoc

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Anchor Class

Anchor Members

DocumentFormat.OpenXml.Drawing.Wordprocessing Namespace