ParagraphBuildValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
段落のビルドの種類
public enum ParagraphBuildValues
public readonly struct ParagraphBuildValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues>, IEquatable<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues>
type ParagraphBuildValues =
type ParagraphBuildValues = struct
interface IEnumValue
interface IEnumValueFactory<ParagraphBuildValues>
Public Enum ParagraphBuildValues
Public Structure ParagraphBuildValues
Implements IEnumValue, IEnumValueFactory(Of ParagraphBuildValues), IEquatable(Of ParagraphBuildValues)
- 継承
-
ParagraphBuildValues
- 継承
-
ParagraphBuildValues
フィールド
名前 | 値 | 説明 |
---|---|---|
AllAtOnce | 0 | 一度にすべて。 項目を xml としてシリアル化されるときに、その値は "allAtOnce" です。 |
Paragraph | 1 | 段落。 項目を xml としてシリアル化されるときに、その値は "p" です。 |
Custom | 2 | ユーザー設定します。 項目を xml としてシリアル化されるときに、その値は "cust" です。 |
Whole | 3 | 全部。 項目を xml としてシリアル化されるときに、その値は "全体" です。 |
AllAtOnce | 一度にすべて。 項目を xml としてシリアル化されるときに、その値は "allAtOnce" です。 |
|
Custom | ユーザー設定します。 項目を xml としてシリアル化されるときに、その値は "cust" です。 |
|
Equality(ParagraphBuildValues, ParagraphBuildValues) | ||
Equals(Object) | ||
Equals(ParagraphBuildValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ParagraphBuildValues>.Create(String) | ||
Inequality(ParagraphBuildValues, ParagraphBuildValues) | ||
Paragraph | 段落。 項目を xml としてシリアル化されるときに、その値は "p" です。 |
|
ParagraphBuildValues(String) | 新しい ParagraphBuildValues 列挙型インスタンスを作成します |
|
ToString() | ||
Whole | 全部。 項目を xml としてシリアル化されるときに、その値は "全体" です。 |