次の方法で共有


EmphasisMarkValues 列挙型

定義

EmphasisMarkValues 列挙型を定義します。

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

フィールド

EmphasisMarkValues(String)

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

Circle 3

文字の上に円強調マークを付けます。

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

Circle

文字の上に円強調マークを付けます。

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

Comma 2

文字の上にコンマ強調マークを付けます。

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

Comma

文字の上にコンマ強調マークを付けます。

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

Dot 1

ドット強調文字の上にマークを付けます。

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

Dot

ドット強調文字の上にマークを付けます。

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

Equals(EmphasisMarkValues)
Equals(Object)
GetHashCode()
None 0

強調マークなし。

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

None

強調マークなし。

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

Equality(EmphasisMarkValues, EmphasisMarkValues)
Inequality(EmphasisMarkValues, EmphasisMarkValues)
ToString()
UnderDot 4

文字の下にドット強調マークを付けます。

アイテムを xml としてシリアル化されるときに、その値は "underDot" です。

UnderDot

文字の下にドット強調マークを付けます。

アイテムを xml としてシリアル化されるときに、その値は "underDot" です。

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

適用対象