Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void GetDirectRunAttrByIndex(
	int index,
	out int key,
	out Object value
)
Sub GetDirectRunAttrByIndex ( 
	index As Integer,
	<OutAttribute> ByRef key As Integer,
	<OutAttribute> ByRef value As Object
)
void GetDirectRunAttrByIndex(
	int index, 
	[OutAttribute] int% key, 
	[OutAttribute] Object^% value
)
abstract GetDirectRunAttrByIndex : 
        index : int * 
        key : int byref * 
        value : Object byref -> unit 

Parameters

index
Int32
key
Int32%
value
Object%

See Also