Class TextflowImpl

  • All Implemented Interfaces:
    Textflow, java.io.Serializable

    public class TextflowImpl
    extends java.lang.Object
    implements java.io.Serializable, Textflow
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TextflowImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getHasOversetInTables()
      Gets, whether there is overset in any of the tables contained in this element.
      int getOversetChars()
      Gets the overset chars.
      void setHasOversetInTables​(boolean hasOversetInTables)
      Sets the oversetInTables property.
      void setOversetChars​(int oversetChars)
      Sets the overset chars.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextflowImpl

        public TextflowImpl()
    • Method Detail

      • 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