MarkupRangeType.DisplacedByCustomXml Property

displacedByCustomXml.Represents the attribte in schema: w:displacedByCustomXml

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

Syntax

'Declaration
<SchemaAttrAttribute(, "displacedByCustomXml")> _
Public Property DisplacedByCustomXml As EnumValue(Of DisplacedByCustomXmlValues)
    Get
    Set
'Usage
Dim instance As MarkupRangeType
Dim value As EnumValue(Of DisplacedByCustomXmlValues)

value = instance.DisplacedByCustomXml

instance.DisplacedByCustomXml = value
[SchemaAttrAttribute(, "displacedByCustomXml")]
public EnumValue<DisplacedByCustomXmlValues> DisplacedByCustomXml { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<DisplacedByCustomXmlValues>
Returns EnumValue<T>.

See Also

Reference

MarkupRangeType Class

MarkupRangeType Members

DocumentFormat.OpenXml.Wordprocessing Namespace