VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI.Dialogs Namespace / WebUiDocumentParagraphIndentationSettingsDialogJS type / applyUI Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    applyUI Method
    In This Topic
    Applies the UI settings to the settings of web document editor.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.Dialogs.WebUiDocumentParagraphIndentationSettingsDialogJS();
    
    var value; // Type: any
    
    // Parameters
    var paragraphProperties; // Type: WebDocumentParagraphPropertiesJS
    
    value = instance.applyUI(paragraphProperties);
    
    
    function applyUI(
    paragraphProperties
    The document paragraph properties.
    : WebDocumentParagraphPropertiesJS
    ) : any;

    Parameters

    paragraphProperties
    The document paragraph properties.
    Browser Compatibility
    56+
    45+
    11
    See Also