ParagraphStyle
BaseStyle Property
|
Gets a base style of paragraph.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ParagraphStyle BaseStyle { get; }
Public ReadOnly Property BaseStyle As ParagraphStyle
Get
public:
property ParagraphStyle^ BaseStyle {
ParagraphStyle^ get ();
}
member BaseStyle : ParagraphStyle with get
Property Value
Type:
ParagraphStyle
See Also