OfficeIMO

API Reference

Class

WordFootNote

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Manages footnotes within a Word document.

Inheritance

Constructors

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

Initializes a new instance of the WordFootNote 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

Remove FootNote from document

Properties

public List<WordParagraph> Paragraphs { get; } #

List of Paragraphs for given FootNote 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 FootnoteReference However for sake of completion and potential ability to modify it we expose it as well

public WordParagraph ParentParagraph { get; } #

Parent Paragraph is Paragraph/Run that has FootNote attached to it. This provides ability to find proper Run that has FootNote

public Nullable<Int64> ReferenceId { get; } #

ReferenceID of FootNote