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# 
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