Author: fanningpj
Date: Sat Mar 18 11:35:02 2023
New Revision: 1908482

URL: http://svn.apache.org/viewvc?rev=1908482&view=rev
Log:
use 'an'

Modified:
    
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
    poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml
    
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml
    poi/site/src/documentation/content/xdocs/encryption.xml
    poi/site/src/documentation/content/xdocs/help/faq.xml
    poi/site/src/documentation/content/xdocs/text-extraction.xml

Modified: 
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml?rev=1908482&r1=1908481&r2=1908482&view=diff
==============================================================================
--- 
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
 (original)
+++ 
poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
 Sat Mar 18 11:35:02 2023
@@ -24,7 +24,7 @@
     </header>
     <body>
         <note>Please be aware, that the documentation on this page reflects 
the current development, which might not
-            have been released. If you rely on a unreleased feature, either 
use a
+            have been released. If you rely on an unreleased feature, either 
use a
             <a href="site:download">nightly development build</a> or feel free 
to ask on the
             <a href="site:mailinglists">mailing list</a> for the release 
schedule.</note>
         <section>

Modified: 
poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml?rev=1908482&r1=1908481&r2=1908482&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml 
(original)
+++ poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml 
Sat Mar 18 11:35:02 2023
@@ -378,7 +378,7 @@ public class EventExample
                 System.out.println("Cell found with value " + numrec.getValue()
                         + " at row " + numrec.getRow() + " and column " + 
numrec.getColumn());
                 break;
-                // SSTRecords store a array of unique strings used in Excel.
+                // SSTRecords store an array of unique strings used in Excel.
             case SSTRecord.sid:
                 sstrec = (SSTRecord) record;
                 for (int k = 0; k < sstrec.getNumUniqueStrings(); k++)

Modified: 
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml?rev=1908482&r1=1908481&r2=1908482&view=diff
==============================================================================
--- 
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml 
(original)
+++ 
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml 
Sat Mar 18 11:35:02 2023
@@ -1321,7 +1321,7 @@ Examples:
             </ul>
             <p>
                 It should be noted that any existing drawings may be erased
-                once you add a image to a sheet.
+                once you add an image to a sheet.
               </p>
             <source>
     //create a new workbook

Modified: poi/site/src/documentation/content/xdocs/encryption.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/encryption.xml?rev=1908482&r1=1908481&r2=1908482&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/encryption.xml (original)
+++ poi/site/src/documentation/content/xdocs/encryption.xml Sat Mar 18 11:35:02 
2023
@@ -327,7 +327,7 @@
 
             <p>When saving a OOXML document, POI creates missing relations on 
the fly. Therefore calling the signing method before
             would result in an invalid signature. Instead of trying to fix all 
save invocations, the user is asked to save the stream
-            before in a intermediate byte array (stream) and process this 
stream instead.</p>
+            before in an intermediate byte array (stream) and process this 
stream instead.</p>
 
             <source><![CDATA[
                  // load the key and setup SignatureConfig ... - see "Signing 
a file"

Modified: poi/site/src/documentation/content/xdocs/help/faq.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/help/faq.xml?rev=1908482&r1=1908481&r2=1908482&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/help/faq.xml (original)
+++ poi/site/src/documentation/content/xdocs/help/faq.xml Sat Mar 18 11:35:02 
2023
@@ -258,7 +258,7 @@ case HSSFCell.CELL_TYPE_NUMERIC:
   </faq>
   <faq id="faq-N10123">
     <question>
-      I want to set a cell format (Data format of a cell) of a excel sheet as 
###,###,###.#### or ###,###,###.0000.    Is it possible using POI ?
+      I want to set a cell format (Data format of a cell) of an excel sheet as 
###,###,###.#### or ###,###,###.0000.    Is it possible using POI ?
     </question>
     <answer>
       <p>
@@ -268,7 +268,7 @@ case HSSFCell.CELL_TYPE_NUMERIC:
   </faq>
   <faq id="faq-N10133">
     <question>
-      I want to set a cell format (Data format of a cell) of a excel sheet as 
text.    Is it possible using POI ?
+      I want to set a cell format (Data format of a cell) of an excel sheet as 
text.    Is it possible using POI ?
     </question>
     <answer>
       <p>

Modified: poi/site/src/documentation/content/xdocs/text-extraction.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/text-extraction.xml?rev=1908482&r1=1908481&r2=1908482&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/text-extraction.xml (original)
+++ poi/site/src/documentation/content/xdocs/text-extraction.xml Sat Mar 18 
11:35:02 2023
@@ -65,7 +65,7 @@
     </section>
 
     <section><title>Text Extractor Factory</title>
-     <p>POI provides a a common class to select the appropriate text extractor 
+     <p>POI provides a common class to select the appropriate text extractor
       for you, based on the supplied document's contents. 
       <em>ExtractorFactory</em> provides a
       similar function to WorkbookFactory. You simply pass it an



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

Reply via email to