Package org.openl.excel.parser
Class AlignedValue
- java.lang.Object
-
- org.openl.excel.parser.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 Summary
Constructors Constructor Description AlignedValue(Object value, short indent)
-
-
-
Constructor Detail
-
AlignedValue
public AlignedValue(Object value, short indent)
-
-