Class TextframeImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.TextframeImpl
All Implemented Interfaces:
Textframe, Serializable

public class TextframeImpl extends Object implements Serializable, Textframe
The type Textframe.
See Also:
  • Constructor Details

    • TextframeImpl

      public TextframeImpl()
  • Method Details

    • getValign

      public int getValign()
      Description copied from interface: Textframe
      Gets the valign.
      Specified by:
      getValign in interface Textframe
      Returns:
      the valign
    • setValign

      public void setValign(int valign)
      Description copied from interface: Textframe
      Sets the valign.
      Specified by:
      setValign in interface Textframe
      Parameters:
      valign - the new valign
    • getValue

      public String getValue()
      Description copied from interface: Textframe
      Gets the value.
      Specified by:
      getValue in interface Textframe
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Description copied from interface: Textframe
      Sets the value.
      Specified by:
      setValue in interface Textframe
      Parameters:
      value - the new value