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