Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Wed Nov 1 11:22:49 2017 @@ -968,11 +968,7 @@ for streaming/read-only processing of xl class  CHPX -
DANGER - works in bytes! - - Make sure you call getStart() / getEnd() when you want characters - (normal use), but getStartByte() / getEndByte() when you're - reading in / writing out!
+
DANGER - works in bytes!
@@ -1106,111 +1102,105 @@ for streaming/read-only processing of xl -interface  -HDFType -
Deprecated. 
- - - class  Hyphenation
Hyphenation.
- + class  LFO
"The LFO structure specifies the LSTF element that corresponds to a list that contains a paragraph.
- + class  LFOData
The LFOData structure contains the Main Document CP of the corresponding LFO, as well as an array of LVL override data.
- + class  ListData  - + class  ListFormatOverrideLevel
The LFOLVL structure contains information that is used to override the formatting information of a corresponding LVL.
- + class  ListLevel
"The LVL structure contains formatting information about a specific level in a list.
- + class  ListTables  - + class  NotesTables
Holds information about document notes (footnotes or ending notes)
- + class  NoteType  - + class  OldCHPBinTable
This class holds all of the character formatting properties from Old (Word 6 / Word 95) documents.
- + class  OldComplexFileTable  - + class  OldFfn
Word 6.0 Font information
- + class  OldFontTable
Font table for Word 6.0
- + class  OldPAPBinTable
This class holds all of the paragraph formatting properties from Old (Word 6 / Word 95) documents.
- + class  OldSectionTable
This class holds all of the section formatting properties from Old (Word 6 / Word 95) documents.
- + class  OldTextPiece
Lightweight representation of a text piece.
- + class  OldTextPieceTable  - + class  PAPBinTable
This class represents the bin table of Word document but it also serves as a @@ -1218,13 +1208,13 @@ for streaming/read-only processing of xl memory.
- + class  PAPFormattedDiskPage
Represents a PAP FKP.
- + class  PAPX
DANGER - works in bytes! @@ -1234,70 +1224,70 @@ for streaming/read-only processing of xl reading in / writing out!
- + class  ParagraphHeight  - + class  PICF
The PICF structure specifies the type of a picture, as well as the size of the picture and information about its border.
- + class  PICFAndOfficeArtData  - + class  PicturesTable
Holds information about all pictures embedded in Word Document either via "Insert -> Picture -> From File" or via clipboard.
- + class  PieceDescriptor  - + class  PlexOfField
Structure describing the Plex for fields (contained plclfd* in the spec).
- + class  PropertyModifier  - + class  PropertyNode<T extends PropertyNode<T>>
Represents a lightweight node in the Trees used to store content properties.
- + class  RevisionMarkAuthorTable
String table containing the names of authors of revision marks, e-mails and comments in this document.
- + class  SavedByEntry
A single entry in the SavedByTable.
- + class  SavedByTable
String table containing the history of the last few revisions ("saves") of the document.
- + class  SectionDescriptor
Section Descriptor (SED) @@ -1305,49 +1295,49 @@ for streaming/read-only processing of xl See page 186 for details.
- + class  SectionTable  - + class  SEPX  - + class  SinglentonTextPiece  - + class  StyleDescription
Comment me
- + class  StyleSheet
Represents a document's stylesheet.
- + class  SubdocumentType
Document text parts that can have text pieces (CPs)
- + class  TextPiece
Lightweight representation of a text piece.
- + class  TextPieceTable
The piece table for matching up character positions to bits of text.
- + class  UnhandledDataStructure
A data structure used to hold some data we don't @@ -1355,11 +1345,11 @@ for streaming/read-only processing of xl for when we come to write back out again
- + class  UPX  - + class  Xstz  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=1813967&r1=1813966&r2=1813967&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 Wed Nov 1 11:22:49 2017 @@ -135,19 +135,9 @@ HSSF concepts. -org.apache.poi.ss.formula.ptg - -
formula package contains binary PTG structures used in Formulas
- - - org.apache.poi.ss.usermodel   - -org.apache.poi.ss.util -  - org.apache.poi.util @@ -364,7 +354,7 @@ HSSF concepts. class  HSSFRegionUtil
Deprecated.  -
POI 3.18
+
POI 4.0.0
@@ -454,26 +444,6 @@ HSSF concepts. -
  • - - -

    Uses of Removal in org.apache.poi.ss.formula.ptg

    - - - - - - - - - - -
    Constructors in org.apache.poi.ss.formula.ptg with annotations of type Removal 
    Constructor and Description
    AreaPtg(java.lang.String arearef) -
    Deprecated.  - -
    -
    -
  • @@ -511,6 +481,102 @@ HSSF concepts. +HorizontalAlignment +CellStyle.getAlignmentEnum() +
    Deprecated.  +
    use getAlignment() instead
    +
    + + + +BorderStyle +CellStyle.getBorderBottomEnum() +
    Deprecated.  +
    use getBorderBottom() instead
    +
    + + + +BorderStyle +BorderFormatting.getBorderBottomEnum() +
    Deprecated.  +
    use getBorderBottom instead
    +
    + + + +BorderStyle +BorderFormatting.getBorderDiagonalEnum() +
    Deprecated.  +
    use getBorderDiagonal instead
    +
    + + + +BorderStyle +BorderFormatting.getBorderHorizontalEnum() +
    Deprecated.  +
    use getBorderHorizontal instead
    +
    + + + +BorderStyle +CellStyle.getBorderLeftEnum() +
    Deprecated.  +
    use getBorderLeft() instead
    +
    + + + +BorderStyle +BorderFormatting.getBorderLeftEnum() +
    Deprecated.  +
    use getBorderLeft instead
    +
    + + + +BorderStyle +CellStyle.getBorderRightEnum() +
    Deprecated.  +
    use getBorderRight() instead
    +
    + + + +BorderStyle +BorderFormatting.getBorderRightEnum() +
    Deprecated.  +
    use getBorderRight instead
    +
    + + + +BorderStyle +CellStyle.getBorderTopEnum() +
    Deprecated.  +
    use getBorderTop() instead
    +
    + + + +BorderStyle +BorderFormatting.getBorderTopEnum() +
    Deprecated.  +
    use getBorderTop instead
    +
    + + + +BorderStyle +BorderFormatting.getBorderVerticalEnum() +
    Deprecated.  +
    use getBorderVertical instead
    +
    + + + CellType Cell.getCachedFormulaResultTypeEnum()
    Deprecated. 
    @@ -531,6 +597,14 @@ HSSF concepts. +FillPatternType +CellStyle.getFillPatternEnum() +
    Deprecated.  +
    use getFillPattern() instead
    +
    + + + Name Workbook.getNameAt(int nameIndex)
    Deprecated.  @@ -538,7 +612,7 @@ HSSF concepts.
    - + int Workbook.getNameIndex(java.lang.String name)
    Deprecated.  @@ -547,6 +621,14 @@ HSSF concepts.
    + +VerticalAlignment +CellStyle.getVerticalAlignmentEnum() +
    Deprecated.  +
    use getVerticalAlignment() instead
    +
    + + void Workbook.removeName(int index) @@ -566,44 +648,6 @@ HSSF concepts.
  • -
  • - - -

    Uses of Removal in org.apache.poi.ss.util

    - - - - - - - - - - - - -
    Methods in org.apache.poi.ss.util with annotations of type Removal 
    Modifier and TypeMethod and Description
    static AreaReference[]AreaReference.generateContiguous(java.lang.String reference) - -
    - - - - - - - - - - -
    Constructors in org.apache.poi.ss.util with annotations of type Removal 
    Constructor and Description
    AreaReference(CellReference topLeft, - CellReference botRight) - -
    -
  • @@ -771,38 +815,6 @@ HSSF concepts.
    Deprecated. 
    POI 3.17 beta 1
    - - - -static int -XSSFShape.EMU_PER_PIXEL -
    Deprecated.  -
    POI 3.17 beta 1
    -
    - - - -static int -XSSFShape.EMU_PER_POINT -
    Deprecated.  -
    POI 3.17 beta 1
    -
    - - - -static int -XSSFShape.PIXEL_DPI -
    Deprecated.  -
    POI 3.17 beta 1
    -
    - - - -static int -XSSFShape.POINT_DPI -
    Deprecated.  -
    POI 3.17 beta 1
    -
    Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/TempFileCreationStrategy.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/TempFileCreationStrategy.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/TempFileCreationStrategy.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/TempFileCreationStrategy.html Wed Nov 1 11:22:49 2017 @@ -110,14 +110,6 @@ Files are collected into one directory and by default are deleted on exit from the VM. - -static class  -TempFile.DefaultTempFileCreationStrategy -
    Deprecated.  -
    POI 3.15 beta 3. Moved to DefaultTempFileCreationStrategy.
    -
    - - Modified: poi/site/publish/apidocs/org/apache/poi/util/package-frame.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-frame.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/package-frame.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/package-frame.html Wed Nov 1 11:22:49 2017 @@ -66,7 +66,6 @@
  • StringUtil.StringsIterator
  • SystemOutLogger
  • TempFile
  • -
  • TempFile.DefaultTempFileCreationStrategy
  • Units
  • XMLHelper
  • Modified: poi/site/publish/apidocs/org/apache/poi/util/package-summary.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-summary.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/package-summary.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/package-summary.html Wed Nov 1 11:22:49 2017 @@ -442,16 +442,10 @@ - - - - - + - - -
    TempFile.DefaultTempFileCreationStrategyDeprecated -
    POI 3.15 beta 3.
    -
    Units  
    XMLHelper
    Helper methods for working with javax.xml classes.
    Modified: poi/site/publish/apidocs/org/apache/poi/util/package-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-tree.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/package-tree.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/package-tree.html Wed Nov 1 11:22:49 2017 @@ -86,11 +86,7 @@
  • org.apache.poi.util.ByteField (implements org.apache.poi.util.FixedField)
  • org.apache.poi.util.CodePageUtil
  • org.apache.poi.util.Configurator
  • -
  • org.apache.poi.util.DefaultTempFileCreationStrategy (implements org.apache.poi.util.TempFileCreationStrategy) - -
  • +
  • org.apache.poi.util.DefaultTempFileCreationStrategy (implements org.apache.poi.util.TempFileCreationStrategy)
  • org.apache.poi.util.DocumentHelper
  • org.apache.poi.util.DrawingDump
  • org.apache.poi.util.FontMetricsDumper
  • Modified: poi/site/publish/apidocs/org/apache/poi/util/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-use.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/package-use.html Wed Nov 1 11:22:49 2017 @@ -1757,12 +1757,6 @@ for streaming/read-only processing of xl
    LittleEndianOutput 
    Removal -
    Program elements annotated @Removal track the earliest final release - when a deprecated feature will be removed.
    -
  • @@ -1868,12 +1862,6 @@ for streaming/read-only processing of xl LittleEndianOutput  - -Removal -
    Program elements annotated @Removal track the earliest final release - when a deprecated feature will be removed.
    - - @@ -1892,12 +1880,6 @@ for streaming/read-only processing of xl -DefaultTempFileCreationStrategy -
    Default implementation of the TempFileCreationStrategy used by TempFile: - Files are collected into one directory and by default are deleted on exit from the VM.
    - - - DelayableLittleEndianOutput
    Implementors of this interface allow client code to 'delay' writing to a certain section of a data output stream.
    @@ -1905,18 +1887,18 @@ for streaming/read-only processing of xl the header has been written.
    - + FixedField
    behavior of a field at a fixed location within a byte array
    - + Internal
    Program elements annotated @Internal are intended for POI internal use only.
    - + IntList
    A List of int's; as full an implementation of the java.util.List interface as possible, with an eye toward minimal creation of @@ -1942,23 +1924,23 @@ for streaming/read-only processing of xl
    - + LittleEndian.BufferUnderrunException
    Exception to handle buffer underruns
    - + LittleEndianConsts
    a repository for constants shared by classes within this package
    - + LittleEndianInput  - + LittleEndianOutput  - + POILogger
    A logger interface that strives to make it as easy as possible for developers to write log calls, while simultaneously making those @@ -1966,18 +1948,18 @@ for streaming/read-only processing of xl message.
    - + Removal
    Program elements annotated @Removal track the earliest final release when a deprecated feature will be removed.
    - + SuppressForbidden
    Marking class for elements to be ignored by the forbidden apis check
    - + TempFileCreationStrategy
    Interface used by the TempFile utility class to create temporary files.
    Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/extractor/XDGFVisioExtractor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/extractor/XDGFVisioExtractor.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/extractor/XDGFVisioExtractor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/extractor/XDGFVisioExtractor.html Wed Nov 1 11:22:49 2017 @@ -198,7 +198,7 @@ extends POIXMLTextExtractor -checkMaxTextSize, close, getCoreProperties, getCustomProperties, getDocument, getExtendedProperties, getMetadataTextExtractor, getPackage +checkMaxTextSize, close, getCoreProperties, getCustomProperties, getDocument, getExtendedProperties, getMetadataTextExtractor, getPackage Modified: poi/site/publish/apidocs/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.SheetContentsHandler.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.SheetContentsHandler.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.SheetContentsHandler.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.SheetContentsHandler.html Wed Nov 1 11:22:49 2017 @@ -17,8 +17,8 @@ catch(err) { } //--> -var methods = {"i0":6,"i1":6,"i2":6,"i3":6}; -var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; +var methods = {"i0":6,"i1":6,"i2":18,"i3":18,"i4":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; @@ -128,7 +128,7 @@ var activeTableTab = "activeTableTab";

    Method Summary

    - + @@ -149,14 +149,20 @@ var activeTableTab = "activeTableTab"; - + + + + + - + @@ -311,7 +311,7 @@ implements POIXMLTextExtractor -checkMaxTextSize, getDocument, getMetadataTextExtractor +checkMaxTextSize, getDocument, getMetadataTextExtractor Modified: poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExcelExtractor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExcelExtractor.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExcelExtractor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFExcelExtractor.html Wed Nov 1 11:22:49 2017 @@ -237,7 +237,7 @@ implements POIXMLTextExtractor -checkMaxTextSize, close, getCoreProperties, getCustomProperties, getDocument, getExtendedProperties, getMetadataTextExtractor, getPackage +checkMaxTextSize, close, getCoreProperties, getCustomProperties, getDocument, getExtendedProperties, getMetadataTextExtractor, getPackage Modified: poi/site/publish/apidocs/org/apache/poi/xssf/extractor/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/extractor/package-use.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/extractor/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/extractor/package-use.html Wed Nov 1 11:22:49 2017 @@ -100,7 +100,7 @@ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org
    All Methods Instance Methods Abstract Methods All Methods Instance Methods Abstract Methods Default Methods 
    Modifier and Type Method and Description
    voiddefault voidendSheet() +
    Signal that the end of a sheet was been reached
    +
    default void headerFooter(java.lang.String text, boolean isHeader, java.lang.String tagName)
    A header or footer has been encountered
    void startRow(int rowNum)
    A row with the (zero based) row number has started
    @@ -213,15 +219,25 @@ var activeTableTab = "activeTableTab"; -
      +
      • headerFooter

        -
        void headerFooter(java.lang.String text,
        -                  boolean isHeader,
        -                  java.lang.String tagName)
        +
        default void headerFooter(java.lang.String text,
        +                          boolean isHeader,
        +                          java.lang.String tagName)
        A header or footer has been encountered
      + + + +
        +
      • +

        endSheet

        +
        default void endSheet()
        +
        Signal that the end of a sheet was been reached
        +
      • +
    Modified: poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFBEventBasedExcelExtractor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFBEventBasedExcelExtractor.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFBEventBasedExcelExtractor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFBEventBasedExcelExtractor.html Wed Nov 1 11:22:49 2017 @@ -253,7 +253,7 @@ implements POIXMLTextExtractor -checkMaxTextSize, getDocument, getMetadataTextExtractor +checkMaxTextSize, getDocument, getMetadataTextExtractor Modified: poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html Wed Nov 1 11:22:49 2017 @@ -130,7 +130,7 @@ var activeTableTab = "activeTableTab"; extends POIXMLTextExtractor implements ExcelExtractor
    Implementation of a text extractor from OOXML Excel - files that uses SAX event based parsing.
    + files that uses SAX event based parsing. @@ -274,7 +274,7 @@ implements void
    setFormulasNotResults(boolean formulasNotResults)
    Should we return the formula itself, and not - the result it produces? Default is false
    + the result it produces? Default is false
    XSSFEventBasedExcelExtractor
    Implementation of a text extractor from OOXML Excel - files that uses SAX event based parsing.
    + files that uses SAX event based parsing.
    XSSFEventBasedExcelExtractor
    Implementation of a text extractor from OOXML Excel - files that uses SAX event based parsing.
    + files that uses SAX event based parsing.