Class Parameters

    • Field Detail

      • columnStartPositions

        public String columnStartPositions
        Specifies start positions of fixed-width table columns. The positions are x-coordinates, like the position of a char in a string. The difference is that columnStartPositions are 1-based. Can be represented by one of the following string types:
      • "1" - position (1-based) where the column starts
      • "1,2,5" - comma-delimited list (1-based) of starting positions of the table columns

        Default: Empty