Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FootnoteLocation Enumeration

In This Topic
    FootnoteLocation Enumeration
    In This Topic
    Defines the footnote or endnote position.
    Syntax
    'Declaration
     
    Public Enum FootnoteLocation 
       Inherits System.Enum
    public enum FootnoteLocation : System.Enum 
    Members
    MemberDescription
    BeneathText Footnotes are output beneath text on each page.
    BottomOfPage Footnotes are output at the bottom of each page.
    EndOfSection Footnotes are output at the end of the section.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.FootnoteLocation

    See Also