VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentParagraphPropertiesJS type / set_Indentation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Indentation Method
    In This Topic
    Sets the paragraph indentation.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphPropertiesJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebDocumentParagraphIndentationPropertiesJS
    
    returnValue = instance.set_Indentation(value);
    
    
    function set_Indentation(
    value
    The paragraph indentation.
    : WebDocumentParagraphIndentationPropertiesJS
    ) : any;

    Parameters

    value
    The paragraph indentation.
    Browser Compatibility
    56+
    45+
    11
    See Also