Share via


Presentation.EmbedTrueTypeFonts Property

Embed True Type Fonts.Represents the attribte in schema: embedTrueTypeFonts

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

Syntax

'Declaration
<SchemaAttrAttribute(, "embedTrueTypeFonts")> _
Public Property EmbedTrueTypeFonts As BooleanValue
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As BooleanValue

value = instance.EmbedTrueTypeFonts

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace