From fadd255a55a4613466b21e97c06bb85947a4b7f1 Mon Sep 17 00:00:00 2001
From: Yegor Kozlov
Date: Wed, 12 Nov 2008 07:15:37 +0000
Subject: common ss interfaces for drawing, clientacnhor and picture, also some
refactoring of common hssf-xssf code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@713279 13f79535-47bb-0310-9956-ffa450edef68
---
.../content/xdocs/spreadsheet/quick-guide.xml | 64 ++++++++--------------
1 file changed, 23 insertions(+), 41 deletions(-)
(limited to 'src/documentation')
diff --git a/src/documentation/content/xdocs/spreadsheet/quick-guide.xml b/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
index 461a5f207f..9b347c7592 100644
--- a/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
+++ b/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
@@ -1163,63 +1163,45 @@ Examples:
It should be noted that any existing drawings may be erased
once you add a image to a sheet.
-
HSSF:
-
Creating an image and setting its anchor to the actual width and height:
-
-
or
-
-
XSSF:
-
+
- HSSFPicture.resize() and XSSFPicture.resize() work only for JPEG and PNG. Other formats are not yet supported.
+ Picture.resize() works only for JPEG and PNG. Other formats are not yet supported.
-