ParagraphFormat
StyleName Property
|
Gets or sets the name of the current style.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string StyleName { get; set; }
Public Property StyleName As String
Get
Set
public:
property String^ StyleName {
String^ get ();
void set (String^ value);
}
member StyleName : string with get, set
Property Value
Type:
String
See Also