Interface Textframe

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    TextframeImpl

    public interface Textframe
    extends java.io.Serializable
    The Interface Textframe.
    • 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