Share via


BuildParagraph.Build Property

Definition

Build Types

Represents the following attribute in the schema: build

[DocumentFormat.OpenXml.SchemaAttr(0, "build")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues> Build { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues> Build { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "build")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues>? Build { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("build")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues>? Build { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues>? Build { get; set; }
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "build")>]
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("build")>]
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues> with get, set
Public Property Build As EnumValue(Of ParagraphBuildValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to