VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorControlJS type / get_ParagraphProperties Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ParagraphProperties Method
    In This Topic
    Gets the document paragraph properties.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorControlJS(parentDivId);
    
    var value; // Type: Vintasoft.Imaging.Office.UI.WebDocumentParagraphPropertiesJS
    value = instance.get_ParagraphProperties();
    
    
    function get_ParagraphProperties() : WebDocumentParagraphPropertiesJS;
    

    Return Value

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