TextItemsAdd Method (String, String, TextItemAttrs, String) |
Add a new text item object to the collection
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Add(
string name,
string text,
TextItemAttrs attributes,
string textType
)
Public Sub Add (
name As String,
text As String,
attributes As TextItemAttrs,
textType As String
)
Parameters
- name
- Type: SystemString
The name of the text item. - text
- Type: SystemString
The text for the item. - attributes
- Type: NetQuarryTextItemAttrs
Attributes. (One of TextItemAttrs). - textType
- Type: SystemString
The text type (e.g. caption, description)
See Also