Click or drag to resize

TextItemsAdd Method

Overload List
  NameDescription
Public methodAdd(TextItem)
Add a new text item object to the collection
Protected methodAdd(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.)
Public methodAdd(String, TextItem)
Add a new text item object to the collection
Protected methodAdd(String, Object, CollectionAddFlags)
Adds an item to the collection
(Inherited from EAPCollectionBase.)
Public methodAdd(String, String, TextItemAttrs)
Add a new text item object to the collection with the textType of
Public methodAdd(String, String, TextItemAttrs, String)
Add a new text item object to the collection
Top
See Also