Compartilhar via


TableCellTextStyle.Bold Property

Bold.Represents the attribte in schema: b

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "b")> _
Public Property Bold As EnumValue(Of BooleanStyleValues)
    Get
    Set
'Usage
Dim instance As TableCellTextStyle
Dim value As EnumValue(Of BooleanStyleValues)

value = instance.Bold

instance.Bold = value
[SchemaAttrAttribute(, "b")]
public EnumValue<BooleanStyleValues> Bold { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<BooleanStyleValues>
Returns EnumValue<T>.

See Also

Reference

TableCellTextStyle Class

TableCellTextStyle Members

DocumentFormat.OpenXml.Drawing Namespace