Interface VertAlignTextBuilder

    • Method Detail

      • getFillChar

        char getFillChar()
        Retrieves the fill char from the fill char property.
        Returns:
        The fill char stored by the fill char property.
      • setFillChar

        void setFillChar​(char aFillChar)
        Sets the fill char for the fill char property.
        Parameters:
        aFillChar - The fill char to be stored by the align text mode property.
      • withFillChar

        default VertAlignTextBuilder withFillChar​(char aFillChar)
        Sets the fill char for the fill char property.
        Parameters:
        aFillChar - The fill char to be stored by the align text mode property.
        Returns:
        The builder for applying multiple build operations.