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

In This Topic
    BodyType Enumeration
    In This Topic
    Specifies the types of a body.
    Syntax
    'Declaration
     
    Public Enum BodyType 
       Inherits System.Enum
    public enum BodyType : System.Enum 
    Members
    MemberDescription
    BuildingBlock Body of a building block.
    Comment Body of a comment.
    Endnote Body of an endnote.
    EndnoteContinuationNotice Body of endnote continuation notice.
    EndnoteContinuationSeparator Body of endnote continuation separator.
    EndnoteSeparator Body of endnote separator.
    Footer Body of a section footer.
    Footnote Body of a footnote.
    FootnoteContinuationNotice Body of footnote continuation notice.
    FootnoteContinuationSeparator Body of footnote continuation separator.
    FootnoteSeparator Body of footnote separator.
    Header Body of a section header.
    Main Body of the main document part.
    Inheritance Hierarchy

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

    See Also