Enum ReferenceKind
Specifies the information to be included in the cross-reference.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum ReferenceKindFields
| Name | Description | 
|---|---|
| AboveBelow | Insert the word "Above" or the word "Below" as appropriate. | 
| ContentText | Insert text value of the specified item. For example, insert text of the specified heading. | 
| NumberFullContext | Insert complete paragraph number. | 
| NumberNoContext | Insert paragraph without its relative position in the outline numbered list. | 
| NumberRelativeContext | Insert paragraph with as much of its relative position in the outline numbered list as necessary to identify the item. | 
| PageNumber | Insert the page number of the specified bookmark. |