mirror of https://github.com/apache/poi.git
area references are relative by default
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c915105d4e
commit
478e933939
|
@ -97,6 +97,10 @@ public class AreaPtg
|
||||||
setFirstColumn((short)xyxy[1]);
|
setFirstColumn((short)xyxy[1]);
|
||||||
setLastRow((short)xyxy[2]);
|
setLastRow((short)xyxy[2]);
|
||||||
setLastColumn((short)xyxy[3]);
|
setLastColumn((short)xyxy[3]);
|
||||||
|
setFirstColRelative(true);
|
||||||
|
setLastColRelative(true);
|
||||||
|
setFirstRowRelative(true);
|
||||||
|
setLastRowRelative(true);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue