Interface Textflow

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

    public interface Textflow
    extends java.io.Serializable
    The Interface Textflow.
    • Method Detail

      • getOversetChars

        int getOversetChars()
        Gets the overset chars.
        Returns:
        the overset chars
      • setOversetChars

        void setOversetChars​(int oversetChars)
        Sets the overset chars.
        Parameters:
        oversetChars - the new overset chars
      • getHasOversetInTables

        boolean getHasOversetInTables()

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

        Returns:
        true, if there is table overset, false otherwise
      • setHasOversetInTables

        void setHasOversetInTables​(boolean hasOversetInTables)

        Sets the oversetInTables property.

        Parameters:
        hasOversetInTables - true, if there is overset in tables, false otherwise