次の方法で共有


TextCharacterPropertiesType.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 BooleanValue
    Get
    Set
'使用
Dim instance As TextCharacterPropertiesType
Dim value As BooleanValue

value = instance.Bold

instance.Bold = value
[SchemaAttrAttribute(, "b")]
public BooleanValue Bold { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

TextCharacterPropertiesType Class

TextCharacterPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace