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 B6BB5200BFD for ; Sun, 15 Jan 2017 10:42:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B54C3160B53; Sun, 15 Jan 2017 09:42:01 +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 BB7DC160B4F for ; Sun, 15 Jan 2017 10:41:59 +0100 (CET) Received: (qmail 36372 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 36293 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 C5B133A210B 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 [3/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.C5B133A210B@svn01-us-west.apache.org> archived-at: Sun, 15 Jan 2017 09:42:01 -0000 Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html Sun Jan 15 09:41:55 2017 @@ -1871,8 +1871,10 @@ public org.openxmlformats.schemas.s
  • getCellComment

    -
    public XSSFComment getCellComment(int row,
    -                         int column)
    +
    @Deprecated
    +@Removal(version="3.16")
    +public XSSFComment getCellComment(int row,
    +                                                   int column)
    Deprecated. as of 2015-11-23 (circa POI 3.14beta1). Use getCellComment(CellAddress) instead.
    Return cell comment at row, column, if one exists. Otherwise returns null.
    @@ -3374,9 +3376,10 @@ public org.openxmlformats.schemas.s
    • setZoom

      -
      @Removal(version="3.16")
      +
      @Deprecated
      +@Removal(version="3.16")
       public void setZoom(int numerator,
      -                          int denominator)
      + int denominator)
      Deprecated. 2015-11-23 (circa POI 3.14beta1). Use setZoom(int) instead.
      Sets the zoom magnification for the sheet. The zoom is expressed as a fraction. For example to express a zoom of 75% use 3 for the numerator @@ -3636,7 +3639,9 @@ public void removeHyperlink(in
      • setActiveCell

        -
        public void setActiveCell(java.lang.String cellRef)
        +
        @Deprecated
        +@Removal(version="3.16")
        +public void setActiveCell(java.lang.String cellRef)
        Deprecated. 3.14beta2 (circa 2015-12-05). Use setActiveCell(CellAddress) instead.
        Sets location of the active cell
        Parameters:
        cellRef - the location of the active cell, e.g. A1..
        @@ -4248,7 +4253,9 @@ public org.openxmlformats.schemas.s
        • setTabColor

          -
          public void setTabColor(int colorIndex)
          +
          @Deprecated
          +@Removal(version="3.17")
          +public void setTabColor(int colorIndex)
          Deprecated. 3.15-beta2. Removed in 3.17. Use setTabColor(XSSFColor).
          Set background color of the sheet tab
          Parameters:
          colorIndex - the indexed color to set, must be a constant from IndexedColors
          Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html Sun Jan 15 09:41:55 2017 @@ -256,96 +256,105 @@ 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.
          - + int addPicture(java.io.InputStream is, int format)
          Adds a picture to the workbook.
          - + protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotCache addPivotCache(java.lang.String rId)
          Add pivotCache to the workbook
          - + void addToolPack(UDFFinder toopack)
          Register a new toolpack in this workbook.
          - + protected void beforeDocumentRead()  - + XSSFSheet cloneSheet(int sheetNum)
          Create an XSSFSheet from an existing sheet in the XSSFWorkbook.
          - + XSSFSheet cloneSheet(int sheetNum, java.lang.String newName)
          Create an XSSFSheet from an existing sheet in the XSSFWorkbook.
          - + protected void commit()
          Save the content in the underlying package part.
          - + XSSFCellStyle createCellStyle()
          Create a new XSSFCellStyle and add it to the workbook's style table
          - + XSSFDataFormat createDataFormat()
          Returns the workbook's data format table (a factory for creating data format strings).
          - + protected XSSFDialogsheet createDialogsheet(java.lang.String sheetname, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet dialogsheet)  - + XSSFFont createFont()
          Create a new Font and add it to the workbook's font table
          - + XSSFName createName()
          Creates a new (uninitialised) defined name in this workbook
          - + XSSFSheet createSheet()
          Create an XSSFSheet for this workbook, adds it to the sheets and returns the high level representation.
          - + XSSFSheet createSheet(java.lang.String sheetname)
          Create a new sheet for this Workbook and return the high level representation.
          - + XSSFFont findFont(boolean bold, short color, @@ -358,7 +367,7 @@ implements Finds a font that matches the one with the supplied attributes
      - + XSSFFont findFont(short boldWeight, short color, @@ -373,101 +382,101 @@ implements + int getActiveSheetIndex()
      Convenience method to get the active sheet.
      - + java.util.List<PackagePart> getAllEmbedds()
      Get the document's embedded files.
      - + java.util.List<XSSFName> getAllNames()
      Get a list of all the named ranges in the workbook.
      - + java.util.List<XSSFPictureData> getAllPictures()
      Gets all pictures from the Workbook.
      - + CalculationChain getCalculationChain()
      Return the CalculationChain object for this workbook
      - + XSSFCellStyle getCellStyleAt(int idx)
      Get the cell style object at the given index
      - + XSSFCreationHelper getCreationHelper()
      Returns an object that handles instantiating concrete classes of the various instances for XSSF.
      - + org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbook getCTWorkbook()
      Return the underlying XML bean
      - + java.util.Collection<XSSFMap> getCustomXMLMappings()  - + java.util.List<ExternalLinksTable> getExternalLinksTable()
      Returns the list of ExternalLinksTable object for this workbook
      - + int getFirstVisibleTab()
      Gets the first tab that is displayed in the list of tabs in excel.
      - + XSSFFont 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.
      - + MapInfo getMapInfo()  - + Row.MissingCellPolicy getMissingCellPolicy()
      Retrieves the current policy on what to do when getting missing or blank cells from a row.
      - + XSSFName getName(java.lang.String name)
      Get the first named range with the given name.
      - + XSSFName getNameAt(int nameIndex)
      Deprecated.  @@ -475,7 +484,7 @@ implements + int getNameIndex(java.lang.String name)
      Deprecated.  @@ -484,159 +493,159 @@ implements + java.util.List<XSSFName> getNames(java.lang.String name)
      Get the named ranges with the given name.
      - + short getNumberOfFonts()
      Get the number of fonts in the this workbook
      - + int getNumberOfNames()
      Get the number of named ranges in the this workbook
      - + int getNumberOfSheets()
      Get the number of worksheets in the this workbook
      - + int getNumCellStyles()
      Get the number of styles the workbook contains
      - + java.util.List<XSSFPivotTable> getPivotTables()  - + 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.
      - + SharedStringsTable getSharedStringSource()
      Returns SharedStringsTable - tha cache of string for this workbook
      - + XSSFSheet getSheet(java.lang.String name)
      Get sheet with the given name (case insensitive match)
      - + XSSFSheet getSheetAt(int index)
      Get the XSSFSheet 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 (case insensitive match)
      - + java.lang.String getSheetName(int sheetIx)
      Get the sheet name
      - + SpreadsheetVersion getSpreadsheetVersion()
      Returns the spreadsheet version (EXCLE2007) of this workbook
      - + StylesTable getStylesSource()
      Return a object representing a collection of shared objects used for styling content, e.g.
      - + XSSFTable getTable(java.lang.String name)
      Returns the data table with the given name (case insensitive).
      - + ThemesTable getTheme()
      Returns the Theme of current workbook.
      - + XSSFWorkbookType getWorkbookType()  - + boolean isDate1904()
      Gets a boolean value that indicates whether the date systems used in the workbook starts in 1904.
      - + boolean isHidden()  - + boolean isMacroEnabled()
      Are we a normal workbook (.xlsx), or a macro enabled workbook (.xlsm)?
      - + boolean isRevisionLocked()
      Specifies a boolean value that indicates whether the workbook is locked for revisions.
      - + boolean isSheetHidden(int sheetIx)
      Check whether a sheet is hidden.
      - + boolean isSheetVeryHidden(int sheetIx)
      Check whether a sheet is very hidden.
      - + boolean isStructureLocked()
      Specifies a boolean value that indicates whether structure of workbook is locked.
      - + boolean isWindowsLocked()
      Specifies a boolean value that indicates whether the windows that comprise the workbook are locked.
      - + java.util.Iterator<Sheet> iterator()
      Alias for sheetIterator() to allow @@ -646,7 +655,7 @@ implements + int linkExternalWorkbook(java.lang.String name, Workbook workbook) @@ -654,44 +663,44 @@ implements + void lockRevision()
      Locks the workbook for revisions.
      - + void lockStructure()
      Locks the structure of workbook.
      - + void lockWindows()
      Locks the windows that comprise the workbook.
      - + protected static OPCPackage newPackage(XSSFWorkbookType workbookType)
      Create a new SpreadsheetML package and setup the default minimal content
      - + protected void onDeleteFormula(XSSFCell cell)
      Fired when a formula is deleted from this workbook, for example when calling cell.setCellFormula(null)
      - + protected void onDocumentRead()
      Fired when a package part is read
      - + void parseSheet(java.util.Map<java.lang.String,XSSFSheet> shIdMap, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet ctSheet) @@ -699,7 +708,7 @@ implements + void removeName(int nameIndex)
      Deprecated.  @@ -707,14 +716,14 @@ implements + void removeName(Name name)
      As removeName(String) is not necessarily unique (name + sheet index is unique), this method is more accurate.
      - + void removeName(java.lang.String name)
      Deprecated.  @@ -722,13 +731,13 @@ implements + void removePrintArea(int sheetIndex)
      Delete the printarea for the sheet specified
      - + void removeSheetAt(int index)
      Removes sheet at the given index.

      @@ -737,40 +746,40 @@ implements + void setActiveSheet(int index)

      Convenience method to set the active sheet.
      - + void setFirstVisibleTab(int index)
      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.
      - + protected void setPivotTables(java.util.List<XSSFPivotTable> pivotTables)  - + void setPrintArea(int sheetIndex, int startColumn, @@ -780,125 +789,125 @@ 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 setRevisionsPassword(java.lang.String password, HashAlgorithm hashAlgo)
      Sets the revisions password.
      - + void setSelectedTab(int index)
      We only set one sheet as selected for compatibility with HSSF.
      - + void setSheetHidden(int sheetIx, boolean hidden)
      Sets the visible state of this sheet.
      - + void setSheetHidden(int sheetIx, int state)
      Hide or unhide a sheet.
      - + void setSheetName(int sheetIndex, java.lang.String sheetname)
      Set the sheet name.
      - + void setSheetOrder(java.lang.String sheetname, int pos)
      sets the order of appearance for a given sheet.
      - + void setVBAProject(java.io.InputStream vbaProjectStream)
      Adds a vbaProject.bin file to the workbook.
      - + void setVBAProject(XSSFWorkbook macroWorkbook)
      Adds a vbaProject.bin file taken from another, given workbook to this one.
      - + void setWorkbookPassword(java.lang.String password, HashAlgorithm hashAlgo)
      Sets the workbook password.
      - + void setWorkbookType(XSSFWorkbookType type)
      Sets whether the workbook will be an .xlsx or .xlsm (macro-enabled) file.
      - + java.util.Iterator<Sheet> sheetIterator()
      Returns an iterator of the sheets in the workbook in sheet order.
      - + void unLock()
      Removes the workbook protection settings
      - + void unLockRevision()
      Unlocks the workbook for revisions.
      - + void unLockStructure()
      Unlocks the structure of workbook.
      - + void unLockWindows()
      Unlocks the windows that comprise the workbook.
      - + boolean validateRevisionsPassword(java.lang.String password)
      Validate the password against the stored hash, the hashing method will be determined by the existing password attributes
      - + boolean validateWorkbookPassword(java.lang.String password)
      Validate the password against the stored hash, the hashing method will be determined by the existing password attributes
      - + java.util.Iterator<XSSFSheet> xssfSheetIterator()
      Deprecated.  @@ -2764,7 +2773,7 @@ protected void setPivotTables( -
        +
        • getTable

          public XSSFTable getTable(java.lang.String name)
          @@ -2774,6 +2783,28 @@ protected void setPivotTables(
          3.15 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/class-use/XSSFObjectData.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFObjectData.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFObjectData.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFObjectData.html Sun Jan 15 09:41:55 2017 @@ -67,7 +67,49 @@

Uses of Class
org.apache.poi.xssf.usermodel.XSSFObjectData

-
No usage of org.apache.poi.xssf.usermodel.XSSFObjectData
+
+ +
Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html Sun Jan 15 09:41:55 2017 @@ -210,31 +210,35 @@ XSSFSheet -XSSFPicture.getSheet()  +XSSFDrawing.getSheet()  +XSSFSheet +XSSFPicture.getSheet()  + + protected XSSFSheet XSSFObjectData.getSheet()  - + XSSFSheet XSSFCell.getSheet()
Returns the sheet this cell belongs to
- + XSSFSheet XSSFWorkbook.getSheet(java.lang.String name)
Get sheet with the given name (case insensitive match)
- + XSSFSheet XSSFWorkbook.getSheetAt(int index)
Get the XSSFSheet object at the given index.
- + XSSFSheet XSSFTable.getXSSFSheet()  Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html?rev=1778897&r1=1778896&r2=1778897&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html Sun Jan 15 09:41:55 2017 @@ -514,80 +514,85 @@ -XSSFPatternFormatting  +XSSFObjectData +
Represents binary object (i.e.
+ +XSSFPatternFormatting  + + XSSFPicture
Represents a picture shape in a SpreadsheetML drawing.
- + XSSFPictureData
Raw picture data, normally attached to a SpreadsheetML Drawing.
- + XSSFPivotCache  - + XSSFPivotCacheDefinition  - + XSSFPivotCacheRecords  - + XSSFPivotTable  - + XSSFPivotTable.PivotTableReferenceConfigurator  - + XSSFPrintSetup
Page setup and page margins settings for the worksheet.
- + XSSFRelation
Defines namespaces, content types and normal file names / naming patterns, for the well-known XSSF format parts.
- + XSSFRichTextString
Rich text unicode string.
- + XSSFRow
High level representation of a row of a spreadsheet.
- + XSSFShape
Represents a shape in a SpreadsheetML drawing.
- + XSSFShapeGroup
This object specifies a group shape that represents many shapes grouped together.
- + XSSFSheet
High level representation of a SpreadsheetML worksheet.
- + XSSFSheetConditionalFormatting
XSSF Conditional Formattings
- + XSSFSimpleShape
Represents a shape with a predefined geometry in a SpreadsheetML drawing.
- + XSSFTable
This class implements the Table Part (Open Office XML Part 4: chapter 3.5.1) @@ -595,32 +600,32 @@ This implementation works under the assumption that a table contains mappings to a subtree of an XML.
- + XSSFTextBox
Represents a text box in a SpreadsheetML drawing.
- + XSSFTextParagraph
Represents a paragraph of text within the containing text body.
- + XSSFTextRun
Represents a run of text within the containing text body.
- + XSSFVMLDrawing
Represents a SpreadsheetML VML drawing.
- + XSSFWorkbook
High level representation of a SpreadsheetML workbook.
- + XSSFWorkbookType
Represents the two different kinds of XML-based OOXML document.
--------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org