Class AlignedValue

  • All Implemented Interfaces:
    ExtendedValue

    public final class AlignedValue
    extends Object
    implements ExtendedValue
    Sometimes it's needed to know alignment of a value. For example TBasic tables use this info during parsing the table.
    • Constructor Detail

      • AlignedValue

        public AlignedValue​(Object value,
                            short indent)