com.ebasetech.xi.api
Interface Text


public interface Text

The Text interface represents a text that can be used anywhere in a form. All texts share the following characteristics:

Further documentation.

Since:
V4.4

Method Summary
 java.lang.String getText()
          Returns the text.
 void setText(java.lang.String text)
          Sets the text.
 

Method Detail

getText

java.lang.String getText()
Returns the text.

Since:
V4.4
See Also:
setText(String)

setText

void setText(java.lang.String text)
Sets the text.

Further documentation.

Since:
V4.4