Class Range
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.Range
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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_RANGEpublic static final int MIN_LENGTH_RANGE- See Also:
 
- 
MAX_LENGTH_RANGEpublic 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
- 
isOneCellRangepublic boolean isOneCellRange()
- 
isOneRowRangepublic boolean isOneRowRange()
- 
equals
- 
hashCodepublic int hashCode()
- 
getSheet
- 
getFirstColumnpublic int getFirstColumn()
- 
getFirstRowpublic int getFirstRow()
- 
getLastColumnpublic int getLastColumn()
- 
getLastRowpublic int getLastRow()
 
-