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# 
protected virtual FormatBase GetDefComposite(
	int key
)
Protected Overridable Function GetDefComposite ( 
	key As Integer
) As FormatBase
protected:
virtual FormatBase^ GetDefComposite(
	int key
)
abstract GetDefComposite : 
        key : int -> FormatBase 
override GetDefComposite : 
        key : int -> FormatBase 

Parameters

key
Int32

Return Value

FormatBase

See Also