Add(string)
|
Adds a Text to this collection at the End location.
|
AddBreak()
|
Adds a line Break to this collection at the End location.
|
AddBreak(BreakType)
|
Adds a Break to this collection at the End location.
|
AddBreak(BreakType, BreakClear)
|
Adds a Break to this collection at the End location.
|
AddLastRenderedPageBreak()
|
Adds a LastRenderedPageBreak to this collection at the End location.
|
AddSymbol(char, string)
|
Adds a Symbol to this collection at the End location.
|
AddTab()
|
Adds a Tab to this collection at the End location.
|
AddTab(TabAlignment)
|
Adds a Tab to this collection at the End location.
|
AddTab(TabAlignment, TabLeader)
|
Adds a Tab to this collection at the End location.
|
AddTab(TabAlignment, TabLeader, TabRelativeTo)
|
Adds a Tab to this collection at the End location.
|
Insert(string, InsertLocation)
|
Inserts a Text into this collection at a specified location.
|
InsertBreak(BreakType, BreakClear, InsertLocation)
|
Inserts a Break into this collection at a specified location.
|
InsertBreak(BreakType, InsertLocation)
|
Inserts a Break into this collection at a specified location.
|
InsertBreak(InsertLocation)
|
Inserts a line Break into this collection at a specified location.
|
InsertLastRenderedPageBreak(InsertLocation)
|
Inserts a LastRenderedPageBreak into this collection at a specified location.
|
InsertSymbol(char, string, InsertLocation)
|
Inserts a Symbol into this collection at a specified location.
|
InsertTab(InsertLocation)
|
Inserts a Tab into this collection at a specified location.
|
InsertTab(TabAlignment, InsertLocation)
|
Inserts a Tab into this collection at a specified location.
|
InsertTab(TabAlignment, TabLeader, InsertLocation)
|
Inserts a Tab into this collection at a specified location.
|
InsertTab(TabAlignment, TabLeader, TabRelativeTo, InsertLocation)
|
Inserts a Tab into this collection at a specified location.
|