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

    Parameters

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