'Declaration Public Overloads Function Insert( _ ByVal text As System.String, _ ByVal referenceCharacter As System.Char, _ ByVal referenceFontName As System.String, _ ByVal location As InsertLocation _ ) As Footnote
public Footnote Insert( System.string text, System.char referenceCharacter, System.string referenceFontName, InsertLocation location )
Parameters
- text
- The footnote text.
- referenceCharacter
- The footnote reference symbol.
- referenceFontName
- The footnote reference symbol font.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Footnote.