Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0C9F9200BFD for ; Sun, 15 Jan 2017 10:42:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0B407160B2B; Sun, 15 Jan 2017 09:42:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B2BBA160B41 for ; Sun, 15 Jan 2017 10:41:59 +0100 (CET) Received: (qmail 36313 invoked by uid 500); 15 Jan 2017 09:41:58 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 36281 invoked by uid 99); 15 Jan 2017 09:41:58 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2017 09:41:58 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id C207A3A0EB1 for ; Sun, 15 Jan 2017 09:41:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1778897 [2/4] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hssf/usermodel/ apidocs/org/apache/poi/hssf/usermodel/class-use/ apidocs/org/apache/poi/hwpf/model/ apidocs/org/apache/poi/hwpf/model/class-use/ apidocs/org/apache/po... Date: Sun, 15 Jan 2017 09:41:56 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170115094157.C207A3A0EB1@svn01-us-west.apache.org> archived-at: Sun, 15 Jan 2017 09:42:02 -0000 Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ClientAnchor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ClientAnchor.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ClientAnchor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ClientAnchor.html Sun Jan 15 09:41:55 2017 @@ -148,6 +148,12 @@ HSSFPatriarch.createChart(ClientAnchor anchor)  +HSSFObjectData +HSSFPatriarch.createObjectData(ClientAnchor anchor, + int storageId, + int pictureIndex)  + + HSSFPicture HSSFPatriarch.createPicture(ClientAnchor anchor, int pictureIndex)  @@ -231,6 +237,14 @@ +ObjectData +Drawing.createObjectData(ClientAnchor anchor, + int storageId, + int pictureIndex) +
Adds a new OLE Package Shape
+ + + Picture Drawing.createPicture(ClientAnchor anchor, int pictureIndex) @@ -284,6 +298,12 @@ SXSSFDrawing.createChart(ClientAnchor anchor)  +ObjectData +SXSSFDrawing.createObjectData(ClientAnchor anchor, + int storageId, + int pictureIndex)  + + SXSSFPicture SXSSFDrawing.createPicture(ClientAnchor anchor, int pictureIndex)  @@ -341,6 +361,12 @@ XSSFDrawing.createChart(ClientAnchor anchor)  +XSSFObjectData +XSSFDrawing.createObjectData(ClientAnchor anchor, + int storageId, + int pictureIndex)  + + XSSFPicture XSSFDrawing.createPicture(ClientAnchor anchor, int pictureIndex)  Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ObjectData.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ObjectData.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ObjectData.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/ObjectData.html Sun Jan 15 09:41:55 2017 @@ -84,6 +84,14 @@ +org.apache.poi.ss.usermodel +  + + +org.apache.poi.xssf.streaming +  + + org.apache.poi.xssf.usermodel   @@ -111,6 +119,48 @@ + +
  • + + +

    Uses of ObjectData in org.apache.poi.ss.usermodel

    + + + + + + + + + + + + +
    Methods in org.apache.poi.ss.usermodel that return ObjectData 
    Modifier and TypeMethod and Description
    ObjectDataDrawing.createObjectData(ClientAnchor anchor, + int storageId, + int pictureIndex) +
    Adds a new OLE Package Shape
    +
    +
  • +
  • + + +

    Uses of ObjectData in org.apache.poi.xssf.streaming

    + + + + + + + + + + + + +
    Methods in org.apache.poi.xssf.streaming that return ObjectData 
    Modifier and TypeMethod and Description
    ObjectDataSXSSFDrawing.createObjectData(ClientAnchor anchor, + int storageId, + int pictureIndex) 
  • Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html Sun Jan 15 09:41:55 2017 @@ -1070,87 +1070,92 @@ HSSF concepts. +ObjectData +
    Common interface for OLE shapes, i.e.
    + + + PageOrder
    Specifies printed page order.
    - + PaperSize
    The enumeration value indicating the possible paper size for a sheet
    - + PatternFormatting  - + Picture
    Repersents a picture in a SpreadsheetML document
    - + PictureData  - + PrintCellComments
    These enumerations specify how cell comments shall be displayed for paper printing purposes.
    - + PrintOrientation
    The enumeration value indicating the print orientation for a sheet.
    - + PrintSetup  - + RichTextString
    Rich text unicode string.
    - + Row
    High level representation of a row of a spreadsheet.
    - + Row.MissingCellPolicy
    Used to specify the different possible policies if for the case of null and blank cells
    - + Shape
    Common interface for all drawing shapes
    - + ShapeContainer
    A common interface for shape groups.
    - + Sheet
    High level representation of a Excel worksheet.
    - + SheetConditionalFormatting
    The 'Conditional Formatting' facet of Sheet
    - + SimpleShape
    A common interface for simple shapes.
    - + VerticalAlignment
    This enumeration value indicates the type of vertical alignment for a cell, i.e., whether it is aligned top, bottom, vertically centered, justified or distributed.
    - + Workbook
    High level representation of a Excel workbook.
    @@ -1441,53 +1446,58 @@ HSSF concepts. +ObjectData +
    Common interface for OLE shapes, i.e.
    + + + Picture
    Repersents a picture in a SpreadsheetML document
    - + PictureData  - + PrintSetup  - + RichTextString
    Rich text unicode string.
    - + Row
    High level representation of a row of a spreadsheet.
    - + Row.MissingCellPolicy
    Used to specify the different possible policies if for the case of null and blank cells
    - + Shape
    Common interface for all drawing shapes
    - + ShapeContainer
    A common interface for shape groups.
    - + Sheet
    High level representation of a Excel worksheet.
    - + SheetConditionalFormatting
    The 'Conditional Formatting' facet of Sheet
    - + Workbook
    High level representation of a Excel workbook.
    Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html Sun Jan 15 09:41:55 2017 @@ -1459,6 +1459,54 @@ HSSF concepts. +Font +SXSSFWorkbook.findFont(short boldWeight, + short color, + short fontHeight, + java.lang.String name, + boolean italic, + boolean strikeout, + short typeOffset, + byte underline) + + + + +Name +SXSSFWorkbook.getNameAt(int nameIndex) +
    Deprecated.  +
    3.16. New projects should avoid accessing named ranges by index.
    +
    + + + +int +SXSSFWorkbook.getNameIndex(java.lang.String name) +
    Deprecated.  +
    3.16. New projects should avoid accessing named ranges by index. + Use SXSSFWorkbook.getName(String) instead.
    +
    + + + +void +SXSSFWorkbook.removeName(int index) +
    Deprecated.  +
    3.16. New projects should use SXSSFWorkbook.removeName(Name).
    +
    + + + +void +SXSSFWorkbook.removeName(java.lang.String name) +
    Deprecated.  +
    3.16. New projects should use SXSSFWorkbook.removeName(Name).
    +
    + + + void SXSSFSheet.setZoom(int numerator, int denominator) @@ -1507,6 +1555,31 @@ HSSF concepts. +int +XSSFCell.getCachedFormulaResultType() +
    Deprecated.  +
    3.15. Will return a CellType enum in the future.
    +
    + + + +XSSFComment +XSSFSheet.getCellComment(int row, + int column) +
    Deprecated.  +
    as of 2015-11-23 (circa POI 3.14beta1). Use XSSFSheet.getCellComment(CellAddress) instead.
    +
    + + + +int +XSSFCell.getCellType() +
    Deprecated.  +
    3.15. Will return a CellType enum in the future.
    +
    + + + java.lang.String XSSFDataFormat.getFormat(int index)
    Deprecated.  @@ -1514,6 +1587,14 @@ HSSF concepts.
    + +void +XSSFSheet.setActiveCell(java.lang.String cellRef) +
    Deprecated.  +
    3.14beta2 (circa 2015-12-05). Use XSSFSheet.setActiveCell(CellAddress) instead.
    +
    + + void XSSFCellStyle.setAlignment(short align) @@ -1564,12 +1645,28 @@ HSSF concepts. void +XSSFCell.setCellType(int cellType) +
    Deprecated.  +
    POI 3.15 beta 3. Use XSSFCell.setCellType(CellType) instead.
    +
    + + + +void XSSFCellStyle.setFillPattern(short fp)
    Deprecated. 
    + +void +XSSFSheet.setTabColor(int colorIndex) +
    Deprecated.  +
    3.15-beta2. Removed in 3.17. Use XSSFSheet.setTabColor(XSSFColor).
    +
    + + void XSSFCellStyle.setVerticalAlignment(short align) Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFDrawing.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFDrawing.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFDrawing.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFDrawing.html Sun Jan 15 09:41:55 2017 @@ -171,13 +171,21 @@ implements +ObjectData +createObjectData(ClientAnchor anchor, + int storageId, + int pictureIndex) +
    Adds a new OLE Package Shape
    + + + SXSSFPicture createPicture(ClientAnchor anchor, int pictureIndex)
    Creates a picture.
    - + java.util.Iterator<XSSFShape> iterator()  @@ -298,6 +306,26 @@ implements Returns:
    the newly created client anchor
  • + + + +
      +
    • +

      createObjectData

      +
      public ObjectData createObjectData(ClientAnchor anchor,
      +                          int storageId,
      +                          int pictureIndex)
      +
      Description copied from interface: Drawing
      +
      Adds a new OLE Package Shape
      +
      +
      Specified by:
      +
      createObjectData in interface Drawing<XSSFShape>
      +
      Parameters:
      anchor - the client anchor describes how this picture is + attached to the sheet.
      storageId - the storageId returned by Workbook.addOlePackage(byte[], String, String, String)
      pictureIndex - the index of the picture (used as preview image) in the + workbook collection of pictures.
      +
      Returns:
      newly created shape
      +
    • +
    Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html Sun Jan 15 09:41:55 2017 @@ -231,18 +231,27 @@ implements int +addOlePackage(byte[] oleData, + java.lang.String label, + java.lang.String fileName, + java.lang.String command) +
    Adds an OLE package manager object with the given content to the sheet
    + + + +int addPicture(byte[] pictureData, int format)
    Adds a picture to the workbook.
    - + void addToolPack(UDFFinder toopack)
    Register a new toolpack in this workbook.
    - + Sheet cloneSheet(int sheetNum)
    Not implemented for SXSSFWorkbook @@ -250,62 +259,62 @@ implements + void close()
    Closes the underlying XSSFWorkbook and OPCPackage on which this Workbook is based, if any.
    - + CellStyle createCellStyle()
    Create a new Cell style and add it to the workbook's style table
    - + DataFormat createDataFormat()
    Returns the instance of DataFormat for this workbook.
    - + Font createFont()
    Create a new Font and add it to the workbook's font table
    - + Name createName()
    Creates a new (uninitialised) defined name in this workbook
    - + SXSSFSheet createSheet()
    Sreate an Sheet for this Workbook, adds it to the sheets and returns the high level representation.
    - + SXSSFSheet createSheet(java.lang.String sheetname)
    Create an Sheet for this Workbook, adds it to the sheets and returns the high level representation.
    - + protected SheetDataWriter createSheetDataWriter()  - + boolean dispose()
    Dispose of temporary files backing this workbook on disk.
    - + Font findFont(boolean bold, short color, @@ -318,7 +327,7 @@ implements Finds a font that matches the one with the supplied attributes
    - + Font findFont(short boldWeight, short color, @@ -333,35 +342,35 @@ implements + protected void flushSheets()  - + int getActiveSheetIndex()
    Convenience method to get the active sheet.
    - + java.util.List<? extends Name> getAllNames()
    Returns all defined names
    - + java.util.List<? extends PictureData> getAllPictures()
    Gets all pictures from the Workbook.
    - + CellStyle getCellStyleAt(int idx)
    Get the cell style object at the given index
    - + CreationHelper getCreationHelper()
    Returns an object that handles instantiating concrete @@ -369,36 +378,36 @@ implements + int getFirstVisibleTab()
    Gets the first tab that is displayed in the list of tabs in excel.
    - + Font getFontAt(short idx)
    Get the font at the given index number
    - + boolean getForceFormulaRecalculation()
    Whether Excel will be asked to recalculate all formulas when the workbook is opened.
    - + Row.MissingCellPolicy getMissingCellPolicy()
    Retrieves the current policy on what to do when getting missing or blank cells from a row.
    - + Name getName(java.lang.String name)  - + Name getNameAt(int nameIndex)
    Deprecated.  @@ -406,7 +415,7 @@ implements + int getNameIndex(java.lang.String name)
    Deprecated.  @@ -415,130 +424,130 @@ implements + java.util.List<? extends Name> getNames(java.lang.String name)
    Returns all defined names with the given name.
    - + short getNumberOfFonts()
    Get the number of fonts in the font table
    - + int getNumberOfNames()  - + int getNumberOfSheets()
    Get the number of spreadsheets in the workbook
    - + int getNumCellStyles()
    Get the number of styles the workbook contains
    - + java.lang.String getPrintArea(int sheetIndex)
    Retrieves the reference for the printarea of the specified sheet, the sheet name is appended to the reference even if it was not specified.
    - + int getRandomAccessWindowSize()
    See the constructors for a more detailed description of the sliding window of rows.
    - + protected SharedStringsTable getSharedStringSource()  - + SXSSFSheet getSheet(java.lang.String name)
    Get sheet with the given name
    - + SXSSFSheet getSheetAt(int index)
    Get the Sheet object at the given index.
    - + int getSheetIndex(Sheet sheet)
    Returns the index of the given sheet
    - + int getSheetIndex(java.lang.String name)
    Returns the index of the sheet by his name
    - + java.lang.String getSheetName(int sheet)
    Set the sheet name
    - + SpreadsheetVersion getSpreadsheetVersion()
    Returns the spreadsheet version (EXCLE2007) of this workbook
    - + XSSFWorkbook getXSSFWorkbook()  - + protected void injectData(ZipEntrySource zipEntrySource, java.io.OutputStream out)  - + boolean isCompressTempFiles()
    Get whether temp files should be compressed.
    - + protected boolean isDate1904()  - + boolean isHidden()  - + boolean isSheetHidden(int sheetIx)
    Check whether a sheet is hidden.
    - + boolean isSheetVeryHidden(int sheetIx)
    Check whether a sheet is very hidden.
    - + java.util.Iterator<Sheet> iterator()
    Alias for sheetIterator() to allow foreach loops
    - + int linkExternalWorkbook(java.lang.String name, Workbook workbook) @@ -548,7 +557,7 @@ implements + void removeName(int index)
    Deprecated.  @@ -556,13 +565,13 @@ implements + void removeName(Name name)
    Remove the given defined name
    - + void removeName(java.lang.String name)
    Deprecated.  @@ -570,54 +579,54 @@ implements + void removePrintArea(int sheetIndex)
    Delete the printarea for the sheet specified
    - + void removeSheetAt(int index)
    Removes sheet at the given index
    - + void setActiveSheet(int sheetIndex)
    Convenience method to set the active sheet.
    - + void setCompressTempFiles(boolean compress)
    Set whether temp files should be compressed.
    - + void setFirstVisibleTab(int sheetIndex)
    Sets the first tab that is displayed in the list of tabs in excel.
    - + void setForceFormulaRecalculation(boolean value)
    Whether the application shall perform a full recalculation when the workbook is opened.
    - + void setHidden(boolean hiddenFlag)  - + void setMissingCellPolicy(Row.MissingCellPolicy missingCellPolicy)
    Sets the policy on what to do when getting missing or blank cells from a row.
    - + void setPrintArea(int sheetIndex, int startColumn, @@ -627,20 +636,20 @@ implements For the Convenience of Java Programmers maintaining pointers.
    - + void setPrintArea(int sheetIndex, java.lang.String reference)
    Sets the printarea for the sheet provided
    - + void setSelectedTab(int index)
    Sets the tab whose data is actually seen when the sheet is opened.
    - + void setSheetHidden(int sheetIx, boolean hidden) @@ -650,38 +659,38 @@ implements + void setSheetHidden(int sheetIx, int hidden)
    Hide or unhide a sheet.
    - + void setSheetName(int sheet, java.lang.String name)
    Set the sheet name.
    - + void setSheetOrder(java.lang.String sheetname, int pos)
    Sets the order of appearance for a given sheet.
    - + java.util.Iterator<Sheet> sheetIterator()
    Returns an iterator of the sheets in the workbook in sheet order.
    - + void write(java.io.OutputStream stream) -
    Write out this workbook to an Outputstream.
    +
    Write out this workbook to an OutputStream.
    @@ -1297,14 +1306,16 @@ public 
  • findFont

    -
    public Font findFont(short boldWeight,
    -            short color,
    -            short fontHeight,
    -            java.lang.String name,
    -            boolean italic,
    -            boolean strikeout,
    -            short typeOffset,
    -            byte underline)
    +
    @Deprecated
    +@Removal(version="3.17")
    +public Font findFont(short boldWeight,
    +                                      short color,
    +                                      short fontHeight,
    +                                      java.lang.String name,
    +                                      boolean italic,
    +                                      boolean strikeout,
    +                                      short typeOffset,
    +                                      byte underline)
    Finds a font that matches the one with the supplied attributes
    @@ -1439,7 +1450,7 @@ public Write out this workbook to an Outputstream.
  • +
    Write out this workbook to an OutputStream.
    Specified by:
    write in interface Workbook
    @@ -1535,6 +1546,7 @@ public 

    getNameAt

    @Deprecated
    +@Removal(version="3.18")
     public Name getNameAt(int nameIndex)
    Deprecated. 3.16. New projects should avoid accessing named ranges by index.
    @@ -1567,6 +1579,7 @@ public 

    getNameIndex

    @Deprecated
    +@Removal(version="3.18")
     public int getNameIndex(java.lang.String name)
    Deprecated. 3.16. New projects should avoid accessing named ranges by index. Use getName(String) instead.
    @@ -1588,6 +1601,7 @@ public int getNameIndex(java.l
  • removeName

    @Deprecated
    +@Removal(version="3.18")
     public void removeName(int index)
    Deprecated. 3.16. New projects should use removeName(Name).
    Remove the defined name at the specified index
    @@ -1604,6 +1618,7 @@ public void removeName(int&nbs
  • removeName

    @Deprecated
    +@Removal(version="3.18")
     public void removeName(java.lang.String name)
    Deprecated. 3.16. New projects should use removeName(Name).
    Remove a defined name by name
    @@ -1988,7 +2003,7 @@ public int linkExternalWorkboo -
      +
      • getSpreadsheetVersion

        public SpreadsheetVersion getSpreadsheetVersion()
        @@ -2000,6 +2015,28 @@ public int linkExternalWorkboo
        3.14 beta 2
  • + + + +
      +
    • +

      addOlePackage

      +
      public int addOlePackage(byte[] oleData,
      +                java.lang.String label,
      +                java.lang.String fileName,
      +                java.lang.String command)
      +                  throws java.io.IOException
      +
      Description copied from interface: Workbook
      +
      Adds an OLE package manager object with the given content to the sheet
      +
      +
      Specified by:
      +
      addOlePackage in interface Workbook
      +
      Parameters:
      oleData - the payload
      label - the label of the payload
      fileName - the original filename
      command - the command to open the payload
      +
      Returns:
      the index of the added ole object, i.e. the storage id
      +
      Throws:
      +
      java.io.IOException - if the object can't be embedded
      +
    • +
    Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html Sun Jan 15 09:41:55 2017 @@ -870,7 +870,9 @@ public void copyCellFrom(
  • getCellType

    -
    public int getCellType()
    +
    @Deprecated
    +@Removal(version="3.17")
    +public int getCellType()
    Deprecated. 3.15. Will return a CellType enum in the future.
    Return the cell type. @@ -904,7 +906,9 @@ public void copyCellFrom(
  • getCachedFormulaResultType

    -
    public int getCachedFormulaResultType()
    +
    @Deprecated
    +@Removal(version="3.17")
    +public int getCachedFormulaResultType()
    Deprecated. 3.15. Will return a CellType enum in the future.
    Only valid for formula cells @@ -1095,7 +1099,9 @@ public void copyCellFrom(
  • setCellType

    -
    public void setCellType(int cellType)
    +
    @Deprecated
    +@Removal(version="3.17")
    +public void setCellType(int cellType)
    Deprecated. POI 3.15 beta 3. Use setCellType(CellType) instead.
    Set the cells type (numeric, formula or string)
    Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDrawing.html Sun Jan 15 09:41:55 2017 @@ -251,51 +251,63 @@ implements +XSSFObjectData +createObjectData(ClientAnchor anchor, + int storageId, + int pictureIndex) +
    Adds a new OLE Package Shape
    + + + XSSFPicture createPicture(ClientAnchor anchor, int pictureIndex)
    Creates a picture.
    - + XSSFPicture createPicture(XSSFClientAnchor anchor, int pictureIndex)
    Creates a picture.
    - + XSSFSimpleShape createSimpleShape(XSSFClientAnchor anchor)
    Creates a simple shape.
    - + XSSFTextBox createTextbox(XSSFClientAnchor anchor)
    Constructs a textbox under the drawing.
    - + java.util.List<XSSFChart> getCharts()
    Returns all charts in this drawing.
    - + org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing getCTDrawing()
    Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part.
    - + java.util.List<XSSFShape> getShapes()  - + java.util.List<XSSFShape> getShapes(XSSFShapeGroup groupshape)  + +XSSFSheet +getSheet()  + java.util.Iterator<XSSFShape> iterator()  @@ -607,6 +619,26 @@ public org.openxmlformats.schemas.d
    Returns:
    the newly created comment.
  • + + + + @@ -640,7 +672,7 @@ public org.openxmlformats.schemas.d -
      +
      • iterator

        public java.util.Iterator<XSSFShape> iterator()
        @@ -650,6 +682,16 @@ public org.openxmlformats.schemas.d
    + + + +
      +
    • +

      getSheet

      +
      public XSSFSheet getSheet()
      +
      Returns:
      the sheet associated with the drawing
      +
    • +
    --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org