ListFormat
CustomStyleName Property
|
Gets the name of custom style.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string CustomStyleName { get; }
Public ReadOnly Property CustomStyleName As String
Get
public:
property String^ CustomStyleName {
String^ get ();
}
member CustomStyleName : string with get
Property Value
Type:
String
See Also