VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.UI.VisualTools.UserInteraction Namespace / OfficeDocumentVisualEditorUIActionFactory Class / CreateChangeParagraphFirstLineIndentation(Single) Method
Syntax Requirements SeeAlso
    CreateChangeParagraphFirstLineIndentation(Single) Method (OfficeDocumentVisualEditorUIActionFactory)
    Creates UIAction that changes first line indentation of selected paragraph(s).
    Syntax
    'Declaration
    
    Public Function CreateChangeParagraphFirstLineIndentation( _
    ByVal indentationDelta
    The delta of right indentation, in Vintasoft.Imaging.UnitOfMeasure.Points.
    As Single _
    ) As Vintasoft.Imaging.UIActions.UIAction
     

    Parameters

    indentationDelta
    The delta of right indentation, in Vintasoft.Imaging.UnitOfMeasure.Points.

    Return Value

    An UIAction that changes first line indentation of selected paragraph(s).
    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