EmbeddedFont.ItalicFont Property

Italic Embedded Font.Represents the element tag in schema: p:italic

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

Syntax

'Declaration
Public Property ItalicFont As ItalicFont
    Get
    Set
'Usage
Dim instance As EmbeddedFont
Dim value As ItalicFont

value = instance.ItalicFont

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.ItalicFont
Returns ItalicFont.

See Also

Reference

EmbeddedFont Class

EmbeddedFont Members

DocumentFormat.OpenXml.Presentation Namespace