TextBodyProperties.Anchor Property
Anchor.Represents the attribte in schema: anchor
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "anchor")> _
Public Property Anchor As EnumValue(Of TextAnchoringTypeValues)
Get
Set
'Usage
Dim instance As TextBodyProperties
Dim value As EnumValue(Of TextAnchoringTypeValues)
value = instance.Anchor
instance.Anchor = value
[SchemaAttrAttribute(, "anchor")]
public EnumValue<TextAnchoringTypeValues> Anchor { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TextAnchoringTypeValues>
See Also
Reference
DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace