Initializes a new instance of the
 
Style
 
 class
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
protected Style(
	Document doc
)
 
Protected Sub New ( 
	doc As Document
)
 
protected:
Style(
	Document^ doc
)
 
new : 
doc : Document -> Style
 
 
 
Parameters
 
- 
doc
 
- 
 Type:
 
Spire.Doc
Document
 
 
 
 See Also
See Also