The Chapter type exposes the following members.

Constructors

  NameDescription
Public methodChapter(Int32)
Public methodChapter(String, Int32)
Constructs a new Chapter.
Public methodChapter(Paragraph, Int32)
Constructs a new Chapter.

Methods

  NameDescription
Public methodAdd(Object)
Adds a Paragraph, List, Table or another Section to this Section.
(Inherited from Section.)
Public methodAdd(Int32, Object)
Adds a Paragraph, List or Table to this Section.
(Inherited from Section.)
Public methodAddAll
Adds a collection of Elements to this Section.
(Inherited from Section.)
Public methodAddMarkedSection (Inherited from Section.)
Public methodAddRange
Adds the elements of an ICollection to the end of the ArrayList.
(Inherited from ArrayList.)
Public methodAddSection(String)
Adds a Section to this Section and returns it.
(Inherited from Section.)
Public methodAddSection(Paragraph)
Creates a Section, adds it to this Section and returns it.
(Inherited from Section.)
Public methodAddSection(Single, Paragraph)
Creates a Section, adds it to this Section and returns it.
(Inherited from Section.)
Public methodAddSection(Single, String)
Adds a Section to this Section and returns it.
(Inherited from Section.)
Public methodAddSection(String, Int32)
Adds a Section to this Section and returns it.
(Inherited from Section.)
Public methodAddSection(Paragraph, Int32)
Creates a Section, add it to this Section and returns it.
(Inherited from Section.)
Public methodAddSection(Single, Paragraph, Int32)
Creates a Section, adds it to this Section and returns it.
(Inherited from Section.)
Public methodAddSection(Single, String, Int32)
Adds a Section to this Section and returns it.
(Inherited from Section.)
Public methodBinarySearch(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.)
Public methodBinarySearch(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.)
Public methodBinarySearch(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.)
Public methodClear
Removes all elements from the ArrayList.
(Inherited from ArrayList.)
Public methodClone
Creates a shallow copy of the ArrayList.
(Inherited from ArrayList.)
Public methodContains
Determines whether an element is in the ArrayList.
(Inherited from ArrayList.)
Public methodCopyTo(Array)
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array.
(Inherited from ArrayList.)
Public methodCopyTo(Array, Int32)
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ArrayList.)
Public methodCopyTo(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.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlushContent (Inherited from Section.)
Public methodGetBookmarkTitle (Inherited from Section.)
Public methodGetEnumerator()()()()
Returns an enumerator for the entire ArrayList.
(Inherited from ArrayList.)
Public methodGetEnumerator(Int32, Int32)
Returns an enumerator for a range of elements in the ArrayList.
(Inherited from ArrayList.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRange
Returns an ArrayList which represents a subset of the elements in the source ArrayList.
(Inherited from ArrayList.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(Object)
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire ArrayList.
(Inherited from ArrayList.)
Public methodIndexOf(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.)
Public methodIndexOf(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.)
Public methodInsert
Inserts an element into the ArrayList at the specified index.
(Inherited from ArrayList.)
Public methodInsertRange
Inserts the elements of a collection into the ArrayList at the specified index.
(Inherited from ArrayList.)
Public methodIsChapter
Checks if this object is a Chapter.
(Inherited from Section.)
Public methodIsContent (Inherited from Section.)
Public methodIsNestable (Overrides Section..::..IsNestable()()()().)
Public methodIsSection
Checks if this object is a Section.
(Inherited from Section.)
Public methodLastIndexOf(Object)
Searches for the specified Object and returns the zero-based index of the last occurrence within the entire ArrayList.
(Inherited from ArrayList.)
Public methodLastIndexOf(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.)
Public methodLastIndexOf(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewPage (Inherited from Section.)
Public methodProcess
Processes the element by adding it (or the different parts) to an IElementListener.
(Inherited from Section.)
Public methodRemove
Removes the first occurrence of a specific object from the ArrayList.
(Inherited from ArrayList.)
Public methodRemoveAt
Removes the element at the specified index of the ArrayList.
(Inherited from ArrayList.)
Public methodRemoveRange
Removes a range of elements from the ArrayList.
(Inherited from ArrayList.)
Public methodReverse()()()()
Reverses the order of the elements in the entire ArrayList.
(Inherited from ArrayList.)
Public methodReverse(Int32, Int32)
Reverses the order of the elements in the specified range.
(Inherited from ArrayList.)
Public methodSet
Alters the attributes of this Section.
(Inherited from Section.)
Public methodSetChapterNumber (Inherited from Section.)
Public methodSetRange
Copies the elements of a collection over a range of elements in the ArrayList.
(Inherited from ArrayList.)
Public methodSort()()()()
Sorts the elements in the entire ArrayList using the IComparable implementation of each element.
(Inherited from ArrayList.)
Public methodSort(IComparer)
Sorts the elements in the entire ArrayList using the specified comparer.
(Inherited from ArrayList.)
Public methodSort(Int32, Int32, IComparer)
Sorts the elements in a range of elements in ArrayList using the specified comparer.
(Inherited from ArrayList.)
Public methodToArray()()()()
Copies the elements of the ArrayList to a new Object array.
(Inherited from ArrayList.)
Public methodToArray(Type)
Copies the elements of the ArrayList to a new array of the specified element type.
(Inherited from ArrayList.)
Public methodToString (Inherited from Section.)
Public methodTrimToSize
Sets the capacity to the actual number of elements in the ArrayList.
(Inherited from ArrayList.)

Fields

  NameDescription
Protected fieldaddedCompletely (Inherited from Section.)
Protected fieldbookmarkOpen
false if the bookmark children are not visible
(Inherited from Section.)
Protected fieldbookmarkTitle (Inherited from Section.)
Protected fieldcomplete (Inherited from Section.)
Protected fieldindentation
The additional indentation of the content of this section.
(Inherited from Section.)
Protected fieldindentationLeft
The indentation of this section on the left side.
(Inherited from Section.)
Protected fieldindentationRight
The indentation of this section on the right side.
(Inherited from Section.)
Protected fieldnotAddedYet (Inherited from Section.)
Protected fieldnumberDepth
This is the number of sectionnumbers that has to be shown before the section title.
(Inherited from Section.)
Protected fieldnumbers
This is the complete list of sectionnumbers of this section and the parents of this section.
(Inherited from Section.)
Protected fieldnumberStyle (Inherited from Section.)
Protected fieldsubsections
This is the number of subsections.
(Inherited from Section.)
Protected fieldtitle
This is the title of this section.
(Inherited from Section.)
Protected fieldtriggerNewPage (Inherited from Section.)

Properties

  NameDescription
Protected propertyAddedCompletely (Inherited from Section.)
Public propertyBookmarkOpen
Get/set the bookmark
(Inherited from Section.)
Public propertyBookmarkTitle (Inherited from Section.)
Public propertyCapacity
Gets or sets the number of elements that the ArrayList can contain.
(Inherited from ArrayList.)
Public propertyChunks
Gets all the chunks in this element.
(Inherited from Section.)
Public propertyCount
Gets the number of elements actually contained in the ArrayList.
(Inherited from ArrayList.)
Public propertyDepth
Returns the depth of this section.
(Inherited from Section.)
Public propertyElementComplete (Inherited from Section.)
Public propertyIndentation
Get/set the indentation of the content of this Section.
(Inherited from Section.)
Public propertyIndentationLeft
Get/set the indentation of this Section on the left side.
(Inherited from Section.)
Public propertyIndentationRight
Get/set the indentation of this Section on the right side.
(Inherited from Section.)
Public propertyIsFixedSize
Gets a value indicating whether the ArrayList has a fixed size.
(Inherited from ArrayList.)
Public propertyIsReadOnly
Gets a value indicating whether the ArrayList is read-only.
(Inherited from ArrayList.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ArrayList is synchronized (thread safe).
(Inherited from ArrayList.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ArrayList.)
Public propertyNotAddedYet (Inherited from Section.)
Public propertyNumberDepth
Get/set the numberdepth of this Section.
(Inherited from Section.)
Public propertyNumberStyle (Inherited from Section.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ArrayList.
(Inherited from ArrayList.)
Public propertyTitle
Get/set the title of this section
(Inherited from Section.)
Public propertyTriggerNewPage (Inherited from Section.)
Public propertyType
Gets the type of the text element.
(Overrides Section..::..Type.)

See Also