Method | Description | |
---|---|---|
Add ( |
Adds the specified quotation mark object.
|
|
AddLevel ( ) : void |
Adds a new level (if there are fewer than three already) and initializes the paragraph continuation values in each level. This returns true when a level was added and false if the list is already full so no more levels can be added.
|
|
Clear ( ) : void |
Clears the list of quotation marks.
|
|
Copy ( ) : |
Returns a copy of the list.
|
|
EnsureLevelExists ( int level ) : void |
Ensures that the specified number of levels exists.
|
|
Equals ( |
Gets a value indicating whether or not the list is equal to the specified list.
|
|
FindGap ( ) : int |
Finds the first level that is followed by a non empty level.
|
|
Load ( string xmlSrc, string wsName ) : QuotationMarksList |
Creates a QuotationMarksList from the specified XML string.
|
|
NewList ( ) : QuotationMarksList |
Initializes and returns a new instance of the T:QuotationMarksList class.
|
|
Remove ( QuotationMarks item ) : void |
Removes the specified item from the list.
|
|
RemoveAt ( int i ) : void |
Removes the QuotationMarks object specified by the index i, from the list.
|
|
RemoveLastLevel ( ) : void |
Removes the last item from the list.
|
|
this ( int i ) : QuotationMarks |
Gets the T:SILUBS.SharedScrUtils.QuotationMarks with the specified index.
|
public EnsureLevelExists ( int level ) : void | ||
level | int | |
return | void |
public Equals ( |
||
list | ||
considerParaCont | bool | |
return | bool |
public static Load ( string xmlSrc, string wsName ) : QuotationMarksList | ||
xmlSrc | string | The XML source string to load. |
wsName | string | Name of the writing system (used for error reporting). |
return | QuotationMarksList |
public static NewList ( ) : QuotationMarksList | ||
return | QuotationMarksList |