Initializes a new instance of the WordAttrCollection class

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public WordAttrCollection(
	FormatBase parent,
	int baseKey
)
Public Sub New ( 
	parent As FormatBase,
	baseKey As Integer
)
public:
WordAttrCollection(
	FormatBase^ parent, 
	int baseKey
)
new : 
        parent : FormatBase * 
        baseKey : int -> WordAttrCollection

Parameters

parent
FormatBase
baseKey
Int32

See Also