Interface Textframe

All Superinterfaces:
Serializable
All Known Implementing Classes:
TextframeImpl

public interface Textframe extends Serializable
The Interface Textframe.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the valign.
    Gets the value.
    void
    setValign(int valign)
    Sets the valign.
    void
    Sets the value.
  • Method Details

    • getValign

      int getValign()
      Gets the valign.
      Returns:
      the valign
    • setValign

      void setValign(int valign)
      Sets the valign.
      Parameters:
      valign - the new valign
    • getValue

      String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value