次の方法で共有


TextAlignmentTypeValues 列挙型

定義

テキストの配置の種類

public enum TextAlignmentTypeValues
public readonly struct TextAlignmentTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues>
type TextAlignmentTypeValues = 
type TextAlignmentTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TextAlignmentTypeValues>
Public Enum TextAlignmentTypeValues
Public Structure TextAlignmentTypeValues
Implements IEnumValue, IEnumValueFactory(Of TextAlignmentTypeValues), IEquatable(Of TextAlignmentTypeValues)
継承
TextAlignmentTypeValues
継承
TextAlignmentTypeValues

フィールド

TextAlignmentTypeValues(String)

新しい TextAlignmentTypeValues 列挙型インスタンスを作成します

Center 1

テキスト配置列挙型 ( 中央 )。

項目を xml としてシリアル化されるときに、その値は "ctr" です。

Center

テキスト配置列挙型 ( 中央 )。

項目を xml としてシリアル化されるときに、その値は "ctr" です。

Distributed 5

Text Alignment Enum ( Distributed )。

項目を xml としてシリアル化されるときに、その値は "dist" です。

Distributed

Text Alignment Enum ( Distributed )。

項目を xml としてシリアル化されるときに、その値は "dist" です。

Equals(Object)
Equals(TextAlignmentTypeValues)
GetHashCode()
Justified

Text Alignment Enum ( Justified )。

項目を xml としてシリアル化されるときに、その値は "just" です。

Justified 3

Text Alignment Enum ( Justified )。

項目を xml としてシリアル化されるときに、その値は "just" です。

JustifiedLow 4

テキスト配置列挙型 ( 両端揃え低 )。

項目を xml としてシリアル化されるときに、その値は "justLow" です。

JustifiedLow

テキスト配置列挙型 ( 両端揃え低 )。

項目を xml としてシリアル化されるときに、その値は "justLow" です。

Left 0

テキスト配置列挙型 ( 左 )。

項目を xml としてシリアル化されるときに、その値は "l" です。

Left

テキスト配置列挙型 ( 左 )。

項目を xml としてシリアル化されるときに、その値は "l" です。

Equality(TextAlignmentTypeValues, TextAlignmentTypeValues)
Inequality(TextAlignmentTypeValues, TextAlignmentTypeValues)
Right 2

テキスト配置列挙型 ( 右 )。

項目を xml としてシリアル化されるときに、その値は "r" です。

Right

テキスト配置列挙型 ( 右 )。

項目を xml としてシリアル化されるときに、その値は "r" です。

ThaiDistributed

Text Alignment Enum ( Thai Distributed )。

項目を xml としてシリアル化されるときに、その値は "thaiDist" です。

ThaiDistributed 6

Text Alignment Enum ( Thai Distributed )。

項目を xml としてシリアル化されるときに、その値は "thaiDist" です。

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TextAlignmentTypeValues>.Create(String)

適用対象