'宣言 Public Enum AlignHorzEnum Inherits System.Enum
'使用法 Dim instance As AlignHorzEnum
public enum AlignHorzEnum : System.Enum
'宣言 Public Enum AlignHorzEnum Inherits System.Enum
'使用法 Dim instance As AlignHorzEnum
public enum AlignHorzEnum : System.Enum
| メンバ | 解説 |
|---|---|
Center | The text is centered horizontally. |
Far | The text is right-aligned. |
Justify | The text is justified horizontally by widening the white spaces existing in the text. |
JustifyChars | The text is justified horizontally by adding white spaces between all characters in the text. |
Near | The text is left-aligned. |
System.Object
System.ValueType
System.Enum
C1.Document.AlignHorzEnum