Interface TextAccessor.TextProvider

    • Method Detail

      • toStrings

        String[] toStrings​()
        The Strings being build by the builder upon the settings of the attributes.
        Returns:
        The according resulting String array
      • toString

        String toString​()
        The String being build by the builder upon the settings of the attributes. In case more then one line has been set as input and the functionality of the builder is applied to each line in separate, then this method returns all of them lines concatenated with a line break between each of them (implementation depended).
        Overrides:
        toString in class Object
        Returns:
        The according resulting String