Font.EmbedBoldFont Property

Bold Style Font Style Embedding.Represents the element tag in schema: w:embedBold

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

Syntax

'Declaration
Public Property EmbedBoldFont As EmbedBoldFont
    Get
    Set
'Usage
Dim instance As Font
Dim value As EmbedBoldFont

value = instance.EmbedBoldFont

instance.EmbedBoldFont = value
public EmbedBoldFont EmbedBoldFont { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont
Returns EmbedBoldFont.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Wordprocessing Namespace