set_ContextualSpacing Method
In This Topic
Sets a value indicating whether to ignore indents between paragraphs when paragraph styles match.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphPropertiesJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ContextualSpacing(value);
function set_ContextualSpacing(
: boolean
) : any;
Parameters
- value
- A value indicating whether to ignore indents between paragraphs when paragraph styles match.
Browser Compatibility
See Also