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

    Parameters

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