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 FormatBase GetDefComposite(
	int key,
	FormatBase value
)
Protected Function GetDefComposite ( 
	key As Integer,
	value As FormatBase
) As FormatBase
protected:
FormatBase^ GetDefComposite(
	int key, 
	FormatBase^ value
)
member GetDefComposite : 
        key : int * 
        value : FormatBase -> FormatBase 

Parameters

key
Int32
value
FormatBase

Return Value

FormatBase

See Also