Property | Type | Description | |
---|---|---|---|
addedCompletely | bool | ||
bookmarkOpen | bool | ||
bookmarkTitle | string | ||
complete | bool | ||
indentation | float | ||
indentationLeft | float | ||
indentationRight | float | ||
notAddedYet | bool | ||
numberDepth | int | ||
numberStyle | int | ||
numbers | |||
subsections | int | ||
title | |||
triggerNewPage | bool |
Method | Description | |
---|---|---|
Add ( Object o ) : bool |
Adds a Paragraph, List, Table or another Section to this Section.
|
|
Add ( int index, Object o ) : void |
Adds a Paragraph, List or Table to this Section.
|
|
AddAll ( ICollection collection ) : bool |
Adds a collection of Elements to this Section.
|
|
AddMarkedSection ( ) : |
||
AddSection ( |
Creates a Section, adds it to this Section and returns it.
|
|
AddSection ( |
Creates a Section, add it to this Section and returns it.
|
|
AddSection ( float indentation, |
Creates a Section, adds it to this Section and returns it.
|
|
AddSection ( float indentation, |
Creates a Section, adds it to this Section and returns it.
|
|
AddSection ( float indentation, string title ) : |
Adds a Section to this Section and returns it.
|
|
AddSection ( float indentation, string title, int numberDepth ) : |
Adds a Section to this Section and returns it.
|
|
AddSection ( string title ) : |
Adds a Section to this Section and returns it.
|
|
AddSection ( string title, int numberDepth ) : |
Adds a Section to this Section and returns it.
|
|
ConstructTitle ( |
||
FlushContent ( ) : void | ||
GetBookmarkTitle ( ) : |
||
IsChapter ( ) : bool |
Checks if this object is a Chapter.
|
|
IsContent ( ) : bool | ||
IsNestable ( ) : bool | ||
IsSection ( ) : bool |
Checks if this object is a Section.
|
|
IsTag ( string tag ) : bool |
Checks if a given tag corresponds with this object.
|
|
IsTitle ( string tag ) : bool |
Checks if a given tag corresponds with a title tag for this object.
|
|
NewPage ( ) : void | ||
Process ( IElementListener listener ) : bool |
Processes the element by adding it (or the different parts) to an IElementListener.
|
|
Set ( |
Alters the attributes of this Section.
|
|
SetChapterNumber ( int number ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Section ( ) : System |
Constructs a new Section.
|
|
Section ( |
Constructs a new Section.
|
Method | Description | |
---|---|---|
SetNumbers ( int number, |
Sets the number of this section.
|
public Add ( Object o ) : bool | ||
o | Object | an object of type Paragraph, List, Table or another Section |
return | bool |
public Add ( int index, Object o ) : void | ||
index | int | index at which the specified element is to be inserted |
o | Object | an object of type Paragraph, List or Table |
return | void |
public AddAll ( ICollection collection ) : bool | ||
collection | ICollection | a collection of Paragraphs, Lists and/or Tables |
return | bool |
public AddSection ( |
||
title | the title of the new section | |
return |
public AddSection ( |
||
title | the title of the new section | |
numberDepth | int | the numberDepth of the section |
return |
public AddSection ( float indentation, |
||
indentation | float | the indentation of the new section |
title | the title of the new section | |
return |
public AddSection ( float indentation, |
||
indentation | float | the indentation of the new section |
title | the title of the new section | |
numberDepth | int | the numberDepth of the section |
return |
public AddSection ( float indentation, string title ) : |
||
indentation | float | the indentation of the new section |
title | string | the title of the new section |
return |
public AddSection ( float indentation, string title, int numberDepth ) : |
||
indentation | float | the indentation of the new section |
title | string | the title of the new section |
numberDepth | int | the numberDepth of the section |
return |
public AddSection ( string title ) : |
||
title | string | the title of the new section |
return |
public AddSection ( string title, int numberDepth ) : |
||
title | string | the title of the new section |
numberDepth | int | the numberDepth of the section |
return |
public static ConstructTitle ( |
||
title | ||
numbers | ||
numberDepth | int | |
numberStyle | int | |
return |
public static IsTag ( string tag ) : bool | ||
tag | string | the given tag |
return | bool |
public static IsTitle ( string tag ) : bool | ||
tag | string | the given tag |
return | bool |
public Process ( IElementListener listener ) : bool | ||
listener | IElementListener | the IElementListener |
return | bool |
protected Section ( |
||
title | a Paragraph | |
numberDepth | int | the numberDepth |
return | System |
public Set ( |
||
attributes | the attributes | |
return | void |
public SetChapterNumber ( int number ) : void | ||
number | int | |
return | void |
protected ArrayList,System.Collections numbers | ||
return |