Class TextflowImpl

java.lang.Object
com.priint.pubserver.metadata.xml.element.TextflowImpl
All Implemented Interfaces:
Textflow, Serializable

public class TextflowImpl extends Object implements Serializable, Textflow
See Also:
  • Constructor Details

    • TextflowImpl

      public TextflowImpl()
  • Method Details

    • getOversetChars

      public int getOversetChars()
      Description copied from interface: Textflow
      Gets the overset chars.
      Specified by:
      getOversetChars in interface Textflow
      Returns:
      the overset chars
    • setOversetChars

      public void setOversetChars(int oversetChars)
      Description copied from interface: Textflow
      Sets the overset chars.
      Specified by:
      setOversetChars in interface Textflow
      Parameters:
      oversetChars - the new overset chars
    • getHasOversetInTables

      public boolean getHasOversetInTables()
      Description copied from interface: Textflow

      Gets, whether there is overset in any of the tables contained in this element.

      Specified by:
      getHasOversetInTables in interface Textflow
      Returns:
      true, if there is table overset, false otherwise
    • setHasOversetInTables

      public void setHasOversetInTables(boolean hasOversetInTables)
      Description copied from interface: Textflow

      Sets the oversetInTables property.

      Specified by:
      setHasOversetInTables in interface Textflow
      Parameters:
      hasOversetInTables - true, if there is overset in tables, false otherwise