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 abstract Object GetDefValue(
	int key
)
Protected MustOverride Function GetDefValue ( 
	key As Integer
) As Object
protected:
virtual Object^ GetDefValue(
	int key
) abstract
abstract GetDefValue : 
        key : int -> Object 

Parameters

key
Int32

Return Value

Object

See Also