Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Section Class
Properties Methods

In This Topic
    Section Class Members
    In This Topic

    The following tables list the members exposed by Section.

    Public Properties
     NameDescription
    Public Property Gets the collection of the children of this content object.  
    Public PropertyGets the DocumentBase that contains this content object.  
    Public PropertyGets the Marker representing the end of this content object in the parent body.  
    Public Property Gets the collection of footers for this section.  
    Public Property Gets the section unique identifier.  
    Public Property Gets the collection of headers for this section.  
    Public Property Gets the next section.  
    Public PropertyGets the PageSetup object associated with this section.  
    Public PropertyGets the parent Body of this content object.  
    Public Property Gets the previous section.  
    Public PropertyGets or sets a value indicating whether this section is protected for forms.

    When a section is protected for forms, users can select and modify text only in form fields in Microsoft Word.

     
    Public Property Gets unique identifiers used to track the section editing session.  
    Public PropertyGets the Marker representing the start of this content object in the parent body.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a ContentControl to the end of the section.  
    Public MethodOverloaded. Adds a Paragraph to the end of the section.  
    Public MethodOverloaded. Adds a Table to the end of the section.  
    Public MethodDeletes the section from the parent Body.  
    Public Method Gets the collection of this section's children of a specified type.  
    Public MethodCreates and returns a Range associated with this content object.  
    Public Method Merges this section with the next one.  
    Public Method Merges this section with the previous one.  
    Public Method Gets string representation of the section.  
    Top
    See Also