Modified: poi/site/publish/diagram/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/diagram/index.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/diagram/index.html (original) +++ poi/site/publish/diagram/index.html Fri Oct 21 14:15:45 2016 @@ -118,7 +118,8 @@ if (VERSION > 3) { <a name="Overview"></a> <div class="h3"> -<h3>Overview</h3> +<h3>Overview<a title="Permanent link" class="headerlink" href="#Overview">#</a> +</h3> </div> @@ -168,7 +169,8 @@ if (VERSION > 3) { <a name="Steps+required+for+write+support"></a> <div class="h4"> -<h4>Steps required for write support</h4> +<h4>Steps required for write support<a title="Permanent link" class="headerlink" href="#Steps+required+for+write+support">#</a> +</h4> </div>
Modified: poi/site/publish/document/docoverview.html URL: http://svn.apache.org/viewvc/poi/site/publish/document/docoverview.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/document/docoverview.html (original) +++ poi/site/publish/document/docoverview.html Fri Oct 21 14:15:45 2016 @@ -138,7 +138,8 @@ if (VERSION > 3) { <a name="The+Word+97+File+Format+in+semi-plain+English"></a> <div class="h3"> -<h3>The Word 97 File Format in semi-plain English</h3> +<h3>The Word 97 File Format in semi-plain English<a title="Permanent link" class="headerlink" href="#The+Word+97+File+Format+in+semi-plain+English">#</a> +</h3> </div> @@ -154,7 +155,8 @@ if (VERSION > 3) { <a name="Word+file+structure"></a> <div class="h4"> -<h4>Word file structure</h4> +<h4>Word file structure<a title="Permanent link" class="headerlink" href="#Word+file+structure">#</a> +</h4> </div> <p>A Word file is made up of the document text and data structures @@ -166,7 +168,8 @@ if (VERSION > 3) { <a name="Reading+Word+files"></a> <div class="h4"> -<h4>Reading Word files</h4> +<h4>Reading Word files<a title="Permanent link" class="headerlink" href="#Reading+Word+files">#</a> +</h4> </div> <p>The entry point for HWPF's reading of a Word file is the File Information @@ -176,7 +179,8 @@ if (VERSION > 3) { <a name="Text"></a> <div class="h2"> -<h2>Text</h2> +<h2>Text<a title="Permanent link" class="headerlink" href="#Text">#</a> +</h2> </div> <p>The document's text is also located in the main stream. Its starting @@ -197,12 +201,14 @@ if (VERSION > 3) { <a name="Text+Formatting"></a> <div class="h2"> -<h2>Text Formatting</h2> +<h2>Text Formatting<a title="Permanent link" class="headerlink" href="#Text+Formatting">#</a> +</h2> </div> <a name="Stylesheet"></a> <div class="h5"> -<h5>Stylesheet</h5> +<h5>Stylesheet<a title="Permanent link" class="headerlink" href="#Stylesheet">#</a> +</h5> </div> <p>All text formatting is based on styles contained in the StyleSheet. @@ -218,7 +224,8 @@ if (VERSION > 3) { <a name="Paragraph+and+Character+styles"></a> <div class="h5"> -<h5>Paragraph and Character styles</h5> +<h5>Paragraph and Character styles<a title="Permanent link" class="headerlink" href="#Paragraph+and+Character+styles">#</a> +</h5> </div> <p>Paragraph and Character formatting properties for a document's text are @@ -243,7 +250,8 @@ if (VERSION > 3) { <a name="Uncompressing+styles+and+other+data+structures"></a> <div class="h5"> -<h5>Uncompressing styles and other data structures</h5> +<h5>Uncompressing styles and other data structures<a title="Permanent link" class="headerlink" href="#Uncompressing+styles+and+other+data+structures">#</a> +</h5> </div> <p>All compressed properties(CHPX, PAPX, SEPX) contain a grpprl. A grpprl Modified: poi/site/publish/document/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/document/index.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/document/index.html (original) +++ poi/site/publish/document/index.html Fri Oct 21 14:15:45 2016 @@ -130,7 +130,8 @@ if (VERSION > 3) { <a name="Overview"></a> <div class="h3"> -<h3>Overview</h3> +<h3>Overview<a title="Permanent link" class="headerlink" href="#Overview">#</a> +</h3> </div> @@ -166,7 +167,8 @@ if (VERSION > 3) { <a name="An+overview+of+the+code"></a> <div class="h3"> -<h3>An overview of the code</h3> +<h3>An overview of the code<a title="Permanent link" class="headerlink" href="#An+overview+of+the+code">#</a> +</h3> </div> @@ -225,7 +227,8 @@ if (VERSION > 3) { <a name="HWPF+Notes"></a> <div class="h3"> -<h3>HWPF Notes</h3> +<h3>HWPF Notes<a title="Permanent link" class="headerlink" href="#HWPF+Notes">#</a> +</h3> </div> @@ -258,7 +261,8 @@ if (VERSION > 3) { <a name="XWPF+Patches+Required%21"></a> <div class="h3"> -<h3>XWPF Patches Required!</h3> +<h3>XWPF Patches Required!<a title="Permanent link" class="headerlink" href="#XWPF+Patches+Required%21">#</a> +</h3> </div> @@ -277,7 +281,8 @@ if (VERSION > 3) { <a name="HWPF+Patches+Required%21"></a> <div class="h3"> -<h3>HWPF Patches Required!</h3> +<h3>HWPF Patches Required!<a title="Permanent link" class="headerlink" href="#HWPF+Patches+Required%21">#</a> +</h3> </div> Modified: poi/site/publish/document/quick-guide-xwpf.html URL: http://svn.apache.org/viewvc/poi/site/publish/document/quick-guide-xwpf.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/document/quick-guide-xwpf.html (original) +++ poi/site/publish/document/quick-guide-xwpf.html Fri Oct 21 14:15:45 2016 @@ -146,7 +146,8 @@ if (VERSION > 3) { <a name="Basic+Text+Extraction"></a> <div class="h3"> -<h3>Basic Text Extraction</h3> +<h3>Basic Text Extraction<a title="Permanent link" class="headerlink" href="#Basic+Text+Extraction">#</a> +</h3> </div> <p>For basic text extraction, make use of @@ -160,7 +161,8 @@ get the text from all the paragraphs, al <a name="Specific+Text+Extraction"></a> <div class="h3"> -<h3>Specific Text Extraction</h3> +<h3>Specific Text Extraction<a title="Permanent link" class="headerlink" href="#Specific+Text+Extraction">#</a> +</h3> </div> <p>To get specific bits of text, first create a @@ -173,7 +175,8 @@ Finally fetch the text and properties fr <a name="Headers+and+Footers"></a> <div class="h3"> -<h3>Headers and Footers</h3> +<h3>Headers and Footers<a title="Permanent link" class="headerlink" href="#Headers+and+Footers">#</a> +</h3> </div> <p>To get at the headers and footers of a word document, first create a @@ -187,7 +190,8 @@ document.</p> <a name="Changing+Text"></a> <div class="h3"> -<h3>Changing Text</h3> +<h3>Changing Text<a title="Permanent link" class="headerlink" href="#Changing+Text">#</a> +</h3> </div> <p>From a <span class="codefrag">XWPFParagraph</span>, it is possible to fetch the existing @@ -208,7 +212,8 @@ document.</p> <a name="Further+Examples"></a> <div class="h3"> -<h3>Further Examples</h3> +<h3>Further Examples<a title="Permanent link" class="headerlink" href="#Further+Examples">#</a> +</h3> </div> <p>For now, there are a limited number of XWPF examples in the Modified: poi/site/publish/document/quick-guide.html URL: http://svn.apache.org/viewvc/poi/site/publish/document/quick-guide.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/document/quick-guide.html (original) +++ poi/site/publish/document/quick-guide.html Fri Oct 21 14:15:45 2016 @@ -144,7 +144,8 @@ if (VERSION > 3) { <a name="Basic+Text+Extraction"></a> <div class="h3"> -<h3>Basic Text Extraction</h3> +<h3>Basic Text Extraction<a title="Permanent link" class="headerlink" href="#Basic+Text+Extraction">#</a> +</h3> </div> <p>For basic text extraction, make use of @@ -161,7 +162,8 @@ tends to return things that aren't text <a name="Specific+Text+Extraction"></a> <div class="h3"> -<h3>Specific Text Extraction</h3> +<h3>Specific Text Extraction<a title="Permanent link" class="headerlink" href="#Specific+Text+Extraction">#</a> +</h3> </div> <p>To get specific bits of text, first create a @@ -174,7 +176,8 @@ can then get text and other properties. <a name="Headers+and+Footers"></a> <div class="h3"> -<h3>Headers and Footers</h3> +<h3>Headers and Footers<a title="Permanent link" class="headerlink" href="#Headers+and+Footers">#</a> +</h3> </div> <p>To get at the headers and footers of a word document, first create a @@ -190,7 +193,8 @@ do end up with macros in them.</p> <a name="Changing+Text"></a> <div class="h3"> -<h3>Changing Text</h3> +<h3>Changing Text<a title="Permanent link" class="headerlink" href="#Changing+Text">#</a> +</h3> </div> <p>It is possible to change the text via @@ -206,7 +210,8 @@ do end up with macros in them.</p> <a name="Further+Examples"></a> <div class="h3"> -<h3>Further Examples</h3> +<h3>Further Examples<a title="Permanent link" class="headerlink" href="#Further+Examples">#</a> +</h3> </div> <p>For now, the best source of additional examples is in the unit Modified: poi/site/publish/download.html URL: http://svn.apache.org/viewvc/poi/site/publish/download.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/download.html (original) +++ poi/site/publish/download.html Fri Oct 21 14:15:45 2016 @@ -258,7 +258,8 @@ if (VERSION > 3) { <a name="Available+Downloads"></a> <div class="h3"> -<h3>Available Downloads</h3> +<h3>Available Downloads<a title="Permanent link" class="headerlink" href="#Available+Downloads">#</a> +</h3> </div> <p> @@ -294,7 +295,8 @@ if (VERSION > 3) { <a name="POI-3.15"></a> <div class="h3"> -<h3>21 September 2016 - POI 3.15 available</h3> +<h3>21 September 2016 - POI 3.15 available<a title="Permanent link" class="headerlink" href="#POI-3.15">#</a> +</h3> </div> <p>The Apache POI team is pleased to announce the release of 3.15. @@ -315,7 +317,8 @@ if (VERSION > 3) { <a name="Binary+Distribution"></a> <div class="h4"> -<h4>Binary Distribution</h4> +<h4>Binary Distribution<a title="Permanent link" class="headerlink" href="#Binary+Distribution">#</a> +</h4> </div> <ul> @@ -351,7 +354,8 @@ if (VERSION > 3) { <a name="Source+Distribution"></a> <div class="h4"> -<h4>Source Distribution</h4> +<h4>Source Distribution<a title="Permanent link" class="headerlink" href="#Source+Distribution">#</a> +</h4> </div> <ul> @@ -389,7 +393,8 @@ if (VERSION > 3) { <a name="Nightly+Builds"></a> <div class="h3"> -<h3>Nightly Builds</h3> +<h3>Nightly Builds<a title="Permanent link" class="headerlink" href="#Nightly+Builds">#</a> +</h3> </div> <p>The POI nightly builds are run on the <a href="https://builds.apache.org/view/POI/">Jenkins</a> continuous integration server. @@ -413,7 +418,8 @@ if (VERSION > 3) { <a name="verify"></a> <div class="h3"> -<h3>Verify</h3> +<h3>Verify<a title="Permanent link" class="headerlink" href="#verify">#</a> +</h3> </div> <p> @@ -481,7 +487,8 @@ sub 4096g/7B45A98A 2007-06-18 [expires <a name="archive"></a> <div class="h3"> -<h3>Release Archives</h3> +<h3>Release Archives<a title="Permanent link" class="headerlink" href="#archive">#</a> +</h3> </div> <p> Modified: poi/site/publish/encryption.html URL: http://svn.apache.org/viewvc/poi/site/publish/encryption.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/encryption.html (original) +++ poi/site/publish/encryption.html Fri Oct 21 14:15:45 2016 @@ -258,7 +258,8 @@ if (VERSION > 3) { <a name="Overview"></a> <div class="h3"> -<h3>Overview</h3> +<h3>Overview<a title="Permanent link" class="headerlink" href="#Overview">#</a> +</h3> </div> <p>Apache POI contains support for reading few variants of encrypted office files: </p> @@ -297,7 +298,8 @@ if (VERSION > 3) { <a name="Supported+feature+matrix"></a> <div class="h3"> -<h3>Supported feature matrix</h3> +<h3>Supported feature matrix<a title="Permanent link" class="headerlink" href="#Supported+feature+matrix">#</a> +</h3> </div> @@ -418,7 +420,8 @@ if (VERSION > 3) { <a name="Binary+formats"></a> <div class="h3"> -<h3>Binary formats</h3> +<h3>Binary formats<a title="Permanent link" class="headerlink" href="#Binary+formats">#</a> +</h3> </div> <p>As mentioned above, use @@ -463,7 +466,8 @@ os.close(); <a name="XML-based+formats+-+Decryption"></a> <div class="h3"> -<h3>XML-based formats - Decryption</h3> +<h3>XML-based formats - Decryption<a title="Permanent link" class="headerlink" href="#XML-based+formats+-+Decryption">#</a> +</h3> </div> <p>XML-based formats are stored in OLE-package stream "EncryptedPackage". Use org.apache.poi.poifs.crypt.Decryptor @@ -495,7 +499,8 @@ try { <a name="XML-based+formats+-+Encryption"></a> <div class="h3"> -<h3>XML-based formats - Encryption</h3> +<h3>XML-based formats - Encryption<a title="Permanent link" class="headerlink" href="#XML-based+formats+-+Encryption">#</a> +</h3> </div> <p>Encrypting a file is similar to the above decryption process. Basically you'll need to choose between @@ -526,7 +531,8 @@ fos.close(); <a name="XML-based+formats+-+Signing+%28XML+Signature%29"></a> <div class="h3"> -<h3>XML-based formats - Signing (XML Signature)</h3> +<h3>XML-based formats - Signing (XML Signature)<a title="Permanent link" class="headerlink" href="#XML-based+formats+-+Signing+%28XML+Signature%29">#</a> +</h3> </div> <p>An Office document can be digital signed by a <a href="https://en.wikipedia.org/wiki/XML_Signature">XML Signature</a> @@ -564,7 +570,8 @@ fos.close(); <a name="Validating+a+signed+office+document"></a> <div class="h3"> -<h3>Validating a signed office document</h3> +<h3>Validating a signed office document<a title="Permanent link" class="headerlink" href="#Validating+a+signed+office+document">#</a> +</h3> </div> @@ -582,7 +589,8 @@ boolean isValid = si.verifySignature(); <a name="Signing+an+office+document"></a> <div class="h3"> -<h3>Signing an office document</h3> +<h3>Signing an office document<a title="Permanent link" class="headerlink" href="#Signing+an+office+document">#</a> +</h3> </div> Modified: poi/site/publish/faq.html URL: http://svn.apache.org/viewvc/poi/site/publish/faq.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/faq.html (original) +++ poi/site/publish/faq.html Fri Oct 21 14:15:45 2016 @@ -254,7 +254,8 @@ if (VERSION > 3) { <div class="h3"> <a name="Questions"></a> <div class="h3"> -<h3>Questions</h3> +<h3>Questions<a title="Permanent link" class="headerlink" href="#Questions">#</a> +</h3> </div> <ol> <li> @@ -373,13 +374,15 @@ if (VERSION > 3) { </ol> <a name="Answers"></a> <div class="h3"> -<h3>Answers</h3> +<h3>Answers<a title="Permanent link" class="headerlink" href="#Answers">#</a> +</h3> </div> <a name="faq-N10006"></a> <div class="h4"> <h4>1. My code uses some new feature, compiles fine but fails when live with a "MethodNotFoundException" or "IncompatibleClassChangeError" - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N10006">#</a> +</h4> </div> <p>You almost certainly have an older version of Apache POI @@ -416,7 +419,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>2. My code uses the scratchpad, compiles fine but fails to run with a "MethodNotFoundException" - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N10019">#</a> +</h4> </div> <p>You almost certainly have an older version earlier on your @@ -426,7 +430,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>3. I'm using the poi-ooxml-schemas jar, but my code is failing with "java.lang.NoClassDefFoundError: org/openxmlformats/schemas/*something*" - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N10025">#</a> +</h4> </div> <p>To use the new OOXML file formats, POI requires a jar containing @@ -517,7 +522,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>4. Why is reading a simple sheet taking so long? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N100B6">#</a> +</h4> </div> <p>You've probably enabled logging. Logging is intended only for @@ -531,7 +537,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>5. What is the HSSF "eventmodel"? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N100C2">#</a> +</h4> </div> <p>The SS eventmodel package is an API for reading Excel files without loading the whole spreadsheet into memory. It does @@ -543,7 +550,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>6. Why can't read the document I created using Star Office 5.1? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N100CE">#</a> +</h4> </div> <p>Star Office 5.1 writes some records using the older BIFF standard. This causes some problems @@ -553,7 +561,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>7. Why am I getting an exception each time I attempt to read my spreadsheet? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N100DA">#</a> +</h4> </div> <p>It's possible your spreadsheet contains a feature that is not currently supported by POI. @@ -565,7 +574,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>8. How do you tell if a spreadsheet cell contains a date? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N100E9">#</a> +</h4> </div> <p>Excel stores dates as numbers therefore the only way to determine if a cell is @@ -592,7 +602,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>9. I'm trying to stream an XLS file from a servlet and I'm having some trouble. What's the problem? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N100F9">#</a> +</h4> </div> <p> @@ -644,7 +655,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>10. I want to set a cell format (Data format of a cell) of a excel sheet as ###,###,###.#### or ###,###,###.0000. Is it possible using POI ? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N10123">#</a> +</h4> </div> <p> @@ -655,7 +667,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>11. I want to set a cell format (Data format of a cell) of a excel sheet as text. Is it possible using POI ? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N10133">#</a> +</h4> </div> <p> @@ -666,7 +679,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>12. How do I add a border around a merged cell? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N1013F">#</a> +</h4> </div> <p>Add blank cells around where the cells normally would have been and set the borders individually for each cell. @@ -676,7 +690,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>13. I am using styles when creating a workbook in POI, but Excel refuses to open the file, complaining about "Too Many Styles". - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N1014B">#</a> +</h4> </div> <p>You just create the styles OUTSIDE of the loop in which you create cells.</p> @@ -762,7 +777,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>14. I think POI is using too much memory! What can I do? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N10165">#</a> +</h4> </div> <p>This one comes up quite a lot, but often the reason isn't what @@ -806,7 +822,8 @@ System.out.println("POI Scratchpad came <h4>15. I can't seem to find the source for the OOXML CT.. classes, where do they come from? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N10192">#</a> +</h4> </div> <p>The OOXML support in Apache POI is built on top of the file format @@ -836,7 +853,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>16. An OLE2 ("binary") file is giving me problems, but I can't share it. How can I investigate the problem on my own? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N101BA">#</a> +</h4> </div> <p>The first thing to try is running the @@ -861,7 +879,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>17. An OOXML ("xml") file is giving me problems, but I can't share it. How can I investigate the problem on my own? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N101D4">#</a> +</h4> </div> <p>There's not currently a simple validator tool as there is for the @@ -883,7 +902,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>18. Why do I get a java.lang.NoClassDefFoundError: javax/xml/stream/XMLEventFactory.newFactory() - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N101E6">#</a> +</h4> </div> <p>This error indicates that the class XMLEventFactory does not provide @@ -917,7 +937,8 @@ System.out.println("POI Scratchpad came <div class="h4"> <h4>19. Can I mix POI jars from different versions? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N10204">#</a> +</h4> </div> <p>No. This is not supported.</p> @@ -938,7 +959,8 @@ System.out.println("POI Scratchpad came <h4>20. Can I access/modify workbooks/documents/slideshows in multiple threads? What are the multi-threading guarantees that Apache POI makes - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N10224">#</a> +</h4> </div> <p>In short: <em>Handling different document-objects in different threads will @@ -964,7 +986,8 @@ System.out.println("POI Scratchpad came <h4>21. What are the advantages and disadvantages of the different constructor and write methods? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N1023C">#</a> +</h4> </div> <p>Across most of the UserModel classes ( @@ -1016,7 +1039,8 @@ and <div class="h4"> <h4>22. Can POI be used with OSGI? - </h4> + <a title="Permanent link" class="headerlink" href="#faq-N1029C">#</a> +</h4> </div> <p>Starting with POI 3.16 there's a workaround for OSGIs context classloader handling, Modified: poi/site/publish/guidelines.html URL: http://svn.apache.org/viewvc/poi/site/publish/guidelines.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/guidelines.html (original) +++ poi/site/publish/guidelines.html Fri Oct 21 14:15:45 2016 @@ -259,7 +259,8 @@ if (VERSION > 3) { <a name="Index+of+Contribution+Guidelines"></a> <div class="h3"> -<h3>Index of Contribution Guidelines</h3> +<h3>Index of Contribution Guidelines<a title="Permanent link" class="headerlink" href="#Index+of+Contribution+Guidelines">#</a> +</h3> </div> <ul> @@ -299,13 +300,15 @@ if (VERSION > 3) { <a name="Introduction"></a> <a name="Introduction-N10047"></a> <div class="h3"> -<h3>Introduction</h3> +<h3>Introduction<a title="Permanent link" class="headerlink" href="#Introduction-N10047">#</a> +</h3> </div> <a name="Disclaimer"></a> <div class="h4"> -<h4>Disclaimer</h4> +<h4>Disclaimer<a title="Permanent link" class="headerlink" href="#Disclaimer">#</a> +</h4> </div> <p> @@ -318,7 +321,8 @@ if (VERSION > 3) { <a name="The+Licensing"></a> <div class="h4"> -<h4>The Licensing</h4> +<h4>The Licensing<a title="Permanent link" class="headerlink" href="#The+Licensing">#</a> +</h4> </div> <p> @@ -340,7 +344,8 @@ if (VERSION > 3) { <a name="WhereHelpNeeded"></a> <a name="Where+is+help+needed+on+the+project%3F"></a> <div class="h3"> -<h3>Where is help needed on the project?</h3> +<h3>Where is help needed on the project?<a title="Permanent link" class="headerlink" href="#Where+is+help+needed+on+the+project%3F">#</a> +</h3> </div> <div description="the Apache POI Project" project="poi" type="helpwanted" style="width: 80%;"> @@ -359,7 +364,8 @@ if (VERSION > 3) { <a name="GetInvolved"></a> <a name="I+just+want+to+get+involved%2C+but+don%27t+know+where+to+start%3F"></a> <div class="h3"> -<h3>I just want to get involved, but don't know where to start?</h3> +<h3>I just want to get involved, but don't know where to start?<a title="Permanent link" class="headerlink" href="#I+just+want+to+get+involved%2C+but+don%27t+know+where+to+start%3F">#</a> +</h3> </div> <ul> @@ -418,7 +424,8 @@ if (VERSION > 3) { <a name="SubmittingPatches"></a> <a name="Submitting+Patches"></a> <div class="h3"> -<h3>Submitting Patches</h3> +<h3>Submitting Patches<a title="Permanent link" class="headerlink" href="#Submitting+Patches">#</a> +</h3> </div> <p> @@ -456,7 +463,8 @@ if (VERSION > 3) { <a name="Approach+1+-+use+Ant"></a> <div class="h4"> -<h4>Approach 1 - use Ant</h4> +<h4>Approach 1 - use Ant<a title="Permanent link" class="headerlink" href="#Approach+1+-+use+Ant">#</a> +</h4> </div> <p>Use Ant to generate a patch file to POI: </p> @@ -484,7 +492,8 @@ if (VERSION > 3) { <a name="Approach+2+-+the+manual+way"></a> <div class="h4"> -<h4>Approach 2 - the manual way</h4> +<h4>Approach 2 - the manual way<a title="Permanent link" class="headerlink" href="#Approach+2+-+the+manual+way">#</a> +</h4> </div> <p> @@ -525,7 +534,8 @@ if (VERSION > 3) { <a name="Approach+3+-+the+git+way"></a> <div class="h4"> -<h4>Approach 3 - the git way</h4> +<h4>Approach 3 - the git way<a title="Permanent link" class="headerlink" href="#Approach+3+-+the+git+way">#</a> +</h4> </div> <p> @@ -562,7 +572,8 @@ if (VERSION > 3) { <a name="checklist+before+submitting+a+patch"></a> <div class="h4"> -<h4>checklist before submitting a patch</h4> +<h4>checklist before submitting a patch<a title="Permanent link" class="headerlink" href="#checklist+before+submitting+a+patch">#</a> +</h4> </div> <ul> @@ -606,7 +617,8 @@ if (VERSION > 3) { <a name="CodeStyle"></a> <a name="Code+Style"></a> <div class="h3"> -<h3>Code Style</h3> +<h3>Code Style<a title="Permanent link" class="headerlink" href="#Code+Style">#</a> +</h3> </div> <p>The long standing @@ -639,7 +651,8 @@ if (VERSION > 3) { <a name="Mentoring"></a> <a name="Mentoring+and+Committership"></a> <div class="h3"> -<h3>Mentoring and Committership</h3> +<h3>Mentoring and Committership<a title="Permanent link" class="headerlink" href="#Mentoring+and+Committership">#</a> +</h3> </div> <p>The POI project will generally offer committership to contributors who send @@ -683,12 +696,14 @@ if (VERSION > 3) { <a name="FileFormatInformation"></a> <a name="File+Format+Information"></a> <div class="h3"> -<h3>File Format Information</h3> +<h3>File Format Information<a title="Permanent link" class="headerlink" href="#File+Format+Information">#</a> +</h3> </div> <a name="Publicly+Available+Information+on+the+file+formats"></a> <div class="h4"> -<h4>Publicly Available Information on the file formats</h4> +<h4>Publicly Available Information on the file formats<a title="Permanent link" class="headerlink" href="#Publicly+Available+Information+on+the+file+formats">#</a> +</h4> </div> <p> @@ -741,7 +756,8 @@ if (VERSION > 3) { <a name="I+just+signed+an+NDA+to+get+a+spec+from+Microsoft+and+I%27d+like+to+contribute"></a> <div class="h4"> -<h4>I just signed an NDA to get a spec from Microsoft and I'd like to contribute</h4> +<h4>I just signed an NDA to get a spec from Microsoft and I'd like to contribute<a title="Permanent link" class="headerlink" href="#I+just+signed+an+NDA+to+get+a+spec+from+Microsoft+and+I%27d+like+to+contribute">#</a> +</h4> </div> <p> Modified: poi/site/publish/hmef/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/hmef/index.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/hmef/index.html (original) +++ poi/site/publish/hmef/index.html Fri Oct 21 14:15:45 2016 @@ -118,7 +118,8 @@ if (VERSION > 3) { <a name="Overview"></a> <div class="h3"> -<h3>Overview</h3> +<h3>Overview<a title="Permanent link" class="headerlink" href="#Overview">#</a> +</h3> </div> @@ -162,14 +163,16 @@ if (VERSION > 3) { <a name="Using+HMEF+to+access+TNEF+%28winmail.dat%29+files"></a> <div class="h3"> -<h3>Using HMEF to access TNEF (winmail.dat) files</h3> +<h3>Using HMEF to access TNEF (winmail.dat) files<a title="Permanent link" class="headerlink" href="#Using+HMEF+to+access+TNEF+%28winmail.dat%29+files">#</a> +</h3> </div> <a name="Easy+extraction+of+message+body+and+attachment+files"></a> <div class="h4"> -<h4>Easy extraction of message body and attachment files</h4> +<h4>Easy extraction of message body and attachment files<a title="Permanent link" class="headerlink" href="#Easy+extraction+of+message+body+and+attachment+files">#</a> +</h4> </div> @@ -214,7 +217,8 @@ public void extract(String winmailFilena <a name="Attachment+attributes+and+contents"></a> <div class="h4"> -<h4>Attachment attributes and contents</h4> +<h4>Attachment attributes and contents<a title="Permanent link" class="headerlink" href="#Attachment+attributes+and+contents">#</a> +</h4> </div> @@ -261,7 +265,8 @@ public void extract(String winmailFilena <a name="Message+attributes+and+message+body"></a> <div class="h4"> -<h4>Message attributes and message body</h4> +<h4>Message attributes and message body<a title="Permanent link" class="headerlink" href="#Message+attributes+and+message+body">#</a> +</h4> </div> @@ -292,7 +297,8 @@ public void extract(String winmailFilena <a name="Low+level+attribute+access"></a> <div class="h4"> -<h4>Low level attribute access</h4> +<h4>Low level attribute access<a title="Permanent link" class="headerlink" href="#Low+level+attribute+access">#</a> +</h4> </div> @@ -343,7 +349,8 @@ for(Attachment attach : msg.getAttachmen <a name="Investigating+a+TNEF+file"></a> <div class="h3"> -<h3>Investigating a TNEF file</h3> +<h3>Investigating a TNEF file<a title="Permanent link" class="headerlink" href="#Investigating+a+TNEF+file">#</a> +</h3> </div> @@ -357,7 +364,8 @@ for(Attachment attach : msg.getAttachmen <a name="Limitations"></a> <div class="h3"> -<h3>Limitations</h3> +<h3>Limitations<a title="Permanent link" class="headerlink" href="#Limitations">#</a> +</h3> </div> Modified: poi/site/publish/howtobuild.html URL: http://svn.apache.org/viewvc/poi/site/publish/howtobuild.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/howtobuild.html (original) +++ poi/site/publish/howtobuild.html Fri Oct 21 14:15:45 2016 @@ -257,7 +257,8 @@ if (VERSION > 3) { <a name="JDK+Version"></a> <div class="h3"> -<h3>JDK Version</h3> +<h3>JDK Version<a title="Permanent link" class="headerlink" href="#JDK+Version">#</a> +</h3> </div> @@ -273,7 +274,8 @@ if (VERSION > 3) { <a name="Install+Apache+Ant"></a> <div class="h3"> -<h3>Install Apache Ant</h3> +<h3>Install Apache Ant<a title="Permanent link" class="headerlink" href="#Install+Apache+Ant">#</a> +</h3> </div> @@ -295,7 +297,8 @@ if (VERSION > 3) { <a name="Install+Apache+Forrest"></a> <div class="h3"> -<h3>Install Apache Forrest</h3> +<h3>Install Apache Forrest<a title="Permanent link" class="headerlink" href="#Install+Apache+Forrest">#</a> +</h3> </div> @@ -315,7 +318,8 @@ if (VERSION > 3) { <a name="Building+Targets+with+Ant"></a> <div class="h3"> -<h3>Building Targets with Ant</h3> +<h3>Building Targets with Ant<a title="Permanent link" class="headerlink" href="#Building+Targets+with+Ant">#</a> +</h3> </div> @@ -387,7 +391,8 @@ if (VERSION > 3) { <a name="Working+with+Eclipse"></a> <div class="h3"> -<h3>Working with Eclipse</h3> +<h3>Working with Eclipse<a title="Permanent link" class="headerlink" href="#Working+with+Eclipse">#</a> +</h3> </div> @@ -414,7 +419,8 @@ if (VERSION > 3) { <a name="Working+with+IntelliJ+Idea"></a> <div class="h3"> -<h3>Working with IntelliJ Idea</h3> +<h3>Working with IntelliJ Idea<a title="Permanent link" class="headerlink" href="#Working+with+IntelliJ+Idea">#</a> +</h3> </div> @@ -442,7 +448,8 @@ if (VERSION > 3) { <a name="Using+Maven"></a> <div class="h3"> -<h3>Using Maven</h3> +<h3>Using Maven<a title="Permanent link" class="headerlink" href="#Using+Maven">#</a> +</h3> </div> Modified: poi/site/publish/hpbf/file-format.html URL: http://svn.apache.org/viewvc/poi/site/publish/hpbf/file-format.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/hpbf/file-format.html (original) +++ poi/site/publish/hpbf/file-format.html Fri Oct 21 14:15:45 2016 @@ -126,7 +126,8 @@ if (VERSION > 3) { <a name="Document+Streams"></a> <div class="h3"> -<h3>Document Streams</h3> +<h3>Document Streams<a title="Permanent link" class="headerlink" href="#Document+Streams">#</a> +</h3> </div> <p> @@ -158,7 +159,8 @@ Root Entry - <a name="Changing+Text"></a> <div class="h3"> -<h3>Changing Text</h3> +<h3>Changing Text<a title="Permanent link" class="headerlink" href="#Changing+Text">#</a> +</h3> </div> <p>If you make a change to the text of a file, but not change @@ -173,7 +175,8 @@ Root Entry - <a name="Changing+Shapes"></a> <div class="h3"> -<h3>Changing Shapes</h3> +<h3>Changing Shapes<a title="Permanent link" class="headerlink" href="#Changing+Shapes">#</a> +</h3> </div> <p>If you alter the size of a textbox, but make no text changes, @@ -186,7 +189,8 @@ Root Entry - <a name="Structure+of+CONTENTS"></a> <div class="h3"> -<h3>Structure of CONTENTS</h3> +<h3>Structure of CONTENTS<a title="Permanent link" class="headerlink" href="#Structure+of+CONTENTS">#</a> +</h3> </div> <p>First we have "CHNKINK ", followed by 24 bytes.</p> @@ -299,7 +303,8 @@ PL 62 1a 00 00 48 00 00 00 // PL fro <a name="Structure+of+TEXT+bit"></a> <div class="h4"> -<h4>Structure of TEXT bit</h4> +<h4>Structure of TEXT bit<a title="Permanent link" class="headerlink" href="#Structure+of+TEXT+bit">#</a> +</h4> </div> <p>This is very simple. All the text for the document is @@ -309,7 +314,8 @@ PL 62 1a 00 00 48 00 00 00 // PL fro <a name="Structure+of+PLC+bit"></a> <div class="h4"> -<h4>Structure of PLC bit</h4> +<h4>Structure of PLC bit<a title="Permanent link" class="headerlink" href="#Structure+of+PLC+bit">#</a> +</h4> </div> <p>The first four bytes seem to hold the count of the Modified: poi/site/publish/hpbf/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/hpbf/index.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/hpbf/index.html (original) +++ poi/site/publish/hpbf/index.html Fri Oct 21 14:15:45 2016 @@ -121,7 +121,8 @@ if (VERSION > 3) { <a name="Overview"></a> <div class="h3"> -<h3>Overview</h3> +<h3>Overview<a title="Permanent link" class="headerlink" href="#Overview">#</a> +</h3> </div> Modified: poi/site/publish/hpsf/how-to.html URL: http://svn.apache.org/viewvc/poi/site/publish/hpsf/how-to.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/hpsf/how-to.html (original) +++ poi/site/publish/hpsf/how-to.html Fri Oct 21 14:15:45 2016 @@ -137,7 +137,8 @@ if (VERSION > 3) { <a name="How+To+Use+the+HPSF+API"></a> <div class="h3"> -<h3>How To Use the HPSF API</h3> +<h3>How To Use the HPSF API<a title="Permanent link" class="headerlink" href="#How+To+Use+the+HPSF+API">#</a> +</h3> </div> @@ -207,7 +208,8 @@ if (VERSION > 3) { <a name="sec1"></a> <a name="Reading+Standard+Properties"></a> <div class="h4"> -<h4>Reading Standard Properties</h4> +<h4>Reading Standard Properties<a title="Permanent link" class="headerlink" href="#Reading+Standard+Properties">#</a> +</h4> </div> @@ -284,7 +286,8 @@ if (VERSION > 3) { <a name="Open+the+document+%5C005SummaryInformation+in+the+root+of+the%0A+++++++POI+filesystem"></a> <div class="h2"> <h2>Open the document \005SummaryInformation in the root of the - POI filesystem</h2> + POI filesystem<a title="Permanent link" class="headerlink" href="#Open+the+document+%5C005SummaryInformation+in+the+root+of+the%0A+++++++POI+filesystem">#</a> +</h2> </div> @@ -445,7 +448,8 @@ else <a name="Additional+Standard+Properties%2C+Exceptions+And+Embedded%0A++++Objects"></a> <div class="h4"> <h4>Additional Standard Properties, Exceptions And Embedded - Objects</h4> + Objects<a title="Permanent link" class="headerlink" href="#Additional+Standard+Properties%2C+Exceptions+And+Embedded%0A++++Objects">#</a> +</h4> </div> @@ -557,7 +561,8 @@ else <a name="sec3"></a> <a name="Writing+Standard+Properties"></a> <div class="h4"> -<h4>Writing Standard Properties</h4> +<h4>Writing Standard Properties<a title="Permanent link" class="headerlink" href="#Writing+Standard+Properties">#</a> +</h4> </div> @@ -781,7 +786,8 @@ out.close();</pre> <a name="User-Defined+Properties"></a> <div class="h2"> -<h2>User-Defined Properties</h2> +<h2>User-Defined Properties<a title="Permanent link" class="headerlink" href="#User-Defined+Properties">#</a> +</h2> </div> @@ -867,7 +873,8 @@ dsi.setCustomProperties(customProperties <a name="sec4"></a> <a name="Reading+Non-Standard+Properties"></a> <div class="h4"> -<h4>Reading Non-Standard Properties</h4> +<h4>Reading Non-Standard Properties<a title="Permanent link" class="headerlink" href="#Reading+Non-Standard+Properties">#</a> +</h4> </div> @@ -880,7 +887,8 @@ dsi.setCustomProperties(customProperties <a name="Overview"></a> <div class="h2"> -<h2>Overview</h2> +<h2>Overview<a title="Permanent link" class="headerlink" href="#Overview">#</a> +</h2> </div> <p>Now comes the real hardcode stuff. As mentioned above, @@ -940,7 +948,8 @@ dsi.setCustomProperties(customProperties <a name="A+Sample+Application"></a> <div class="h2"> -<h2>A Sample Application</h2> +<h2>A Sample Application<a title="Permanent link" class="headerlink" href="#A+Sample+Application">#</a> +</h2> </div> <p>Let's have a look at a sample Java application that dumps all property @@ -987,7 +996,8 @@ import org.apache.poi.util.HexDump;</pre <a name="The+Property+Set"></a> <div class="h2"> -<h2>The Property Set</h2> +<h2>The Property Set<a title="Permanent link" class="headerlink" href="#The+Property+Set">#</a> +</h2> </div> <p>The listener class tries to create a <span class="codefrag">PropertySet</span> from each @@ -1035,7 +1045,8 @@ import org.apache.poi.util.HexDump;</pre <a name="The+Sections"></a> <div class="h2"> -<h2>The Sections</h2> +<h2>The Sections<a title="Permanent link" class="headerlink" href="#The+Sections">#</a> +</h2> </div> <p>The next step is to print the number of sections followed by the @@ -1100,7 +1111,8 @@ for (int i2 = 0; i2 < properties.leng <a name="The+Section%27s+Format+ID"></a> <div class="h2"> -<h2>The Section's Format ID</h2> +<h2>The Section's Format ID<a title="Permanent link" class="headerlink" href="#The+Section%27s+Format+ID">#</a> +</h2> </div> <p>The first method called on the <span class="codefrag">Section</span> instance is @@ -1131,7 +1143,8 @@ out(" Format ID: " + s);</pre> <a name="The+Properties"></a> <div class="h2"> -<h2>The Properties</h2> +<h2>The Properties<a title="Permanent link" class="headerlink" href="#The+Properties">#</a> +</h2> </div> <p>Before getting the properties, it is possible to find out how many @@ -1173,7 +1186,8 @@ out(" No. of properties: " + proper <a name="Sample+Output"></a> <div class="h2"> -<h2>Sample Output</h2> +<h2>Sample Output<a title="Permanent link" class="headerlink" href="#Sample+Output">#</a> +</h2> </div> <p>The output of the sample program might look like the following. It @@ -1266,7 +1280,8 @@ No property set stream: "/1Table"</pre> <a name="Property+IDs"></a> <div class="h2"> -<h2>Property IDs</h2> +<h2>Property IDs<a title="Permanent link" class="headerlink" href="#Property+IDs">#</a> +</h2> </div> <p>Properties in the same section are distinguished by their IDs. This is @@ -1374,7 +1389,8 @@ No property set stream: "/1Table"</pre> <a name="Property+types"></a> <div class="h2"> -<h2>Property types</h2> +<h2>Property types<a title="Permanent link" class="headerlink" href="#Property+types">#</a> +</h2> </div> <p>A property is nothing without its value. It is stored in a property set @@ -1400,7 +1416,8 @@ No property set stream: "/1Table"</pre> <a name="Property+values"></a> <div class="h2"> -<h2>Property values</h2> +<h2>Property values<a title="Permanent link" class="headerlink" href="#Property+values">#</a> +</h2> </div> <p>When an application wants to retrieve a property's value and calls @@ -1509,7 +1526,8 @@ No property set stream: "/1Table"</pre> <a name="Dictionaries"></a> <div class="h2"> -<h2>Dictionaries</h2> +<h2>Dictionaries<a title="Permanent link" class="headerlink" href="#Dictionaries">#</a> +</h2> </div> <p>The property with ID 0 has a very special meaning: It is a @@ -1539,7 +1557,8 @@ No property set stream: "/1Table"</pre> <a name="Codepage+support"></a> <div class="h2"> -<h2>Codepage support</h2> +<h2>Codepage support<a title="Permanent link" class="headerlink" href="#Codepage+support">#</a> +</h2> </div> @@ -1599,7 +1618,8 @@ No property set stream: "/1Table"</pre> <a name="sec5"></a> <a name="Writing+Properties"></a> <div class="h4"> -<h4>Writing Properties</h4> +<h4>Writing Properties<a title="Permanent link" class="headerlink" href="#Writing+Properties">#</a> +</h4> </div> @@ -1611,7 +1631,8 @@ No property set stream: "/1Table"</pre> <a name="Overview+of+Writing+Properties"></a> <div class="h2"> -<h2>Overview of Writing Properties</h2> +<h2>Overview of Writing Properties<a title="Permanent link" class="headerlink" href="#Overview+of+Writing+Properties">#</a> +</h2> </div> <p>Writing properties is possible at a high level and at a low level:</p> @@ -1646,7 +1667,8 @@ No property set stream: "/1Table"</pre> <a name="Low-Level+Writing%3A+An+Overview"></a> <div class="h2"> -<h2>Low-Level Writing: An Overview</h2> +<h2>Low-Level Writing: An Overview<a title="Permanent link" class="headerlink" href="#Low-Level+Writing%3A+An+Overview">#</a> +</h2> </div> <p>When you are going to write a property set stream your application has @@ -1688,7 +1710,8 @@ No property set stream: "/1Table"</pre> <a name="Low-level+Writing+Functions+In+Details"></a> <div class="h2"> -<h2>Low-level Writing Functions In Details</h2> +<h2>Low-level Writing Functions In Details<a title="Permanent link" class="headerlink" href="#Low-level+Writing+Functions+In+Details">#</a> +</h2> </div> <p>Writing properties is introduced by an artificial but simple example: a @@ -1963,7 +1986,8 @@ p.setValue("Sample title");</pre> <a name="Further+Reading"></a> <div class="h4"> -<h4>Further Reading</h4> +<h4>Further Reading<a title="Permanent link" class="headerlink" href="#Further+Reading">#</a> +</h4> </div> <p>There are still some aspects of HSPF left which are not covered by this Modified: poi/site/publish/hpsf/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/hpsf/index.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/hpsf/index.html (original) +++ poi/site/publish/hpsf/index.html Fri Oct 21 14:15:45 2016 @@ -131,7 +131,8 @@ if (VERSION > 3) { <a name="Overview"></a> <div class="h3"> -<h3>Overview</h3> +<h3>Overview<a title="Permanent link" class="headerlink" href="#Overview">#</a> +</h3> </div> Modified: poi/site/publish/hpsf/internals.html URL: http://svn.apache.org/viewvc/poi/site/publish/hpsf/internals.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/hpsf/internals.html (original) +++ poi/site/publish/hpsf/internals.html Fri Oct 21 14:15:45 2016 @@ -137,13 +137,15 @@ if (VERSION > 3) { <a name="HPSF+Internals"></a> <div class="h3"> -<h3>HPSF Internals</h3> +<h3>HPSF Internals<a title="Permanent link" class="headerlink" href="#HPSF+Internals">#</a> +</h3> </div> <a name="Introduction"></a> <div class="h4"> -<h4>Introduction</h4> +<h4>Introduction<a title="Permanent link" class="headerlink" href="#Introduction">#</a> +</h4> </div> @@ -187,7 +189,8 @@ if (VERSION > 3) { <a name="Data+Types"></a> <div class="h4"> -<h4>Data Types</h4> +<h4>Data Types<a title="Permanent link" class="headerlink" href="#Data+Types">#</a> +</h4> </div> @@ -291,7 +294,8 @@ if (VERSION > 3) { <a name="HPSF+Overview"></a> <div class="h4"> -<h4>HPSF Overview</h4> +<h4>HPSF Overview<a title="Permanent link" class="headerlink" href="#HPSF+Overview">#</a> +</h4> </div> @@ -312,7 +316,8 @@ if (VERSION > 3) { <a name="The+Header"></a> <div class="h4"> -<h4>The Header</h4> +<h4>The Header<a title="Permanent link" class="headerlink" href="#The+Header">#</a> +</h4> </div> @@ -401,7 +406,8 @@ if (VERSION > 3) { <a name="Section+List"></a> <div class="h4"> -<h4>Section List</h4> +<h4>Section List<a title="Permanent link" class="headerlink" href="#Section+List">#</a> +</h4> </div> @@ -482,7 +488,8 @@ if (VERSION > 3) { <a name="Section"></a> <div class="h4"> -<h4>Section</h4> +<h4>Section<a title="Permanent link" class="headerlink" href="#Section">#</a> +</h4> </div> @@ -611,7 +618,8 @@ if (VERSION > 3) { <a name="Property+IDs"></a> <div class="h4"> -<h4>Property IDs</h4> +<h4>Property IDs<a title="Permanent link" class="headerlink" href="#Property+IDs">#</a> +</h4> </div> <a name="property_ids"></a> @@ -641,7 +649,8 @@ if (VERSION > 3) { <a name="Property+IDs+in+The+Summary+Information+Stream"></a> <div class="h2"> -<h2>Property IDs in The Summary Information Stream</h2> +<h2>Property IDs in The Summary Information Stream<a title="Permanent link" class="headerlink" href="#Property+IDs+in+The+Summary+Information+Stream">#</a> +</h2> </div> @@ -848,7 +857,8 @@ if (VERSION > 3) { <a name="Property+IDs+in+The+Document+Summary+Information+Stream"></a> <div class="h2"> -<h2>Property IDs in The Document Summary Information Stream</h2> +<h2>Property IDs in The Document Summary Information Stream<a title="Permanent link" class="headerlink" href="#Property+IDs+in+The+Document+Summary+Information+Stream">#</a> +</h2> </div> @@ -1032,7 +1042,8 @@ if (VERSION > 3) { <a name="Property+Types"></a> <div class="h4"> -<h4>Property Types</h4> +<h4>Property Types<a title="Permanent link" class="headerlink" href="#Property+Types">#</a> +</h4> </div> <a name="property_types"></a> @@ -1509,7 +1520,8 @@ if (VERSION > 3) { <a name="The+Dictionary"></a> <div class="h4"> -<h4>The Dictionary</h4> +<h4>The Dictionary<a title="Permanent link" class="headerlink" href="#The+Dictionary">#</a> +</h4> </div> @@ -1592,7 +1604,8 @@ if (VERSION > 3) { <a name="References"></a> <div class="h4"> -<h4>References</h4> +<h4>References<a title="Permanent link" class="headerlink" href="#References">#</a> +</h4> </div> Modified: poi/site/publish/hpsf/thumbnails.html URL: http://svn.apache.org/viewvc/poi/site/publish/hpsf/thumbnails.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/hpsf/thumbnails.html (original) +++ poi/site/publish/hpsf/thumbnails.html Fri Oct 21 14:15:45 2016 @@ -137,7 +137,8 @@ if (VERSION > 3) { <a name="The+VT_CF+Format"></a> <div class="h3"> -<h3>The VT_CF Format</h3> +<h3>The VT_CF Format<a title="Permanent link" class="headerlink" href="#The+VT_CF+Format">#</a> +</h3> </div> @@ -235,7 +236,8 @@ if (VERSION > 3) { <a name="Windows+Clipboard+Data"></a> <div class="h3"> -<h3>Windows Clipboard Data</h3> +<h3>Windows Clipboard Data<a title="Permanent link" class="headerlink" href="#Windows+Clipboard+Data">#</a> +</h3> </div> @@ -290,7 +292,8 @@ if (VERSION > 3) { <a name="Windows+Metafile+Format"></a> <div class="h3"> -<h3>Windows Metafile Format</h3> +<h3>Windows Metafile Format<a title="Permanent link" class="headerlink" href="#Windows+Metafile+Format">#</a> +</h3> </div> @@ -348,7 +351,8 @@ if (VERSION > 3) { <a name="Device+Independent+Bitmap"></a> <div class="h3"> -<h3>Device Independent Bitmap</h3> +<h3>Device Independent Bitmap<a title="Permanent link" class="headerlink" href="#Device+Independent+Bitmap">#</a> +</h3> </div> <p> @@ -361,7 +365,8 @@ if (VERSION > 3) { <a name="Macintosh+Clipboard+Data"></a> <div class="h3"> -<h3>Macintosh Clipboard Data</h3> +<h3>Macintosh Clipboard Data<a title="Permanent link" class="headerlink" href="#Macintosh+Clipboard+Data">#</a> +</h3> </div> <p> Modified: poi/site/publish/hpsf/todo.html URL: http://svn.apache.org/viewvc/poi/site/publish/hpsf/todo.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/hpsf/todo.html (original) +++ poi/site/publish/hpsf/todo.html Fri Oct 21 14:15:45 2016 @@ -129,7 +129,8 @@ if (VERSION > 3) { <a name="To+Do"></a> <div class="h3"> -<h3>To Do</h3> +<h3>To Do<a title="Permanent link" class="headerlink" href="#To+Do">#</a> +</h3> </div> Modified: poi/site/publish/hsmf/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/hsmf/index.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/hsmf/index.html (original) +++ poi/site/publish/hsmf/index.html Fri Oct 21 14:15:45 2016 @@ -118,7 +118,8 @@ if (VERSION > 3) { <a name="Overview"></a> <div class="h3"> -<h3>Overview</h3> +<h3>Overview<a title="Permanent link" class="headerlink" href="#Overview">#</a> +</h3> </div> Modified: poi/site/publish/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/index.html (original) +++ poi/site/publish/index.html Fri Oct 21 14:15:45 2016 @@ -258,13 +258,15 @@ if (VERSION > 3) { <a name="Project+News"></a> <div class="h3"> -<h3>Project News</h3> +<h3>Project News<a title="Permanent link" class="headerlink" href="#Project+News">#</a> +</h3> </div> <a name="03+October+2016+-+The+Apache+POI+project+is+celebrating+its+15th+anniversary"></a> <div class="h4"> -<h4>03 October 2016 - The Apache POI project is celebrating its 15th anniversary</h4> +<h4>03 October 2016 - The Apache POI project is celebrating its 15th anniversary<a title="Permanent link" class="headerlink" href="#03+October+2016+-+The+Apache+POI+project+is+celebrating+its+15th+anniversary">#</a> +</h4> </div> <p> @@ -283,7 +285,8 @@ if (VERSION > 3) { <a name="21+September+2016+-+POI+3.15+available"></a> <div class="h4"> -<h4>21 September 2016 - POI 3.15 available</h4> +<h4>21 September 2016 - POI 3.15 available<a title="Permanent link" class="headerlink" href="#21+September+2016+-+POI+3.15+available">#</a> +</h4> </div> <p>The Apache POI team is pleased to announce the release of 3.15. @@ -300,7 +303,8 @@ if (VERSION > 3) { <a name="12+January+2016+-+New+case+study+-+Deutsche+Bahn"></a> <div class="h4"> -<h4>12 January 2016 - New case study - Deutsche Bahn</h4> +<h4>12 January 2016 - New case study - Deutsche Bahn<a title="Permanent link" class="headerlink" href="#12+January+2016+-+New+case+study+-+Deutsche+Bahn">#</a> +</h4> </div> <p>A new case study by Deutsche Bahn was published <a href="casestudies.html#Deutsche+Bahn">here</a>. </p> @@ -315,7 +319,8 @@ if (VERSION > 3) { <a name="Mission+Statement"></a> <div class="h3"> -<h3>Mission Statement</h3> +<h3>Mission Statement<a title="Permanent link" class="headerlink" href="#Mission+Statement">#</a> +</h3> </div> <p> @@ -370,7 +375,8 @@ if (VERSION > 3) { <a name="Why+should+I+use+Apache+POI%3F"></a> <div class="h4"> -<h4>Why should I use Apache POI?</h4> +<h4>Why should I use Apache POI?<a title="Permanent link" class="headerlink" href="#Why+should+I+use+Apache+POI%3F">#</a> +</h4> </div> <p> @@ -400,7 +406,8 @@ if (VERSION > 3) { <a name="Components"></a> <div class="h4"> -<h4>Components</h4> +<h4>Components<a title="Permanent link" class="headerlink" href="#Components">#</a> +</h4> </div> <p> @@ -414,7 +421,8 @@ if (VERSION > 3) { <a name="Contributing+"></a> <div class="h3"> -<h3>Contributing </h3> +<h3>Contributing <a title="Permanent link" class="headerlink" href="#Contributing+">#</a> +</h3> </div> <p> Modified: poi/site/publish/legal.html URL: http://svn.apache.org/viewvc/poi/site/publish/legal.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/legal.html (original) +++ poi/site/publish/legal.html Fri Oct 21 14:15:45 2016 @@ -258,7 +258,8 @@ if (VERSION > 3) { <a name="License+and+Notice"></a> <div class="h3"> -<h3>License and Notice</h3> +<h3>License and Notice<a title="Permanent link" class="headerlink" href="#License+and+Notice">#</a> +</h3> </div> <p> @@ -270,7 +271,8 @@ if (VERSION > 3) { <a name="Copyrights+and+Trademarks"></a> <div class="h3"> -<h3>Copyrights and Trademarks</h3> +<h3>Copyrights and Trademarks<a title="Permanent link" class="headerlink" href="#Copyrights+and+Trademarks">#</a> +</h3> </div> <p> @@ -297,7 +299,8 @@ web site are trademarks of their respect <a name="Cryptography+Notice"></a> <div class="h4"> -<h4>Cryptography Notice</h4> +<h4>Cryptography Notice<a title="Permanent link" class="headerlink" href="#Cryptography+Notice">#</a> +</h4> </div> <p> Modified: poi/site/publish/logging.html URL: http://svn.apache.org/viewvc/poi/site/publish/logging.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/logging.html (original) +++ poi/site/publish/logging.html Fri Oct 21 14:15:45 2016 @@ -258,7 +258,8 @@ if (VERSION > 3) { <a name="Introduction"></a> <div class="h3"> -<h3>Introduction</h3> +<h3>Introduction<a title="Permanent link" class="headerlink" href="#Introduction">#</a> +</h3> </div> @@ -285,7 +286,8 @@ if (VERSION > 3) { <a name="Enable+logging"></a> <div class="h3"> -<h3>Enable logging</h3> +<h3>Enable logging<a title="Permanent link" class="headerlink" href="#Enable+logging">#</a> +</h3> </div> <p> @@ -309,7 +311,8 @@ if (VERSION > 3) { <a name="Available+logger+implementations"></a> <div class="h3"> -<h3>Available logger implementations</h3> +<h3>Available logger implementations<a title="Permanent link" class="headerlink" href="#Available+logger+implementations">#</a> +</h3> </div> <p> @@ -359,7 +362,8 @@ if (VERSION > 3) { <a name="Sending+logs+to+a+different+log+framework"></a> <div class="h3"> -<h3>Sending logs to a different log framework</h3> +<h3>Sending logs to a different log framework<a title="Permanent link" class="headerlink" href="#Sending+logs+to+a+different+log+framework">#</a> +</h3> </div> <p> @@ -369,7 +373,8 @@ if (VERSION > 3) { <a name="Implementation+details"></a> <div class="h3"> -<h3>Implementation details</h3> +<h3>Implementation details<a title="Permanent link" class="headerlink" href="#Implementation+details">#</a> +</h3> </div> <p> Modified: poi/site/publish/mailinglists.html URL: http://svn.apache.org/viewvc/poi/site/publish/mailinglists.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/mailinglists.html (original) +++ poi/site/publish/mailinglists.html Fri Oct 21 14:15:45 2016 @@ -258,7 +258,8 @@ if (VERSION > 3) { <a name="Mailing+Lists+-+Guidelines"></a> <div class="h3"> -<h3>Mailing Lists - Guidelines</h3> +<h3>Mailing Lists - Guidelines<a title="Permanent link" class="headerlink" href="#Mailing+Lists+-+Guidelines">#</a> +</h3> </div> <p> @@ -288,12 +289,14 @@ if (VERSION > 3) { <a name="Lists"></a> <div class="h3"> -<h3>Lists</h3> +<h3>Lists<a title="Permanent link" class="headerlink" href="#Lists">#</a> +</h3> </div> <a name="The+POI+User+List"></a> <div class="h4"> -<h4>The POI User List</h4> +<h4>The POI User List<a title="Permanent link" class="headerlink" href="#The+POI+User+List">#</a> +</h4> </div> <p> @@ -324,7 +327,8 @@ if (VERSION > 3) { <a name="The+POI+Developer+List"></a> <div class="h4"> -<h4>The POI Developer List</h4> +<h4>The POI Developer List<a title="Permanent link" class="headerlink" href="#The+POI+Developer+List">#</a> +</h4> </div> <p> @@ -359,7 +363,8 @@ if (VERSION > 3) { <a name="The+POI+General+List"></a> <div class="h4"> -<h4>The POI General List</h4> +<h4>The POI General List<a title="Permanent link" class="headerlink" href="#The+POI+General+List">#</a> +</h4> </div> <p> @@ -389,7 +394,8 @@ if (VERSION > 3) { <a name="IRC"></a> <div class="h3"> -<h3>IRC</h3> +<h3>IRC<a title="Permanent link" class="headerlink" href="#IRC">#</a> +</h3> </div> <p>The #apache-poi channel on the <a href="https://webchat.freenode.net/?channels=#apache-poi">irc.freenode.net</a> @@ -400,7 +406,8 @@ if (VERSION > 3) { <a name="Stack+Overflow"></a> <div class="h3"> -<h3>Stack Overflow</h3> +<h3>Stack Overflow<a title="Permanent link" class="headerlink" href="#Stack+Overflow">#</a> +</h3> </div> <p> Modified: poi/site/publish/overview.html URL: http://svn.apache.org/viewvc/poi/site/publish/overview.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/overview.html (original) +++ poi/site/publish/overview.html Fri Oct 21 14:15:45 2016 @@ -257,7 +257,8 @@ if (VERSION > 3) { <a name="Apache+POI+Project+Components"></a> <div class="h3"> -<h3>Apache POI Project Components</h3> +<h3>Apache POI Project Components<a title="Permanent link" class="headerlink" href="#Apache+POI+Project+Components">#</a> +</h3> </div> <p>The Apache POI project is the master project for developing pure @@ -281,7 +282,8 @@ if (VERSION > 3) { <a name="POIFS+for+OLE+2+Documents"></a> <div class="h4"> -<h4>POIFS for OLE 2 Documents</h4> +<h4>POIFS for OLE 2 Documents<a title="Permanent link" class="headerlink" href="#POIFS+for+OLE+2+Documents">#</a> +</h4> </div> <p> @@ -294,7 +296,8 @@ if (VERSION > 3) { <a name="HSSF+and+XSSF+for+Excel+Documents"></a> <div class="h4"> -<h4>HSSF and XSSF for Excel Documents</h4> +<h4>HSSF and XSSF for Excel Documents<a title="Permanent link" class="headerlink" href="#HSSF+and+XSSF+for+Excel+Documents">#</a> +</h4> </div> <p> @@ -309,7 +312,8 @@ if (VERSION > 3) { <a name="HWPF+and+XWPF+for+Word+Documents"></a> <div class="h4"> -<h4>HWPF and XWPF for Word Documents</h4> +<h4>HWPF and XWPF for Word Documents<a title="Permanent link" class="headerlink" href="#HWPF+and+XWPF+for+Word+Documents">#</a> +</h4> </div> <p> @@ -330,7 +334,8 @@ if (VERSION > 3) { <a name="HSLF+and+XSLF+for+PowerPoint+Documents"></a> <div class="h4"> -<h4>HSLF and XSLF for PowerPoint Documents</h4> +<h4>HSLF and XSLF for PowerPoint Documents<a title="Permanent link" class="headerlink" href="#HSLF+and+XSLF+for+PowerPoint+Documents">#</a> +</h4> </div> <p> @@ -347,7 +352,8 @@ if (VERSION > 3) { <a name="HPSF+for+OLE+2+Document+Properties"></a> <div class="h4"> -<h4>HPSF for OLE 2 Document Properties</h4> +<h4>HPSF for OLE 2 Document Properties<a title="Permanent link" class="headerlink" href="#HPSF+for+OLE+2+Document+Properties">#</a> +</h4> </div> <p> @@ -369,7 +375,8 @@ if (VERSION > 3) { <a name="HDGF+and+XDGF+for+Visio+Documents"></a> <div class="h4"> -<h4>HDGF and XDGF for Visio Documents</h4> +<h4>HDGF and XDGF for Visio Documents<a title="Permanent link" class="headerlink" href="#HDGF+and+XDGF+for+Visio+Documents">#</a> +</h4> </div> <p> @@ -388,7 +395,8 @@ if (VERSION > 3) { <a name="HPBF+for+Publisher+Documents"></a> <div class="h4"> -<h4>HPBF for Publisher Documents</h4> +<h4>HPBF for Publisher Documents<a title="Permanent link" class="headerlink" href="#HPBF+for+Publisher+Documents">#</a> +</h4> </div> <p> @@ -401,7 +409,8 @@ if (VERSION > 3) { <a name="HMEF+for+TNEF+%28winmail.dat%29+Outlook+Attachments"></a> <div class="h4"> -<h4>HMEF for TNEF (winmail.dat) Outlook Attachments</h4> +<h4>HMEF for TNEF (winmail.dat) Outlook Attachments<a title="Permanent link" class="headerlink" href="#HMEF+for+TNEF+%28winmail.dat%29+Outlook+Attachments">#</a> +</h4> </div> <p> @@ -416,7 +425,8 @@ if (VERSION > 3) { <a name="HSMF+for+Outlook+Messages"></a> <div class="h4"> -<h4>HSMF for Outlook Messages</h4> +<h4>HSMF for Outlook Messages<a title="Permanent link" class="headerlink" href="#HSMF+for+Outlook+Messages">#</a> +</h4> </div> <p> @@ -437,7 +447,8 @@ if (VERSION > 3) { <a name="components"></a> <div class="h3"> -<h3>Component Map</h3> +<h3>Component Map<a title="Permanent link" class="headerlink" href="#components">#</a> +</h3> </div> <p> @@ -755,7 +766,8 @@ if (VERSION > 3) { <a name="Examples"></a> <div class="h3"> -<h3>Examples</h3> +<h3>Examples<a title="Permanent link" class="headerlink" href="#Examples">#</a> +</h3> </div> <p> @@ -766,7 +778,8 @@ if (VERSION > 3) { <a name="POI+Browser"></a> <div class="h4"> -<h4>POI Browser</h4> +<h4>POI Browser<a title="Permanent link" class="headerlink" href="#POI+Browser">#</a> +</h4> </div> <p> @@ -786,7 +799,8 @@ if (VERSION > 3) { <a name="Running+POI+on+other+JVM+languages"></a> <div class="h3"> -<h3>Running POI on other JVM languages</h3> +<h3>Running POI on other JVM languages<a title="Permanent link" class="headerlink" href="#Running+POI+on+other+JVM+languages">#</a> +</h3> </div> <p> @@ -798,7 +812,8 @@ if (VERSION > 3) { <a name="Contributed+Software"></a> <div class="h3"> -<h3>Contributed Software</h3> +<h3>Contributed Software<a title="Permanent link" class="headerlink" href="#Contributed+Software">#</a> +</h3> </div> <p> Modified: poi/site/publish/oxml4j/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/oxml4j/index.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/oxml4j/index.html (original) +++ poi/site/publish/oxml4j/index.html Fri Oct 21 14:15:45 2016 @@ -118,7 +118,8 @@ if (VERSION > 3) { <a name="Overview"></a> <div class="h3"> -<h3>Overview</h3> +<h3>Overview<a title="Permanent link" class="headerlink" href="#Overview">#</a> +</h3> </div> @@ -131,7 +132,8 @@ if (VERSION > 3) { <a name="History"></a> <div class="h3"> -<h3>History</h3> +<h3>History<a title="Permanent link" class="headerlink" href="#History">#</a> +</h3> </div> Modified: poi/site/publish/poi-jvm-languages.html URL: http://svn.apache.org/viewvc/poi/site/publish/poi-jvm-languages.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/poi-jvm-languages.html (original) +++ poi/site/publish/poi-jvm-languages.html Fri Oct 21 14:15:45 2016 @@ -258,7 +258,8 @@ if (VERSION > 3) { <a name="Intro"></a> <div class="h3"> -<h3>Intro</h3> +<h3>Intro<a title="Permanent link" class="headerlink" href="#Intro">#</a> +</h3> </div> <p> @@ -288,7 +289,8 @@ if (VERSION > 3) { <a name="Tested+Environments"></a> <div class="h3"> -<h3>Tested Environments</h3> +<h3>Tested Environments<a title="Permanent link" class="headerlink" href="#Tested+Environments">#</a> +</h3> </div> <ul> @@ -310,12 +312,14 @@ if (VERSION > 3) { <a name="Java+code"></a> <div class="h3"> -<h3>Java code</h3> +<h3>Java code<a title="Permanent link" class="headerlink" href="#Java+code">#</a> +</h3> </div> <a name="POILanguageExample.java"></a> <div class="h4"> -<h4>POILanguageExample.java</h4> +<h4>POILanguageExample.java<a title="Permanent link" class="headerlink" href="#POILanguageExample.java">#</a> +</h4> </div> <pre class="code"> <!-- lang="java" --> @@ -367,7 +371,8 @@ if (VERSION > 3) { <a name="Jython+example"></a> <div class="h3"> -<h3>Jython example</h3> +<h3>Jython example<a title="Permanent link" class="headerlink" href="#Jython+example">#</a> +</h3> </div> <pre class="code"> <!-- lang="python" --> @@ -413,12 +418,14 @@ if (VERSION > 3) { <a name="Scala+example"></a> <div class="h3"> -<h3>Scala example</h3> +<h3>Scala example<a title="Permanent link" class="headerlink" href="#Scala+example">#</a> +</h3> </div> <a name="build.sbt"></a> <div class="h4"> -<h4>build.sbt</h4> +<h4>build.sbt<a title="Permanent link" class="headerlink" href="#build.sbt">#</a> +</h4> </div> <pre class="code"> <!-- lang="scala" --> @@ -433,7 +440,8 @@ if (VERSION > 3) { <a name="XSSFMain.scala"></a> <div class="h4"> -<h4>XSSFMain.scala</h4> +<h4>XSSFMain.scala<a title="Permanent link" class="headerlink" href="#XSSFMain.scala">#</a> +</h4> </div> <pre class="code"> <!-- lang="scala" --> @@ -483,12 +491,14 @@ if (VERSION > 3) { <a name="Groovy+example"></a> <div class="h3"> -<h3>Groovy example</h3> +<h3>Groovy example<a title="Permanent link" class="headerlink" href="#Groovy+example">#</a> +</h3> </div> <a name="build.gradle"></a> <div class="h4"> -<h4>build.gradle</h4> +<h4>build.gradle<a title="Permanent link" class="headerlink" href="#build.gradle">#</a> +</h4> </div> <pre class="code"> <!-- lang="groovy" --> @@ -507,7 +517,8 @@ dependencies { <a name="SpreadSheetDemo.groovy"></a> <div class="h4"> -<h4>SpreadSheetDemo.groovy</h4> +<h4>SpreadSheetDemo.groovy<a title="Permanent link" class="headerlink" href="#SpreadSheetDemo.groovy">#</a> +</h4> </div> <pre class="code"> <!-- lang="groovy" --> Modified: poi/site/publish/poi-ruby.html URL: http://svn.apache.org/viewvc/poi/site/publish/poi-ruby.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/poi-ruby.html (original) +++ poi/site/publish/poi-ruby.html Fri Oct 21 14:15:45 2016 @@ -258,7 +258,8 @@ if (VERSION > 3) { <a name="Intro"></a> <div class="h3"> -<h3>Intro</h3> +<h3>Intro<a title="Permanent link" class="headerlink" href="#Intro">#</a> +</h3> </div> <p>The POI library can now be compiled as a Ruby extension, allowing the API to be called from @@ -277,12 +278,14 @@ if (VERSION > 3) { <a name="Getting+Started"></a> <div class="h3"> -<h3>Getting Started</h3> +<h3>Getting Started<a title="Permanent link" class="headerlink" href="#Getting+Started">#</a> +</h3> </div> <a name="Pre-Requisites"></a> <div class="h4"> -<h4>Pre-Requisites</h4> +<h4>Pre-Requisites<a title="Permanent link" class="headerlink" href="#Pre-Requisites">#</a> +</h4> </div> <p>The bindings have been developed with GCC 3.4.3 and Ruby 1.8.2. You are unlikely to get correct results with @@ -294,7 +297,8 @@ if (VERSION > 3) { <a name="Subversion"></a> <div class="h4"> -<h4>Subversion</h4> +<h4>Subversion<a title="Permanent link" class="headerlink" href="#Subversion">#</a> +</h4> </div> <p> @@ -310,7 +314,8 @@ if (VERSION > 3) { <a name="Binary"></a> <div class="h4"> -<h4>Binary</h4> +<h4>Binary<a title="Permanent link" class="headerlink" href="#Binary">#</a> +</h4> </div> <p>A version of poi4r.so is available <a href="https://www.apache.org/~avik/dist/poi4r.so">here</a> (broken link). Its been compiled on a linux box @@ -324,7 +329,8 @@ if (VERSION > 3) { <a name="Usage"></a> <div class="h3"> -<h3>Usage</h3> +<h3>Usage<a title="Permanent link" class="headerlink" href="#Usage">#</a> +</h3> </div> @@ -380,13 +386,15 @@ if (VERSION > 3) { <a name="Future+Directions"></a> <div class="h3"> -<h3>Future Directions</h3> +<h3>Future Directions<a title="Permanent link" class="headerlink" href="#Future+Directions">#</a> +</h3> </div> <a name="TODO%27s"></a> <div class="h4"> -<h4>TODO's</h4> +<h4>TODO's<a title="Permanent link" class="headerlink" href="#TODO%27s">#</a> +</h4> </div> <ul> @@ -404,7 +412,8 @@ if (VERSION > 3) { <a name="Limitations"></a> <div class="h4"> -<h4>Limitations</h4> +<h4>Limitations<a title="Permanent link" class="headerlink" href="#Limitations">#</a> +</h4> </div> <ul> Modified: poi/site/publish/poifs/embeded.html URL: http://svn.apache.org/viewvc/poi/site/publish/poifs/embeded.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/poifs/embeded.html (original) +++ poi/site/publish/poifs/embeded.html Fri Oct 21 14:15:45 2016 @@ -137,7 +137,8 @@ if (VERSION > 3) { <a name="Overview"></a> <div class="h3"> -<h3>Overview</h3> +<h3>Overview<a title="Permanent link" class="headerlink" href="#Overview">#</a> +</h3> </div> <p>It is possible for one OLE 2 based document to have other @@ -161,7 +162,8 @@ if (VERSION > 3) { <a name="Files+embedded+in+Excel"></a> <div class="h4"> -<h4>Files embedded in Excel</h4> +<h4>Files embedded in Excel<a title="Permanent link" class="headerlink" href="#Files+embedded+in+Excel">#</a> +</h4> </div> <p>Excel normally stores embedded files in subdirectories @@ -172,7 +174,8 @@ if (VERSION > 3) { <a name="Files+embedded+in+Word"></a> <div class="h4"> -<h4>Files embedded in Word</h4> +<h4>Files embedded in Word<a title="Permanent link" class="headerlink" href="#Files+embedded+in+Word">#</a> +</h4> </div> <p>Word normally stores embedded files in subdirectories @@ -184,7 +187,8 @@ if (VERSION > 3) { <a name="Files+embedded+in+PowerPoint"></a> <div class="h4"> -<h4>Files embedded in PowerPoint</h4> +<h4>Files embedded in PowerPoint<a title="Permanent link" class="headerlink" href="#Files+embedded+in+PowerPoint">#</a> +</h4> </div> <p>PowerPoint does not normally store embedded files @@ -198,7 +202,8 @@ if (VERSION > 3) { <a name="Listing+POIFS+contents"></a> <div class="h3"> -<h3>Listing POIFS contents</h3> +<h3>Listing POIFS contents<a title="Permanent link" class="headerlink" href="#Listing+POIFS+contents">#</a> +</h3> </div> <p>POIFS provides a simple tool for listing the contents of @@ -215,7 +220,8 @@ if (VERSION > 3) { <a name="Opening+embedded+files"></a> <div class="h3"> -<h3>Opening embedded files</h3> +<h3>Opening embedded files<a title="Permanent link" class="headerlink" href="#Opening+embedded+files">#</a> +</h3> </div> <p>All of the POIDocument classes (HSSFWorkbook, HSLFSlideShow, Modified: poi/site/publish/poifs/fileformat.html URL: http://svn.apache.org/viewvc/poi/site/publish/poifs/fileformat.html?rev=1766030&r1=1766029&r2=1766030&view=diff ============================================================================== --- poi/site/publish/poifs/fileformat.html (original) +++ poi/site/publish/poifs/fileformat.html Fri Oct 21 14:15:45 2016 @@ -137,12 +137,14 @@ if (VERSION > 3) { <a name="POIFS+File+System+Internals"></a> <div class="h3"> -<h3>POIFS File System Internals</h3> +<h3>POIFS File System Internals<a title="Permanent link" class="headerlink" href="#POIFS+File+System+Internals">#</a> +</h3> </div> <a name="Introduction"></a> <div class="h4"> -<h4>Introduction</h4> +<h4>Introduction<a title="Permanent link" class="headerlink" href="#Introduction">#</a> +</h4> </div> <p>POIFS file systems are essentially normal files stored on a @@ -183,7 +185,8 @@ if (VERSION > 3) { <a name="Document+Conventions"></a> <div class="h4"> -<h4>Document Conventions</h4> +<h4>Document Conventions<a title="Permanent link" class="headerlink" href="#Document+Conventions">#</a> +</h4> </div> <p>This document utilizes the numeric types as described by @@ -229,7 +232,8 @@ public int getShort (byte[] rec) <a name="File+System+Walkthrough"></a> <div class="h4"> -<h4>File System Walkthrough</h4> +<h4>File System Walkthrough<a title="Permanent link" class="headerlink" href="#File+System+Walkthrough">#</a> +</h4> </div> <p>This is a walkthrough of a POIFS file system and how it is @@ -286,7 +290,8 @@ public int getShort (byte[] rec) <a name="Header+Block"></a> <div class="h4"> -<h4>Header Block</h4> +<h4>Header Block<a title="Permanent link" class="headerlink" href="#Header+Block">#</a> +</h4> </div> <p>The POIFS file system begins with a <em>header @@ -304,7 +309,8 @@ public int getShort (byte[] rec) <a name="BATs"></a> <div class="h2"> -<h2>BATs</h2> +<h2>BATs<a title="Permanent link" class="headerlink" href="#BATs">#</a> +</h2> </div> <p>At offset <em>0x2C</em> is an int specifying the number @@ -316,7 +322,8 @@ public int getShort (byte[] rec) <a name="XBATs"></a> <div class="h2"> -<h2>XBATs</h2> +<h2>XBATs<a title="Permanent link" class="headerlink" href="#XBATs">#</a> +</h2> </div> <p>Very large POIFS archives may have more blocks than can @@ -365,7 +372,8 @@ public int getShort (byte[] rec) <a name="SBATs"></a> <div class="h2"> -<h2>SBATs</h2> +<h2>SBATs<a title="Permanent link" class="headerlink" href="#SBATs">#</a> +</h2> </div> <p>If a file contained in a POIFS archive is smaller than @@ -384,7 +392,8 @@ public int getShort (byte[] rec) <a name="Property+Table+Start+Index"></a> <div class="h2"> -<h2>Property Table Start Index</h2> +<h2>Property Table Start Index<a title="Permanent link" class="headerlink" href="#Property+Table+Start+Index">#</a> +</h2> </div> <p>An integer at address <em>0x30</em> specifies the start @@ -398,7 +407,8 @@ public int getShort (byte[] rec) <a name="Property+Table"></a> <div class="h4"> -<h4>Property Table</h4> +<h4>Property Table<a title="Permanent link" class="headerlink" href="#Property+Table">#</a> +</h4> </div> <p>The property table is essentially nothing more than the @@ -478,7 +488,8 @@ public int getShort (byte[] rec) <a name="Root+Entry"></a> <div class="h4"> -<h4>Root Entry</h4> +<h4>Root Entry<a title="Permanent link" class="headerlink" href="#Root+Entry">#</a> +</h4> </div> <p>The <em>Root Entry</em> in the <em>Property Table</em> @@ -497,7 +508,8 @@ public int getShort (byte[] rec) <a name="Walking+the+Nodes+of+the+Property+Table"></a> <div class="h4"> -<h4>Walking the Nodes of the Property Table</h4> +<h4>Walking the Nodes of the Property Table<a title="Permanent link" class="headerlink" href="#Walking+the+Nodes+of+the+Property+Table">#</a> +</h4> </div> <p>The individual properties form a directory tree, with the @@ -534,7 +546,8 @@ public int getShort (byte[] rec) <a name="Block+Allocation+Table"></a> <div class="h4"> -<h4>Block Allocation Table</h4> +<h4>Block Allocation Table<a title="Permanent link" class="headerlink" href="#Block+Allocation+Table">#</a> +</h4> </div> <p>The <em>BAT blocks</em> are pointed at by the bat array @@ -618,14 +631,16 @@ public int getShort (byte[] rec) <a name="File+System+Structures"></a> <div class="h4"> -<h4>File System Structures</h4> +<h4>File System Structures<a title="Permanent link" class="headerlink" href="#File+System+Structures">#</a> +</h4> </div> <p>The following outlines the basic file system structures.</p> <a name="Header+%28block+1%29+--+512+%280x200%29+bytes"></a> <div class="h2"> -<h2>Header (block 1) -- 512 (0x200) bytes</h2> +<h2>Header (block 1) -- 512 (0x200) bytes<a title="Permanent link" class="headerlink" href="#Header+%28block+1%29+--+512+%280x200%29+bytes">#</a> +</h2> </div> <table class="ForrestTable" cellspacing="1" cellpadding="4"> @@ -863,7 +878,8 @@ public int getShort (byte[] rec) <a name="Block+Allocation+Table+Block+--+512+%280x200%29+bytes"></a> <div class="h2"> -<h2>Block Allocation Table Block -- 512 (0x200) bytes</h2> +<h2>Block Allocation Table Block -- 512 (0x200) bytes<a title="Permanent link" class="headerlink" href="#Block+Allocation+Table+Block+--+512+%280x200%29+bytes">#</a> +</h2> </div> @@ -911,7 +927,8 @@ public int getShort (byte[] rec) <a name="Property+Block+--+512+%280x200%29+byte+block"></a> <div class="h2"> -<h2>Property Block -- 512 (0x200) byte block</h2> +<h2>Property Block -- 512 (0x200) byte block<a title="Permanent link" class="headerlink" href="#Property+Block+--+512+%280x200%29+byte+block">#</a> +</h2> </div> <table class="ForrestTable" cellspacing="1" cellpadding="4"> @@ -941,7 +958,8 @@ public int getShort (byte[] rec) <a name="Property+--+128+%280x80%29+byte+block"></a> <div class="h2"> -<h2>Property -- 128 (0x80) byte block</h2> +<h2>Property -- 128 (0x80) byte block<a title="Permanent link" class="headerlink" href="#Property+--+128+%280x80%29+byte+block">#</a> +</h2> </div> <table class="ForrestTable" cellspacing="1" cellpadding="4"> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org For additional commands, e-mail: commits-h...@poi.apache.org