次の方法で共有


CompoundLineValues 列挙型

定義

CompoundLineValues 列挙型を定義します。

public enum CompoundLineValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum CompoundLineValues
public readonly struct CompoundLineValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues>
type CompoundLineValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type CompoundLineValues = 
type CompoundLineValues = struct
    interface IEnumValue
    interface IEnumValueFactory<CompoundLineValues>
Public Enum CompoundLineValues
Public Structure CompoundLineValues
Implements IEnumValue, IEnumValueFactory(Of CompoundLineValues), IEquatable(Of CompoundLineValues)
継承
CompoundLineValues
継承
CompoundLineValues
属性

フィールド

名前 説明
Simple 0

sng。

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

Double 1

dbl。

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

ThickThin 2

thickThin。

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

ThinThick 3

thinThick。

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

Triple 4

トライ。

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

CompoundLineValues(String)

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

Double

dbl。

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

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

sng。

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

ThickThin

thickThin。

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

ThinThick

thinThick。

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

ToString()
Triple

トライ。

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

適用対象