|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefineTextField | |
|---|---|
| com.flagstone.transform.text | The text package contains all the classes for encoding and decoding the data structures that represent static and dynamic text fields. |
| Uses of DefineTextField in com.flagstone.transform.text |
|---|
| Methods in com.flagstone.transform.text that return DefineTextField | |
|---|---|
DefineTextField |
DefineTextField.copy()
Creates a complete copy of this object. |
DefineTextField |
DefineTextField.setAlignment(HorizontalAlign align)
Sets the alignment of the text, either AlignLeft, AlignRight, AlignCenter or AlignJustify. |
DefineTextField |
DefineTextField.setAutoSize(boolean aFlag)
Sets whether the text field will resize to fit the contents. |
DefineTextField |
DefineTextField.setBordered(boolean aFlag)
Set whether the text field is bordered. |
DefineTextField |
DefineTextField.setBounds(Bounds rect)
Sets the bounding rectangle of the text field. |
DefineTextField |
DefineTextField.setColor(Color aColor)
Sets the text color. |
DefineTextField |
DefineTextField.setEmbedded(boolean aFlag)
Set whether the text field characters are displayed using the font defined in the movie or whether the Flash Player uses a font definition loaded from the platform on which it is hosted. |
DefineTextField |
DefineTextField.setFontClass(String name)
Set the name of the Actionscript 3 class that provides the font. |
DefineTextField |
DefineTextField.setFontHeight(int aNumber)
Sets the height of the characters. |
DefineTextField |
DefineTextField.setFontIdentifier(int uid)
Sets the identifier of the font used to display the characters. |
DefineTextField |
DefineTextField.setHtml(boolean aFlag)
Set whether the text field contains HTML. |
DefineTextField |
DefineTextField.setIndent(Integer aNumber)
Returns the indentation of the first line of text in twips. |
DefineTextField |
DefineTextField.setInitialText(String aString)
Sets the value that will initially be displayed in the text field. |
DefineTextField |
DefineTextField.setLeading(Integer aNumber)
Sets the spacing between lines, measured in twips. |
DefineTextField |
DefineTextField.setLeftMargin(Integer aNumber)
Sets the left margin in twips. |
DefineTextField |
DefineTextField.setMaxLength(int aNumber)
Sets the maximum length of the text displayed. |
DefineTextField |
DefineTextField.setMultiline(boolean aFlag)
Set whether the text field contains multiple lines of text. |
DefineTextField |
DefineTextField.setPassword(boolean aFlag)
Set whether the text field should protect passwords entered. |
DefineTextField |
DefineTextField.setReadOnly(boolean aFlag)
Set whether the text field is read-only. |
DefineTextField |
DefineTextField.setRightMargin(Integer aNumber)
Sets the right margin in twips. |
DefineTextField |
DefineTextField.setSelectable(boolean aFlag)
Set whether the text field is selectable. |
DefineTextField |
DefineTextField.setVariableName(String aString)
Sets the name of the variable the value in the text field will be assigned to. |
DefineTextField |
DefineTextField.setWordWrapped(boolean aFlag)
Set whether the text field supports word wrapping. |
| Constructors in com.flagstone.transform.text with parameters of type DefineTextField | |
|---|---|
DefineTextField(DefineTextField object)
Creates and initialises a DefineTextField object using the values copied from another DefineTextField object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||