diff options
author | Dominik Stadler <centic@apache.org> | 2014-08-31 11:40:22 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-08-31 11:40:22 +0000 |
commit | 9a002910c5b3ab158f1ca970735da2ff9ee98d91 (patch) | |
tree | b1ee5e0b0cee64441308ae3666acc85eff8d96d8 /src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java | |
parent | 8ed6940008f010b3d6db0cebf611c7476956fa1a (diff) | |
download | poi-9a002910c5b3ab158f1ca970735da2ff9ee98d91.tar.gz poi-9a002910c5b3ab158f1ca970735da2ff9ee98d91.zip |
Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java')
-rw-r--r-- | src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java b/src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java index 7745801fd2..dda4b39575 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java @@ -171,6 +171,10 @@ public final class HSSFPatriarch implements HSSFShapeContainer, Drawing { /** * Creates a simple shape. This includes such shapes as lines, rectangles, * and ovals. + * + * Note: Microsoft Excel seems to sometimes disallow + * higher y1 than y2 or higher x1 than x2 in the anchor, you might need to + * reverse them and draw shapes vertically or horizontally flipped! * * @param anchor the client anchor describes how this group is attached * to the sheet. |