Paragraph
StyleName Property
|
Gets paragraph style name.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string StyleName { get; }
Public ReadOnly Property StyleName As String
Get
public:
virtual property String^ StyleName {
String^ get () sealed;
}
abstract StyleName : string with get
override StyleName : string with get
Property Value
Type:
String
Implements
IStyleHolder
StyleName
See Also