Skip to content

Instantly share code, notes, and snippets.

@bjoerntx

bjoerntx/test.cs Secret

Created June 23, 2023 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/c03f20126a4831f384a50a047fb3c629 to your computer and use it in GitHub Desktop.
Save bjoerntx/c03f20126a4831f384a50a047fb3c629 to your computer and use it in GitHub Desktop.
foreach (TXTextControl.Footnote footnote in tx.Footnotes) {
var number = footnote.Number;
var text = footnote.Text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment