StyleType
type StyleType = paragraph | table | run | numbering
Description
The style type used for the document element.
Try It
var oNormalStyle = oDocument.GetDefaultStyle("paragraph");
type StyleType = paragraph | table | run | numbering
The style type used for the document element.
var oNormalStyle = oDocument.GetDefaultStyle("paragraph");