var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphSpacingPropertiesJS(); var value; // Type: number value = instance.get_Line();
function get_Line() : number;
Return Value
The line spacing for paragraph.
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentParagraphSpacingPropertiesJS(); var value; // Type: number value = instance.get_Line();
function get_Line() : number;
This property defines the scale for line spacing for paragraph if LineSpacingRule==0.
This property defines the exact value of line spacing for paragraph if LineSpacingRule==1.
This property defines the at least value of line spacing for paragraph if LineSpacingRule==2.
WebDocumentParagraphSpacingPropertiesJS Class
WebDocumentParagraphSpacingPropertiesJS Members