Gets RTF code for pairs text and font.
public System.string GetRtf(
params System.Collections.Generic.KeyValuePair<string,XLFont>[]
)
'Declaration
Public Function GetRtf( _
ByVal ParamArray () As System.Collections.Generic.KeyValuePair(Of String,XLFont) _
) As System.String
Parameters
- pairs
- The pairs text and font.
Return Value
The RTF code.