ParagraphStyle
StyleType Property
|
Gets the type of the style.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override StyleType StyleType { get; }
Public Overrides ReadOnly Property StyleType As StyleType
Get
public:
virtual property StyleType StyleType {
StyleType get () override;
}
abstract StyleType : StyleType with get
override StyleType : StyleType with get
Property Value
Type:
StyleType
The type of the style.
Implements
IStyle
StyleType
IStyle
StyleType
See Also