API Reference
Class
WordCrossReference
Provides helper methods for inserting cross reference fields.
Inheritance
- WordElement
- WordCrossReference
Constructors
public WordCrossReference() #Methods
public static WordParagraph AddCrossReference(WordParagraph paragraph, String referenceId, WordCrossReferenceType type) #Returns:
WordParagraphInserts a REF field referencing the specified bookmark or heading.
Parameters
- paragraph OfficeIMO.Word.WordParagraph
- Paragraph to insert the field into.
- referenceId System.String
- Bookmark or heading identifier.
- type OfficeIMO.Word.WordCrossReferenceType
- Type of reference.
Returns
The paragraph that this method was called on.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object