 | BuildParagraphBuild Property |
Build Types
Represents the following attribute in the schema: build
Namespace: DocumentFormat.OpenXml.PresentationAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic EnumValue<ParagraphBuildValues> Build { get; set; }Public Property Build As EnumValue(Of ParagraphBuildValues)
Get
Set
public:
property EnumValue<ParagraphBuildValues>^ Build {
EnumValue<ParagraphBuildValues>^ get ();
void set (EnumValue<ParagraphBuildValues>^ value);
}member Build : EnumValue<ParagraphBuildValues> with get, set
Property Value
EnumValueParagraphBuildValues
See Also