Gets the style name.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

String

Implements

IParagraphBase..::..StyleName

See Also