Class Range
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.Range
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(CellReference cellReference) booleanbooleancontainsAll(Collection<Range> range) booleancontainsAny(Collection<Range> range) copy()booleanfromCellFormula(String sheet, org.xlsx4j.sml.Cell cellWithFormula) static Rangestatic RangefromFormula(String range) static RangeintintintintgetSheet()grow(int downGrow, int rightGrow) growDown(int grow) growRight(int grow) inthashCode()booleanintersects(Range range) booleanintersectsByVertical(Range range) booleanbooleanshift(int downShift, int rightShift) shiftDown(int shift) shiftRight(int shift) toRange()toString()
-
Field Details
-
UNLIMITED_ROW_FORMULA_RANGE_PATTERN
-
UNLIMITED_COLUMN_FORMULA_RANGE_PATTERN
-
FORMULA_RANGE_PATTERN
-
SINGLE_CELL_RANGE_PATTERN
-
NOT_STRICT_RANGE_PATTERN
-
STRICT_RANGE_PATTERN
-
MIN_LENGTH_RANGE
public static final int MIN_LENGTH_RANGE- See Also:
-
MAX_LENGTH_RANGE
public static final int MAX_LENGTH_RANGE- See Also:
-
-
Constructor Details
-
Range
-
-
Method Details
-
fromCells
-
fromFormula
-
fromRange
-
fromCellFormula
-
contains
-
contains
-
containsAny
-
containsAll
-
intersectsByVertical
-
intersects
-
shift
-
shiftDown
-
shiftRight
-
grow
-
growDown
-
growRight
-
copy
-
toString
-
toFormula
-
toRange
-
toFirstCellReference
-
toCellReferences
-
isOneCellRange
public boolean isOneCellRange() -
isOneRowRange
public boolean isOneRowRange() -
equals
-
hashCode
public int hashCode() -
getSheet
-
getFirstColumn
public int getFirstColumn() -
getFirstRow
public int getFirstRow() -
getLastColumn
public int getLastColumn() -
getLastRow
public int getLastRow()
-