VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / TextShapeAppearance Class / SetFontItalic(TextShapeAppearance,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    SetFontItalic(TextShapeAppearance,Boolean) Method (TextShapeAppearance)
    In This Topic
    Sets a value indicating whether text shape appearance has italic font.
    Syntax
    'Declaration
    
    Public Shared Function SetFontItalic( _
    ByVal appearance
    The appearance.
    As TextShapeAppearance, _
    ByVal fontItalic
    A value indicating whether font is italic.
    As Boolean _
    ) As TextShapeAppearance

    Parameters

    appearance
    The appearance.
    fontItalic
    A value indicating whether font is italic.

    Return Value

    A new instance of TextShapeAppearance with changed property.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also