Initializes a new instance of the AttrCollection class

Namespace: Spire.Presentation.Converter.Equation.Word.Formatting
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

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

Parameters

parent
FormatBase
baseKey
Int32

See Also