次の方法で共有


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

フィールド

名前 説明
None 0

強調マークなし。

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

Dot 1

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

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

Comma 2

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

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

Circle 3

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

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

UnderDot 4

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

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

Circle

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

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

Comma

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

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

Dot

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

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

EmphasisMarkValues(String)

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

Equality(EmphasisMarkValues, EmphasisMarkValues)
Equals(EmphasisMarkValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<EmphasisMarkValues>.Create(String)
Inequality(EmphasisMarkValues, EmphasisMarkValues)
None

強調マークなし。

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

ToString()
UnderDot

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

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

適用対象