Freigeben über


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

Member

Membername Beschreibung
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".

Siehe auch

Referenz

DocumentFormat.OpenXml.Drawing-Namespace