You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2023/03/18 11:56:03 UTC

svn commit: r1908485 - in /poi/site/src/documentation/content/xdocs: components/spreadsheet/quick-guide.xml encryption.xml

Author: fanningpj
Date: Sat Mar 18 11:56:03 2023
New Revision: 1908485

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

Modified:
    poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml
    poi/site/src/documentation/content/xdocs/encryption.xml

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=1908485&r1=1908484&r2=1908485&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:56:03 2023
@@ -1216,7 +1216,7 @@ Examples:
     drawChemicalStructure( g2d );
                     </source>
                     <p>
-                        The first thing we do is create the group and set it's coordinates
+                        The first thing we do is create the group and set its coordinates
                         to match what we plan to draw.  Next we calculate a reasonable
                         fontSizeMultiplier then create the EscherGraphics object.
                         Since what we really want is a <code>Graphics2d</code>
@@ -1229,7 +1229,7 @@ Examples:
                         One of the difficulties in converting Graphics calls
                         into escher drawing calls is that Excel does not have
                         the concept of absolute pixel positions.  It measures
-                        it's cell widths in 'characters' and the cell heights in points.
+                        its cell widths in 'characters' and the cell heights in points.
                         Unfortunately it's not defined exactly what type of character it's
                         measuring.  Presumably this is due to the fact that the Excel will be
                         using different fonts on different platforms or even within the same

Modified: poi/site/src/documentation/content/xdocs/encryption.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/encryption.xml?rev=1908485&r1=1908484&r2=1908485&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/encryption.xml (original)
+++ poi/site/src/documentation/content/xdocs/encryption.xml Sat Mar 18 11:56:03 2023
@@ -206,7 +206,7 @@
 
         <p>Encrypting a file is similar to the above decryption process. Basically you'll need to choose between
         <a href="apidocs/dev/org/apache/poi/poifs/crypt/EncryptionMode.html">binaryRC4, standard and agile encryption</a>,
-        the cryptoAPI mode is used internally and it's direct use would result in an incomplete file.
+        the cryptoAPI mode is used internally and its direct use would result in an incomplete file.
         Apart of the CipherMode, the EncryptionInfo class provides further parameters to specify the cipher and
         hashing algorithm to be used.</p>
         <source><![CDATA[



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org