TextAnchoringTypeValues Enumeration

Text Anchoring Types

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

Syntax

'Declaration
Public Enumeration TextAnchoringTypeValues
'Usage
Dim instance As TextAnchoringTypeValues
public enum TextAnchoringTypeValues

Members

Member name Description
Top Text Anchoring Type Enum ( Top ). When the item is serialized out as xml, its value is "t".
Center Text Anchor Enum ( Center ). When the item is serialized out as xml, its value is "ctr".
Bottom Text Anchor Enum ( Bottom ). When the item is serialized out as xml, its value is "b".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace