Class ReferenceKind
Specifies the information to be included in the cross-reference.
Inheritance
System.Object
ReferenceKind
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class ReferenceKind : Enum
Fields
AboveBelow
Insert the word "Above" or the word "Below" as appropriate.
Declaration
public const ReferenceKind AboveBelow
Field Value
Type |
---|
ReferenceKind |
ContentText
Insert text value of the specified item. For example, insert text of the specified heading.
Declaration
public const ReferenceKind ContentText
Field Value
Type |
---|
ReferenceKind |
NumberFullContext
Insert complete paragraph number.
Declaration
public const ReferenceKind NumberFullContext
Field Value
Type |
---|
ReferenceKind |
NumberNoContext
Insert paragraph without its relative position in the outline numbered list.
Declaration
public const ReferenceKind NumberNoContext
Field Value
Type |
---|
ReferenceKind |
NumberRelativeContext
Insert paragraph with as much of its relative position in the outline numbered list as necessary to identify the item.
Declaration
public const ReferenceKind NumberRelativeContext
Field Value
Type |
---|
ReferenceKind |
PageNumber
Insert the page number of the specified bookmark.
Declaration
public const ReferenceKind PageNumber
Field Value
Type |
---|
ReferenceKind |