TextItemsAdd Method |
Name | Description | |
---|---|---|
Add(TextItem) |
Add a new text item object to the collection
| |
Add(String, Object) |
Adds an object to the collection. Override. This method simply calls the Add method with CollectionAddFlags.replace as the flags.
(Inherited from EAPCollectionBase.) | |
Add(String, TextItem) |
Add a new text item object to the collection
| |
Add(String, Object, CollectionAddFlags) |
Adds an item to the collection
(Inherited from EAPCollectionBase.) | |
Add(String, String, TextItemAttrs) |
Add a new text item object to the collection with the textType of
| |
Add(String, String, TextItemAttrs, String) |
Add a new text item object to the collection
|