| 
CharacterFormat
StylisticSetType Property
  | 
 Gets or sets the stylistic set type.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public StylisticSetType StylisticSetType { get; set; }
 
Public Property StylisticSetType As StylisticSetType
	Get
	Set
 
public:
property StylisticSetType StylisticSetType {
	StylisticSetType get ();
	void set (StylisticSetType value);
}
 
member StylisticSetType : StylisticSetType with get, set
 
 
 
Property Value
 
 Type:
 
StylisticSetType
 
 
 See Also
See Also