Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string Name { get; set; }
 
Public Property Name As String
	Get
	Set
 
public:
virtual property String^ Name {
	String^ get () sealed;
	void set (String^ value) sealed;
}
 
abstract Name : string with get, set
override Name : string with get, set
 
 
 
Property Value
 
 Type:
 
String
 
Implements
 
IStyle
Name
 
 
 See Also
See Also