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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected override FormatBase GetDefComposite(
	int key
)
Protected Overrides Function GetDefComposite ( 
	key As Integer
) As FormatBase
protected:
virtual FormatBase^ GetDefComposite(
	int key
) override
abstract GetDefComposite : 
        key : int -> FormatBase 
override GetDefComposite : 
        key : int -> FormatBase 

Parameters

key
Int32

Return Value

FormatBase

See Also