Overload List
| Name | Description | |
|---|---|---|
| AddText( Int32 ) | Creates a new paragraph and appends it to the end of the current arrangement. | |
| AddText(String) | Creates a new paragraph and appends it to the end of the current arrangement. | |
| AddText( String ) | Creates a new paragraph and appends it to the end of the current arrangement. | |
| AddText( Int32 , CogOCVMaxCharacterIterator) | Inserts one or more characters at the character position specified by the supplied character iterator. | |
| AddText( Int32 , CogOCVMaxLineIterator) | Creates a new line and inserts it at the line position specified by the line iterator. | |
| AddText( Int32 , CogOCVMaxParagraphIterator) | Creates a new paragraph and inserts it in the arrangement at the position specified by the paragraph iterator. | |
| AddText(String, CogOCVMaxCharacterIterator) | Inserts one or more characters at the character position specified by the character iterator. | |
| AddText(String, CogOCVMaxLineIterator) | Creates a new line and inserts it at the line position specified by the line iterator. | |
| AddText(String, CogOCVMaxParagraphIterator) | Creates a new paragraph and inserts it in the arrangement at the position specified by the paragraph iterator. | |
| AddText( String , CogOCVMaxLineIterator) | Creates one or more new lines and inserts them at the line position specified by the line iterator. | |
| AddText( String , CogOCVMaxParagraphIterator) | Creates a new paragraph and inserts it in the arrangement at the position specified by the paragraph iterator. |
See Also