次の方法で共有


Rule.How プロパティ

定義

配置規則の種類

スキーマ内の次の属性を表します。

[DocumentFormat.OpenXml.SchemaAttr(0, "how")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues> How { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues> How { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "how")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues>? How { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("how")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues>? How { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues>? How { get; set; }
member this.How : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "how")>]
member this.How : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("how")>]
member this.How : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.AlignmentValues> with get, set
Public Property How As EnumValue(Of AlignmentValues)

プロパティ値

EnumValue<T> を返します。

属性

適用対象