TableCellTextStyle.Bold Property
Bold.Represents the attribte in schema: b
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "b")> _
Public Property Bold As EnumValue(Of BooleanStyleValues)
Get
Set
'使用
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>.