The Chapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Chapter(Int32) | |
![]() | Chapter(String, Int32) |
Constructs a new Chapter.
|
![]() | Chapter(Paragraph, Int32) |
Constructs a new Chapter.
|
Methods
Name | Description | |
---|---|---|
![]() | Add(Object) |
Adds a Paragraph, List, Table or another Section
to this Section.
(Inherited from Section.) |
![]() | Add(Int32, Object) |
Adds a Paragraph, List or Table
to this Section.
(Inherited from Section.) |
![]() | AddAll |
Adds a collection of Elements
to this Section.
(Inherited from Section.) |
![]() | AddMarkedSection | (Inherited from Section.) |
![]() | AddRange |
Adds the elements of an ICollection to the end of the ArrayList.
(Inherited from ArrayList.) |
![]() | AddSection(String) |
Adds a Section to this Section and returns it.
(Inherited from Section.) |
![]() | AddSection(Paragraph) |
Creates a Section, adds it to this Section and returns it.
(Inherited from Section.) |
![]() | AddSection(Single, Paragraph) |
Creates a Section, adds it to this Section and returns it.
(Inherited from Section.) |
![]() | AddSection(Single, String) |
Adds a Section to this Section and returns it.
(Inherited from Section.) |
![]() | AddSection(String, Int32) |
Adds a Section to this Section and returns it.
(Inherited from Section.) |
![]() | AddSection(Paragraph, Int32) |
Creates a Section, add it to this Section and returns it.
(Inherited from Section.) |
![]() | AddSection(Single, Paragraph, Int32) |
Creates a Section, adds it to this Section and returns it.
(Inherited from Section.) |
![]() | AddSection(Single, String, Int32) |
Adds a Section to this Section and returns it.
(Inherited from Section.) |
![]() | BinarySearch(Object) |
Searches the entire sorted ArrayList for an element using the default comparer and returns the zero-based index of the element.
(Inherited from ArrayList.) |
![]() | BinarySearch(Object, IComparer) |
Searches the entire sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element.
(Inherited from ArrayList.) |
![]() | BinarySearch(Int32, Int32, Object, IComparer) |
Searches a range of elements in the sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element.
(Inherited from ArrayList.) |
![]() | Clear |
Removes all elements from the ArrayList.
(Inherited from ArrayList.) |
![]() | Clone |
Creates a shallow copy of the ArrayList.
(Inherited from ArrayList.) |
![]() | Contains |
Determines whether an element is in the ArrayList.
(Inherited from ArrayList.) |
![]() | CopyTo(Array) |
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array.
(Inherited from ArrayList.) |
![]() | CopyTo(Array, Int32) |
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ArrayList.) |
![]() | CopyTo(Int32, Array, Int32, Int32) |
Copies a range of elements from the ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ArrayList.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | FlushContent | (Inherited from Section.) |
![]() | GetBookmarkTitle | (Inherited from Section.) |
![]() | GetEnumerator()()()() |
Returns an enumerator for the entire ArrayList.
(Inherited from ArrayList.) |
![]() | GetEnumerator(Int32, Int32) |
Returns an enumerator for a range of elements in the ArrayList.
(Inherited from ArrayList.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetRange | (Inherited from ArrayList.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | IndexOf(Object) |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire ArrayList.
(Inherited from ArrayList.) |
![]() | IndexOf(Object, Int32) |
Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that extends from the specified index to the last element.
(Inherited from ArrayList.) |
![]() | IndexOf(Object, Int32, Int32) |
Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the ArrayList that starts at the specified index and contains the specified number of elements.
(Inherited from ArrayList.) |
![]() | Insert |
Inserts an element into the ArrayList at the specified index.
(Inherited from ArrayList.) |
![]() | InsertRange |
Inserts the elements of a collection into the ArrayList at the specified index.
(Inherited from ArrayList.) |
![]() | IsChapter |
Checks if this object is a Chapter.
(Inherited from Section.) |
![]() | IsContent | (Inherited from Section.) |
![]() | IsNestable | (Overrides Section..::..IsNestable()()()().) |
![]() | IsSection |
Checks if this object is a Section.
(Inherited from Section.) |
![]() | LastIndexOf(Object) |
Searches for the specified Object and returns the zero-based index of the last occurrence within the entire ArrayList.
(Inherited from ArrayList.) |
![]() | LastIndexOf(Object, Int32) |
Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the ArrayList that extends from the first element to the specified index.
(Inherited from ArrayList.) |
![]() | LastIndexOf(Object, Int32, Int32) |
Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the ArrayList that contains the specified number of elements and ends at the specified index.
(Inherited from ArrayList.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | NewPage | (Inherited from Section.) |
![]() | Process |
Processes the element by adding it (or the different parts) to an
IElementListener.
(Inherited from Section.) |
![]() | Remove |
Removes the first occurrence of a specific object from the ArrayList.
(Inherited from ArrayList.) |
![]() | RemoveAt |
Removes the element at the specified index of the ArrayList.
(Inherited from ArrayList.) |
![]() | RemoveRange |
Removes a range of elements from the ArrayList.
(Inherited from ArrayList.) |
![]() | Reverse()()()() |
Reverses the order of the elements in the entire ArrayList.
(Inherited from ArrayList.) |
![]() | Reverse(Int32, Int32) |
Reverses the order of the elements in the specified range.
(Inherited from ArrayList.) |
![]() | Set |
Alters the attributes of this Section.
(Inherited from Section.) |
![]() | SetChapterNumber | (Inherited from Section.) |
![]() | SetRange |
Copies the elements of a collection over a range of elements in the ArrayList.
(Inherited from ArrayList.) |
![]() | Sort()()()() |
Sorts the elements in the entire ArrayList using the IComparable implementation of each element.
(Inherited from ArrayList.) |
![]() | Sort(IComparer) |
Sorts the elements in the entire ArrayList using the specified comparer.
(Inherited from ArrayList.) |
![]() | Sort(Int32, Int32, IComparer) |
Sorts the elements in a range of elements in ArrayList using the specified comparer.
(Inherited from ArrayList.) |
![]() | ToArray()()()() | (Inherited from ArrayList.) |
![]() | ToArray(Type) |
Copies the elements of the ArrayList to a new array of the specified element type.
(Inherited from ArrayList.) |
![]() | ToString | (Inherited from Section.) |
![]() | TrimToSize |
Sets the capacity to the actual number of elements in the ArrayList.
(Inherited from ArrayList.) |
Fields
Name | Description | |
---|---|---|
![]() | addedCompletely | (Inherited from Section.) |
![]() | bookmarkOpen | false if the bookmark children are not visible (Inherited from Section.) |
![]() | bookmarkTitle | (Inherited from Section.) |
![]() | complete | (Inherited from Section.) |
![]() | indentation | The additional indentation of the content of this section. (Inherited from Section.) |
![]() | indentationLeft | The indentation of this section on the left side. (Inherited from Section.) |
![]() | indentationRight | The indentation of this section on the right side. (Inherited from Section.) |
![]() | notAddedYet | (Inherited from Section.) |
![]() | numberDepth | This is the number of sectionnumbers that has to be shown before the section title. (Inherited from Section.) |
![]() | numbers | This is the complete list of sectionnumbers of this section and the parents of this section. (Inherited from Section.) |
![]() | numberStyle | (Inherited from Section.) |
![]() | subsections | This is the number of subsections. (Inherited from Section.) |
![]() | title | This is the title of this section. (Inherited from Section.) |
![]() | triggerNewPage | (Inherited from Section.) |
Properties
Name | Description | |
---|---|---|
![]() | AddedCompletely | (Inherited from Section.) |
![]() | BookmarkOpen |
Get/set the bookmark
(Inherited from Section.) |
![]() | BookmarkTitle | (Inherited from Section.) |
![]() | Capacity |
Gets or sets the number of elements that the ArrayList can contain.
(Inherited from ArrayList.) |
![]() | Chunks |
Gets all the chunks in this element.
(Inherited from Section.) |
![]() | Count |
Gets the number of elements actually contained in the ArrayList.
(Inherited from ArrayList.) |
![]() | Depth |
Returns the depth of this section.
(Inherited from Section.) |
![]() | ElementComplete | (Inherited from Section.) |
![]() | Indentation |
Get/set the indentation of the content of this Section.
(Inherited from Section.) |
![]() | IndentationLeft |
Get/set the indentation of this Section on the left side.
(Inherited from Section.) |
![]() | IndentationRight |
Get/set the indentation of this Section on the right side.
(Inherited from Section.) |
![]() | IsFixedSize |
Gets a value indicating whether the ArrayList has a fixed size.
(Inherited from ArrayList.) |
![]() | IsReadOnly |
Gets a value indicating whether the ArrayList is read-only.
(Inherited from ArrayList.) |
![]() | IsSynchronized |
Gets a value indicating whether access to the ArrayList is synchronized (thread safe).
(Inherited from ArrayList.) |
![]() | Item |
Gets or sets the element at the specified index.
(Inherited from ArrayList.) |
![]() | NotAddedYet | (Inherited from Section.) |
![]() | NumberDepth |
Get/set the numberdepth of this Section.
(Inherited from Section.) |
![]() | NumberStyle | (Inherited from Section.) |
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the ArrayList.
(Inherited from ArrayList.) |
![]() | Title |
Get/set the title of this section
(Inherited from Section.) |
![]() | TriggerNewPage | (Inherited from Section.) |
![]() | Type |
Gets the type of the text element.
(Overrides Section..::..Type.) |