numberedRefTo

type numberedRefTo = pageNum | paraNum | noCtxParaNum | fullCtxParaNum | text | aboveBelow

Description

Available values of the "numbered" reference type: "pageNum" - the numbered item page number; "paraNum" - the numbered item paragraph number; "noCtxParaNum" - the abbreviated paragraph number (the specific item only, e.g. instead of "4.1.1" you refer to "1" only); "fullCtxParaNum" - the full paragraph number, e.g. "4.1.1"; "text" - the paragraph text value, e.g. if you have "4.1.1. Terms and Conditions", you refer to "Terms and Conditions" only; "aboveBelow" - the words "above" or "below" depending on the item position.

Try It

oParagraph.AddNumberedCrossRef("pageNum", oNumberedParagraph, true, true);

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).