OfficeIMO

API Reference

Class

WordEndNote

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Handles endnotes.

Inheritance

Constructors

public WordEndNote(WordDocument document, Paragraph paragraph, Run run) #

Initializes a new instance of the WordEndNote class.

Parameters

document OfficeIMO.Word.WordDocument requiredposition: 0
paragraph DocumentFormat.OpenXml.Wordprocessing.Paragraph requiredposition: 1
run DocumentFormat.OpenXml.Wordprocessing.Run requiredposition: 2

Methods

public Void Remove() #
Returns: Void

Removes the endnote and its reference from the document.

Properties

public List<WordParagraph> Paragraphs { get; } #

List of Paragraphs for given EndNote As there can be multiple paragraphs with different formatting it's required to provide a list Zero based object should be skipped, as it's EndNoteReference However for sake of completion and potential ability to modify it we expose it as well

public WordParagraph ParentParagraph { get; } #

Parent paragraph containing the endnote reference.

public Nullable<Int64> ReferenceId { get; } #

Gets the endnote reference identifier if available.