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