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);