'Declaration Public Overloads Function Add( _ ByVal text As System.String, _ ByVal referenceCharacter As System.Char, _ ByVal referenceFontName As System.String _ ) As Footnote
public Footnote Add( System.string text, System.char referenceCharacter, System.string referenceFontName )
Parameters
- text
- The footnote text.
- referenceCharacter
- The footnote reference symbol.
- referenceFontName
- The footnote reference symbol font.
Return Value
The added Footnote.