aspnetcore-js-devexpress-dot-richedit-572fba8b.md
A collection of the Section objects.
export class SectionCollection extends Collection<Section>
Collection<T> SectionCollection
Creates a new Section object with the specified settings and adds it to the collection.
create(
sectionBreakPosition: number,
type: SectionBreakType
): Section
| Name | Type | Description |
|---|---|---|
| sectionBreakPosition | number |
The position of a section break.
| | type | SectionBreakType |
The type of a section break.
|
| Type | Description |
|---|---|
| Section |
The newly created section.
|
Returns a section that contains the specified position.
find(
position: number
): Section
| Name | Type | Description |
|---|---|---|
| position | number |
A position in a main sub-document.
|
| Type | Description |
|---|---|
| Section |
A section object.
|