TextHorizontalOverflowValues 列挙型

定義

テキストの水平オーバーフロー型

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

フィールド

TextHorizontalOverflowValues(String)

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

Clip 1

テキスト水平オーバーフロー列挙型 ( クリップ )。

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

Clip

テキスト水平オーバーフロー列挙型 ( クリップ )。

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

Equals(TextHorizontalOverflowValues)
Equals(Object)
GetHashCode()
Equality(TextHorizontalOverflowValues, TextHorizontalOverflowValues)
Inequality(TextHorizontalOverflowValues, TextHorizontalOverflowValues)
Overflow 0

Text Horizontal Overflow Enum ( Overflow )。

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

Overflow

Text Horizontal Overflow Enum ( Overflow )。

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

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

適用対象