Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFA87184E1 for ; Mon, 14 Mar 2016 13:29:46 +0000 (UTC) Received: (qmail 66654 invoked by uid 500); 14 Mar 2016 13:29:46 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 66614 invoked by uid 500); 14 Mar 2016 13:29:46 -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 66605 invoked by uid 99); 14 Mar 2016 13:29:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Mar 2016 13:29:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 49DFCC67D6 for ; Mon, 14 Mar 2016 13:29:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id uMGMsTfjXd0h for ; Mon, 14 Mar 2016 13:29:41 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 8C71B5FB77 for ; Mon, 14 Mar 2016 13:29:40 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8C0AAE0CBC for ; Mon, 14 Mar 2016 13:29:39 +0000 (UTC) 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 73FDF3A0AC8 for ; Mon, 14 Mar 2016 13:29:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1734934 [5/6] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ddf/ apidocs/org/apache/poi/hslf/model/ apidocs/org/apache/poi/hslf/usermodel/ apidocs/org/apache/poi/hssf/usermodel/ apidocs/org/apache/poi/hssf/usermodel/class-use/... Date: Mon, 14 Mar 2016 13:29:37 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160314132939.73FDF3A0AC8@svn01-us-west.apache.org> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/RectAlign.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/RectAlign.html?rev=1734934&r1=1734933&r2=1734934&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/RectAlign.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/RectAlign.html Mon Mar 14 13:29:36 2016 @@ -34,7 +34,7 @@ - + void removeName(int index)
Remove the defined name at the specified index
- + void removeName(java.lang.String name)
Remove a defined name by name
- + 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 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, @@ -480,55 +486,55 @@ extends java.io.Closeable, java.lang.Ite
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)
Hide or unhide a sheet.
- + 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.
@@ -1080,6 +1086,18 @@ extends java.io.Closeable, java.lang.Ite
Returns:
the defined name with the specified name. null if not found.
+ + + +
    +
  • +

    getNames

    +
    java.util.List<? extends Name> getNames(java.lang.String name)
    +
    Returns all defined names with the given name.
    +
    Parameters:
    name - the name of the defined name
    +
    Returns:
    a list of the defined names with the specified name. An empty list is returned if none is found.
    +
  • +
Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html?rev=1734934&r1=1734933&r2=1734934&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html Mon Mar 14 13:29:36 2016 @@ -174,6 +174,21 @@ + + + + + + + + + + + + +
Methods in org.apache.poi.ss.usermodel that return types with arguments of type Name 
Modifier and TypeMethod and Description
java.util.List<? extends Name>Workbook.getNames(java.lang.String name) +
Returns all defined names with the given name.
+
  • @@ -233,6 +248,21 @@ + + + + + + + + + + + + +
    Methods in org.apache.poi.xssf.streaming that return types with arguments of type Name 
    Modifier and TypeMethod and Description
    java.util.List<? extends Name>SXSSFWorkbook.getNames(java.lang.String name) +
    Returns all defined names with the given name.
    +
  • Modified: poi/site/publish/apidocs/org/apache/poi/util/IOUtils.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/IOUtils.html?rev=1734934&r1=1734933&r2=1734934&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/IOUtils.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/IOUtils.html Mon Mar 14 13:29:36 2016 @@ -167,7 +167,7 @@ extends java.lang.Object readFully(java.nio.channels.ReadableByteChannel channel, java.nio.ByteBuffer b)
    Same as the normal channel.read(b), but tries to ensure - that the entire len number of bytes is read.
    + that the buffer is filled completely if possible, i.e. @@ -296,12 +296,14 @@ extends java.lang.Object java.nio.ByteBuffer b) throws java.io.IOException
    Same as the normal channel.read(b), but tries to ensure - that the entire len number of bytes is read. + that the buffer is filled completely if possible, i.e. b.remaining() + returns 0.

    If the end of file is reached before any bytes are read, returns -1. If the end of the file is reached after some bytes are read, returns the - number of bytes read. If the end of the file isn't reached before len - bytes have been read, will return len bytes.

    + number of bytes read. If the end of the file isn't reached before the + buffer has no more remaining capacity, will return the number of bytes + that were read.
    Throws:
    java.io.IOException
  • 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=1734934&r1=1734933&r2=1734934&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 Mon Mar 14 13:29:36 2016 @@ -359,106 +359,112 @@ 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()  - + 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 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) @@ -466,66 +472,66 @@ implements + void removeName(int index)
    Remove the defined name at the specified index
    - + void removeName(java.lang.String name)
    Remove a defined name by name
    - + 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, @@ -535,20 +541,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) @@ -558,35 +564,35 @@ 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.
    @@ -1319,6 +1325,21 @@ implements Returns:
    the defined name with the specified name. null if not found.
    +
    + + +
      +
    • +

      getNames

      +
      public java.util.List<? extends Name> getNames(java.lang.String name)
      +
      Returns all defined names with the given name.
      +
      +
      Specified by:
      +
      getNames in interface Workbook
      +
      Parameters:
      name - the name of the defined name
      +
      Returns:
      a list of the defined names with the specified name. An empty list is returned if none is found.
      +
    • +
    --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org