Click or drag to resize

ISection Interface

Represents a section inside a Document.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface ISection : ICompositeObject, 
	IDocumentObject

The ISection type exposes the following members.

Properties
Name Description
Public property Body
Gets the section body.
Public property BreakCode
Returns or setsbreak code.
Public property ChildObjects
Gets the child entities.
(Inherited from ICompositeObject .)
Public property Columns
Get collection of columns which logically divide page on many printing/publishing areas.
Public property Document
Gets document of this entity.
(Inherited from IDocumentObject .)
Public property DocumentObjectType
Gets the type of the document object.
(Inherited from IDocumentObject .)
Public property HeadersFooters
Gets headers/footers of current section
Public property IsComposite
Gets a value indicating whether this instance is composite.
(Inherited from IDocumentObject .)
Public property NextSibling
Gets the next sibling.
(Inherited from IDocumentObject .)
Public property Owner
Gets owner of this document object.
(Inherited from IDocumentObject .)
Public property PageSetup
Gets page Setup of current section.
Public property Paragraphs
Gets the paragraphs.
Public property PreviousSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Public property ProtectForm
Gets or sets a value indicating whether [protect form].
Public property Tables
Gets the tables.
Top
Methods
Name Description
Public method AddColumn
Adds new column to the section.
Public method AddParagraph
Adds the paragraph.
Public method AddTable
Adds the table.
Public method Clone
Clones it self.
Public method GetNextWidgetSibling
Gets the next widget sibling.
(Inherited from IDocumentObject .)
Public method GetPreviousWidgetSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Public method MakeColumnsSameWidth
Makes all columns in current section to be of equal width.
Top
See Also