Interface Textframe
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
TextframeImpl
public interface Textframe extends java.io.SerializableThe Interface Textframe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetValign()Gets the valign.java.lang.StringgetValue()Gets the value.voidsetValign(int valign)Sets the valign.voidsetValue(java.lang.String value)Sets the value.
-
-
-
Method Detail
-
getValign
int getValign()
Gets the valign.- Returns:
- the valign
-
setValign
void setValign(int valign)
Sets the valign.- Parameters:
valign- the new valign
-
getValue
java.lang.String getValue()
Gets the value.- Returns:
- the value
-
setValue
void setValue(java.lang.String value)
Sets the value.- Parameters:
value- the new value
-
-