VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.UI.VisualTools.UserInteraction Namespace / OfficeDocumentVisualEditorUIActionFactory Class / CreateChangeTextSize(Single) Method
Syntax Requirements SeeAlso
In This Topic
    CreateChangeTextSize(Single) Method (OfficeDocumentVisualEditorUIActionFactory)
    In This Topic
    Creates UIAction that increases or decreases the font size for focused text.
    Syntax
    'Declaration
    
    Public Function CreateChangeTextSize( _
    ByVal fontSizeDelta
    The delta of font size, in Vintasoft.Imaging.UnitOfMeasure.Points.
    As Single _
    ) As Vintasoft.Imaging.UIActions.UIAction

    Parameters

    fontSizeDelta
    The delta of font size, in Vintasoft.Imaging.UnitOfMeasure.Points.

    Return Value

    An UIAction that increases or decreases the font size for focused text.
    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