次の方法で共有


WrapTextValues Enumeration

Text Wrapping Location

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

Syntax

'宣言
Public Enumeration WrapTextValues
'使用
Dim instance As WrapTextValues
public enum WrapTextValues

Members

Member name Description
BothSides Both Sides. When the item is serialized out as xml, its value is "bothSides".
Left Left Side Only. When the item is serialized out as xml, its value is "left".
Right Right Side Only. When the item is serialized out as xml, its value is "right".
Largest Largest Side Only. When the item is serialized out as xml, its value is "largest".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Wordprocessing Namespace