Style.Type Property |
Gets or sets the type of this style.
[VBScript] Public Property Type As StyleType
[JScript] public function get Type() : StyleType; public function set Type(StyleType);
An enumeration value indicating whether the style is a paragraph style or a character style. Can be hpStyleTypeParagraph
or hpStyleTypeCharacter
.