Gets the font used by the specified text item in this note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextFontAtIndex( _
ByVal Index As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim Index As Integer
Dim value As String
value = instance.GetTextFontAtIndex(Index)
|
C# | |
---|
string GetTextFontAtIndex(
int Index
) |
C++/CLI | |
---|
String^ GetTextFontAtIndex(
& int Index
) |
Parameters
- Index
Index of the desired piece of text where the index begins at 0
Return Value
Font name used by this note
Remarks
See Also