Author: fanningpj
Date: Sat Jan  8 11:52:36 2022
New Revision: 1896834

URL: http://svn.apache.org/viewvc?rev=1896834&view=rev
Log:
update config docs

Modified:
    poi/site/src/documentation/content/xdocs/components/configuration.xml

Modified: poi/site/src/documentation/content/xdocs/components/configuration.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/configuration.xml?rev=1896834&r1=1896833&r2=1896834&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/configuration.xml 
(original)
+++ poi/site/src/documentation/content/xdocs/components/configuration.xml Sat 
Jan  8 11:52:36 2022
@@ -59,7 +59,9 @@
           <td>If this value is set to > 0, IOUtils.safelyAllocate(long, int) 
will ignore the maximum record length parameter.
             This is designed to allow users to bypass the hard-coded maximum 
record lengths if they are willing to accept the risk of allocating memory up 
to the size specified.
             It also allows to impose a lower limit than used for very memory 
constrained systems.
-            Note: This is a per-allocation limit and does not allow you to 
limit overall sum of allocations! Use -1 for using the limits specified per 
record-type.
+            <p>
+            <strong>Note</strong>: This is a per-allocation limit and does not 
allow you to limit overall sum of allocations! Use -1 for using the limits 
specified per record-type.
+            </p>
           </td>
         </tr>
 
@@ -95,7 +97,7 @@
         <tr>
           
<td>org.apache.poi.openxml4j.util.ZipInputStreamZipEntrySource.setThresholdBytesForTempFiles(int
 thresholdBytes)
           </td>
-          <td><strong>Coming in POI 5.1.0.</strong>
+          <td><strong>Added in POI 5.1.0.</strong>
             Number of bytes at which a zip entry is regarded as too large for 
holding in memory
             and the data is put in a temp file instead - defaults to -1 
meaning temp files are not used
             and that zip entries with more than 2GB of data after 
decompressing will fail, 0 means all
@@ -106,7 +108,7 @@
         <tr>
           
<td>org.apache.poi.openxml4j.util.ZipInputStreamZipEntrySource.setEncryptTempFiles(boolean
 encrypt)
           </td>
-          <td><strong>Coming in POI 5.1.0.</strong>
+          <td><strong>Added in POI 5.1.0.</strong>
             Whether temp files should be encrypted (default false). Only 
affects temp files related to zip entries.
           </td>
         </tr>
@@ -114,7 +116,7 @@
         <tr>
           
<td>org.apache.poi.openxml4j.opc.ZipPackage.setUseTempFilePackageParts(boolean 
tempFilePackageParts)
           </td>
-          <td><strong>Coming in POI 5.1.0.</strong>
+          <td><strong>Added in POI 5.1.0.</strong>
             Whether to save package part data in temp files to save memory 
(default=false).
           </td>
         </tr>
@@ -122,7 +124,7 @@
         <tr>
           
<td>org.apache.poi.openxml4j.opc.ZipPackage.setEncryptTempFilePackageParts(boolean
 encryptTempFiles)
           </td>
-          <td><strong>Coming in POI 5.1.0.</strong>
+          <td><strong>Added in POI 5.1.0.</strong>
             Whether to encrypt package part temp files (default=false).
           </td>
         </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to