次の方法で共有


TextAnchoringTypeValues Enumeration

Text Anchoring Types

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

Syntax

'宣言
Public Enumeration TextAnchoringTypeValues
'使用
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