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
属性

フィールド

CompoundLineValues(String)

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

Double

Dbl。

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

Double 1

Dbl。

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

Equals(Object)
Equals(CompoundLineValues)
GetHashCode()
Equality(CompoundLineValues, CompoundLineValues)
Inequality(CompoundLineValues, CompoundLineValues)
Simple 0

Sng。

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

Simple

Sng。

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

ThickThin 2

thickThin。

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

ThickThin

thickThin。

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

ThinThick 3

thinThick。

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

ThinThick

thinThick。

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

ToString()
Triple 4

トライ。

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

Triple

トライ。

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

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

適用対象