Class Area
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.Area
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionArea
(int left, int top, int right, int bottom) Area
(String name, Area.AreaAlign align, org.apache.poi.ss.util.AreaReference areaReference) Area
(org.apache.poi.ss.util.AreaReference areaReference) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlign()
getName()
int
hashCode()
void
setAlign
(Area.AreaAlign align) void
setBottomRight
(Cell bottomRight) void
void
setTopLeft
(Cell topLeft) org.apache.poi.ss.util.AreaReference
toString()
-
Constructor Details
-
Area
public Area(int left, int top, int right, int bottom) -
Area
public Area(org.apache.poi.ss.util.AreaReference areaReference) -
Area
-
-
Method Details
-
getTopLeft
-
setTopLeft
-
getBottomRight
-
setBottomRight
-
getName
-
setName
-
getAlign
-
setAlign
-
toAreaReference
public org.apache.poi.ss.util.AreaReference toAreaReference() -
equals
-
toString
-
hashCode
public int hashCode()
-