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 int GetSprmOption(
	int propertyKey
)
Protected Overridable Function GetSprmOption ( 
	propertyKey As Integer
) As Integer
protected:
virtual int GetSprmOption(
	int propertyKey
)
abstract GetSprmOption : 
        propertyKey : int -> int 
override GetSprmOption : 
        propertyKey : int -> int 

Parameters

propertyKey
Int32

Return Value

Int32

See Also