MissingItem.Bold Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Bold
Represents the following attribute in the schema: b
[DocumentFormat.OpenXml.SchemaAttr(0, "b")]
public DocumentFormat.OpenXml.BooleanValue Bold { get; set; }public DocumentFormat.OpenXml.BooleanValue Bold { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "b")]
public DocumentFormat.OpenXml.BooleanValue? Bold { get; set; }[DocumentFormat.OpenXml.SchemaAttr("b")]
public DocumentFormat.OpenXml.BooleanValue? Bold { get; set; }public DocumentFormat.OpenXml.BooleanValue? Bold { get; set; }member this.Bold : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "b")>]
member this.Bold : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("b")>]
member this.Bold : DocumentFormat.OpenXml.BooleanValue with get, setPublic Property Bold As BooleanValueProperty Value
Returns BooleanValue.
- Attributes