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);

Property Value

An enumeration value indicating whether the style is a paragraph style or a character style. Can be hpStyleTypeParagraph or hpStyleTypeCharacter.

See Also

Style Object | Style Members | HelpProducer Namespace