OfficeIMO

API Reference

Class

WordCrossReference

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Provides helper methods for inserting cross reference fields.

Inheritance

Constructors

public WordCrossReference() #

Methods

public static WordParagraph AddCrossReference(WordParagraph paragraph, String referenceId, WordCrossReferenceType type) #
Returns: WordParagraph

Inserts a REF field referencing the specified bookmark or heading.

Parameters

paragraph OfficeIMO.Word.WordParagraph requiredposition: 0
Paragraph to insert the field into.
referenceId System.String requiredposition: 1
Bookmark or heading identifier.
type OfficeIMO.Word.WordCrossReferenceType requiredposition: 2
Type of reference.

Returns

The paragraph that this method was called on.