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 void SetAttr(
	int key,
	Object value,
	bool isNonDefault
)
Protected Sub SetAttr ( 
	key As Integer,
	value As Object,
	isNonDefault As Boolean
)
protected:
void SetAttr(
	int key, 
	Object^ value, 
	bool isNonDefault
)
member SetAttr : 
        key : int * 
        value : Object * 
        isNonDefault : bool -> unit 

Parameters

key
Int32
value
Object
isNonDefault
Boolean

See Also