You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/10/21 14:15:46 UTC

svn commit: r1766030 [5/5] - in /poi/site: publish/ publish/diagram/ publish/document/ publish/hmef/ publish/hpbf/ publish/hpsf/ publish/hsmf/ publish/oxml4j/ publish/poifs/ publish/resolutions/ publish/skin/ publish/slideshow/ publish/spreadsheet/ src...

Modified: poi/site/publish/spreadsheet/quick-guide.html
URL: http://svn.apache.org/viewvc/poi/site/publish/spreadsheet/quick-guide.html?rev=1766030&r1=1766029&r2=1766030&view=diff
==============================================================================
--- poi/site/publish/spreadsheet/quick-guide.html (original)
+++ poi/site/publish/spreadsheet/quick-guide.html Fri Oct 21 14:15:45 2016
@@ -185,7 +185,8 @@ if (VERSION > 3) {
         
 <a name="Busy+Developers%27+Guide+to+Features"></a>
 <div class="h3">
-<h3>Busy Developers' Guide to Features</h3>
+<h3>Busy Developers' Guide to Features<a title="Permanent link" class="headerlink" href="#Busy+Developers%27+Guide+to+Features">#</a>
+</h3>
 </div>
             
 <p>
@@ -197,7 +198,8 @@ if (VERSION > 3) {
             
 <a name="Index+of+Features"></a>
 <div class="h4">
-<h4>Index of Features</h4>
+<h4>Index of Features<a title="Permanent link" class="headerlink" href="#Index+of+Features">#</a>
+</h4>
 </div>
                 
 <ul>
@@ -387,13 +389,15 @@ if (VERSION > 3) {
             
 <a name="Features"></a>
 <div class="h4">
-<h4>Features</h4>
+<h4>Features<a title="Permanent link" class="headerlink" href="#Features">#</a>
+</h4>
 </div>
                 
 <a name="NewWorkbook"></a>
                 <a name="New+Workbook"></a>
 <div class="h2">
-<h2>New Workbook</h2>
+<h2>New Workbook<a title="Permanent link" class="headerlink" href="#New+Workbook">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -412,7 +416,8 @@ if (VERSION > 3) {
 <a name="NewSheet"></a>
                 <a name="New+Sheet"></a>
 <div class="h2">
-<h2>New Sheet</h2>
+<h2>New Sheet<a title="Permanent link" class="headerlink" href="#New+Sheet">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -446,7 +451,8 @@ if (VERSION > 3) {
 <a name="CreateCells"></a>
                 <a name="Creating+Cells"></a>
 <div class="h2">
-<h2>Creating Cells</h2>
+<h2>Creating Cells<a title="Permanent link" class="headerlink" href="#Creating+Cells">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -477,7 +483,8 @@ if (VERSION > 3) {
 <a name="CreateDateCells"></a>
                 <a name="Creating+Date+Cells"></a>
 <div class="h2">
-<h2>Creating Date Cells</h2>
+<h2>Creating Date Cells<a title="Permanent link" class="headerlink" href="#Creating+Date+Cells">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -519,7 +526,8 @@ if (VERSION > 3) {
 <a name="CellTypes"></a>
                 <a name="Working+with+different+types+of+cells"></a>
 <div class="h2">
-<h2>Working with different types of cells</h2>
+<h2>Working with different types of cells<a title="Permanent link" class="headerlink" href="#Working+with+different+types+of+cells">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -544,7 +552,8 @@ if (VERSION > 3) {
 <a name="FileInputStream"></a>
                 <a name="Files+vs+InputStreams"></a>
 <div class="h2">
-<h2>Files vs InputStreams</h2>
+<h2>Files vs InputStreams<a title="Permanent link" class="headerlink" href="#Files+vs+InputStreams">#</a>
+</h2>
 </div>
                   
 <p>When opening a workbook, either a .xls HSSFWorkbook, or a .xlsx
@@ -598,7 +607,8 @@ if (VERSION > 3) {
 <a name="Alignment"></a>
                 <a name="Demonstrates+various+alignment+options"></a>
 <div class="h2">
-<h2>Demonstrates various alignment options</h2>
+<h2>Demonstrates various alignment options<a title="Permanent link" class="headerlink" href="#Demonstrates+various+alignment+options">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -646,7 +656,8 @@ if (VERSION > 3) {
 <a name="Borders"></a>
                 <a name="Working+with+borders"></a>
 <div class="h2">
-<h2>Working with borders</h2>
+<h2>Working with borders<a title="Permanent link" class="headerlink" href="#Working+with+borders">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -682,7 +693,8 @@ if (VERSION > 3) {
 <a name="Iterator"></a>
                 <a name="Iterate+over+rows+and+cells"></a>
 <div class="h2">
-<h2>Iterate over rows and cells</h2>
+<h2>Iterate over rows and cells<a title="Permanent link" class="headerlink" href="#Iterate+over+rows+and+cells">#</a>
+</h2>
 </div>
 				
 <p>Sometimes, you'd like to just iterate over all the sheets in 
@@ -709,7 +721,8 @@ if (VERSION > 3) {
             
 <a name="Iterate+over+cells%2C+with+control+of+missing+%2F+blank+cells"></a>
 <div class="h2">
-<h2>Iterate over cells, with control of missing / blank cells</h2>
+<h2>Iterate over cells, with control of missing / blank cells<a title="Permanent link" class="headerlink" href="#Iterate+over+cells%2C+with+control+of+missing+%2F+blank+cells">#</a>
+</h2>
 </div>
 				
 <p>In some cases, when iterating, you need full control over how
@@ -755,7 +768,8 @@ if (VERSION > 3) {
 <a name="CellContents"></a>
                 <a name="Getting+the+cell+contents"></a>
 <div class="h2">
-<h2>Getting the cell contents</h2>
+<h2>Getting the cell contents<a title="Permanent link" class="headerlink" href="#Getting+the+cell+contents">#</a>
+</h2>
 </div>
 					
 <p>To get the contents of a cell, you first need to
@@ -817,7 +831,8 @@ if (VERSION > 3) {
 <a name="TextExtraction"></a>
                 <a name="Text+Extraction"></a>
 <div class="h2">
-<h2>Text Extraction</h2>
+<h2>Text Extraction<a title="Permanent link" class="headerlink" href="#Text+Extraction">#</a>
+</h2>
 </div>
 					
 <p>For most text extraction requirements, the standard
@@ -843,7 +858,8 @@ if (VERSION > 3) {
 <a name="FillsAndFrills"></a>
                 <a name="Fills+and+colors"></a>
 <div class="h2">
-<h2>Fills and colors</h2>
+<h2>Fills and colors<a title="Permanent link" class="headerlink" href="#Fills+and+colors">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -879,7 +895,8 @@ if (VERSION > 3) {
 <a name="MergedCells"></a>
                 <a name="Merging+cells"></a>
 <div class="h2">
-<h2>Merging cells</h2>
+<h2>Merging cells<a title="Permanent link" class="headerlink" href="#Merging+cells">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -907,7 +924,8 @@ if (VERSION > 3) {
 <a name="WorkingWithFonts"></a>
                 <a name="Working+with+fonts"></a>
 <div class="h2">
-<h2>Working with fonts</h2>
+<h2>Working with fonts<a title="Permanent link" class="headerlink" href="#Working+with+fonts">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -985,7 +1003,8 @@ Examples:
 <a name="CustomColors"></a>
                 <a name="Custom+colors"></a>
 <div class="h2">
-<h2>Custom colors</h2>
+<h2>Custom colors<a title="Permanent link" class="headerlink" href="#Custom+colors">#</a>
+</h2>
 </div>
                   
 <p>
@@ -1064,7 +1083,8 @@ Examples:
 <a name="ReadWriteWorkbook"></a>
                 <a name="Reading+and+Rewriting+Workbooks"></a>
 <div class="h2">
-<h2>Reading and Rewriting Workbooks</h2>
+<h2>Reading and Rewriting Workbooks<a title="Permanent link" class="headerlink" href="#Reading+and+Rewriting+Workbooks">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -1090,7 +1110,8 @@ Examples:
 <a name="NewLinesInCells"></a>
                 <a name="Using+newlines+in+cells"></a>
 <div class="h2">
-<h2>Using newlines in cells</h2>
+<h2>Using newlines in cells<a title="Permanent link" class="headerlink" href="#Using+newlines+in+cells">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -1121,7 +1142,8 @@ Examples:
 <a name="DataFormats"></a>
                 <a name="Data+Formats"></a>
 <div class="h2">
-<h2>Data Formats</h2>
+<h2>Data Formats<a title="Permanent link" class="headerlink" href="#Data+Formats">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -1157,7 +1179,8 @@ Examples:
 <a name="FitTo"></a>
                 <a name="Fit+Sheet+to+One+Page"></a>
 <div class="h2">
-<h2>Fit Sheet to One Page</h2>
+<h2>Fit Sheet to One Page<a title="Permanent link" class="headerlink" href="#Fit+Sheet+to+One+Page">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -1182,7 +1205,8 @@ Examples:
 <a name="PrintArea2"></a>
                 <a name="Set+Print+Area"></a>
 <div class="h2">
-<h2>Set Print Area</h2>
+<h2>Set Print Area<a title="Permanent link" class="headerlink" href="#Set+Print+Area">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -1210,7 +1234,8 @@ Examples:
 <a name="FooterPageNumbers"></a>
                 <a name="Set+Page+Numbers+on+Footer"></a>
 <div class="h2">
-<h2>Set Page Numbers on Footer</h2>
+<h2>Set Page Numbers on Footer<a title="Permanent link" class="headerlink" href="#Set+Page+Numbers+on+Footer">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -1234,7 +1259,8 @@ Examples:
 <a name="ConvenienceFunctions"></a>
                 <a name="Using+the+Convenience+Functions"></a>
 <div class="h2">
-<h2>Using the Convenience Functions</h2>
+<h2>Using the Convenience Functions<a title="Permanent link" class="headerlink" href="#Using+the+Convenience+Functions">#</a>
+</h2>
 </div>
                     
 <p>
@@ -1289,7 +1315,8 @@ Examples:
 <a name="ShiftRows"></a>
                 <a name="Shift+rows+up+or+down+on+a+sheet"></a>
 <div class="h2">
-<h2>Shift rows up or down on a sheet</h2>
+<h2>Shift rows up or down on a sheet<a title="Permanent link" class="headerlink" href="#Shift+rows+up+or+down+on+a+sheet">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -1308,7 +1335,8 @@ Examples:
 <a name="SelectSheet"></a>
                 <a name="Set+a+sheet+as+selected"></a>
 <div class="h2">
-<h2>Set a sheet as selected</h2>
+<h2>Set a sheet as selected<a title="Permanent link" class="headerlink" href="#Set+a+sheet+as+selected">#</a>
+</h2>
 </div>
                     
 <pre class="code">
@@ -1323,7 +1351,8 @@ Examples:
 <a name="Zoom"></a>
                 <a name="Set+the+zoom+magnification"></a>
 <div class="h2">
-<h2>Set the zoom magnification</h2>
+<h2>Set the zoom magnification<a title="Permanent link" class="headerlink" href="#Set+the+zoom+magnification">#</a>
+</h2>
 </div>
                     
 <p>
@@ -1343,7 +1372,8 @@ Examples:
 <a name="Splits"></a>
                 <a name="Splits+and+freeze+panes"></a>
 <div class="h2">
-<h2>Splits and freeze panes</h2>
+<h2>Splits and freeze panes<a title="Permanent link" class="headerlink" href="#Splits+and+freeze+panes">#</a>
+</h2>
 </div>
                     
 <p>
@@ -1422,7 +1452,8 @@ Examples:
 <a name="Repeating"></a>
                 <a name="Repeating+rows+and+columns"></a>
 <div class="h2">
-<h2>Repeating rows and columns</h2>
+<h2>Repeating rows and columns<a title="Permanent link" class="headerlink" href="#Repeating+rows+and+columns">#</a>
+</h2>
 </div>
                     
 <p>
@@ -1464,7 +1495,8 @@ Examples:
 <a name="HeaderFooter"></a>
                 <a name="Headers+and+Footers"></a>
 <div class="h2">
-<h2>Headers and Footers</h2>
+<h2>Headers and Footers<a title="Permanent link" class="headerlink" href="#Headers+and+Footers">#</a>
+</h2>
 </div>
                     
 <p>
@@ -1491,7 +1523,8 @@ Examples:
 <a name="DrawingShapes"></a>
                 <a name="Drawing+Shapes"></a>
 <div class="h2">
-<h2>Drawing Shapes</h2>
+<h2>Drawing Shapes<a title="Permanent link" class="headerlink" href="#Drawing+Shapes">#</a>
+</h2>
 </div>
                     
 <p>
@@ -1616,7 +1649,8 @@ Examples:
 <a name="StylingShapes"></a>
                 <a name="Styling+Shapes"></a>
 <div class="h2">
-<h2>Styling Shapes</h2>
+<h2>Styling Shapes<a title="Permanent link" class="headerlink" href="#Styling+Shapes">#</a>
+</h2>
 </div>
                     
 <p>
@@ -1656,7 +1690,8 @@ Examples:
 <a name="Graphics2d"></a>
                 <a name="Shapes+and+Graphics2d"></a>
 <div class="h2">
-<h2>Shapes and Graphics2d</h2>
+<h2>Shapes and Graphics2d<a title="Permanent link" class="headerlink" href="#Shapes+and+Graphics2d">#</a>
+</h2>
 </div>
                     
 <p>
@@ -1764,7 +1799,8 @@ Examples:
 <a name="Outlining"></a>
                 <a name="Outlining-N103F1"></a>
 <div class="h2">
-<h2>Outlining</h2>
+<h2>Outlining<a title="Permanent link" class="headerlink" href="#Outlining-N103F1">#</a>
+</h2>
 </div>
                     
                     
@@ -1811,7 +1847,8 @@ Examples:
 <a name="Images"></a>
         <a name="Images-N1040E"></a>
 <div class="h3">
-<h3>Images</h3>
+<h3>Images<a title="Permanent link" class="headerlink" href="#Images-N1040E">#</a>
+</h3>
 </div>
             
             
@@ -1901,7 +1938,8 @@ Examples:
 <a name="NamedRanges"></a>
         <a name="Named+Ranges+and+Named+Cells"></a>
 <div class="h3">
-<h3>Named Ranges and Named Cells</h3>
+<h3>Named Ranges and Named Cells<a title="Permanent link" class="headerlink" href="#Named+Ranges+and+Named+Cells">#</a>
+</h3>
 </div>
             
             
@@ -2025,7 +2063,8 @@ Examples:
 <a name="CellComments"></a>
         <a name="Cell+Comments+-+HSSF+and+XSSF"></a>
 <div class="h3">
-<h3>Cell Comments - HSSF and XSSF</h3>
+<h3>Cell Comments - HSSF and XSSF<a title="Permanent link" class="headerlink" href="#Cell+Comments+-+HSSF+and+XSSF">#</a>
+</h3>
 </div>
         
 <p>
@@ -2106,7 +2145,8 @@ Examples:
 <a name="Autofit"></a>
      <a name="Adjust+column+width+to+fit+the+contents"></a>
 <div class="h3">
-<h3>Adjust column width to fit the contents</h3>
+<h3>Adjust column width to fit the contents<a title="Permanent link" class="headerlink" href="#Adjust+column+width+to+fit+the+contents">#</a>
+</h3>
 </div>
         
 <pre class="code">
@@ -2169,7 +2209,8 @@ Examples:
 <a name="Hyperlinks"></a>
      <a name="How+to+read+hyperlinks"></a>
 <div class="h3">
-<h3>How to read hyperlinks</h3>
+<h3>How to read hyperlinks<a title="Permanent link" class="headerlink" href="#How+to+read+hyperlinks">#</a>
+</h3>
 </div>
         
 <pre class="code">
@@ -2185,7 +2226,8 @@ Examples:
      
 <a name="How+to+create+hyperlinks"></a>
 <div class="h3">
-<h3>How to create hyperlinks</h3>
+<h3>How to create hyperlinks<a title="Permanent link" class="headerlink" href="#How+to+create+hyperlinks">#</a>
+</h3>
 </div>
         
 <pre class="code">
@@ -2250,7 +2292,8 @@ Examples:
 <a name="Validation"></a>
      <a name="Data+Validations"></a>
 <div class="h3">
-<h3>Data Validations</h3>
+<h3>Data Validations<a title="Permanent link" class="headerlink" href="#Data+Validations">#</a>
+</h3>
 </div>
       
 <p>
@@ -2259,7 +2302,8 @@ Examples:
       
 <a name="hssf.usermodel+%28binary+.xls+format%29"></a>
 <div class="h4">
-<h4>hssf.usermodel (binary .xls format)</h4>
+<h4>hssf.usermodel (binary .xls format)<a title="Permanent link" class="headerlink" href="#hssf.usermodel+%28binary+.xls+format%29">#</a>
+</h4>
 </div>
         
         
@@ -2414,7 +2458,8 @@ Examples:
       
 <a name="xssf.usermodel+%28.xlsx+format%29"></a>
 <div class="h4">
-<h4>xssf.usermodel (.xlsx format)</h4>
+<h4>xssf.usermodel (.xlsx format)<a title="Permanent link" class="headerlink" href="#xssf.usermodel+%28.xlsx+format%29">#</a>
+</h4>
 </div>
       
 
@@ -2591,7 +2636,8 @@ This does open a further, interesting op
       
 <a name="ss.usermodel"></a>
 <div class="h4">
-<h4>ss.usermodel</h4>
+<h4>ss.usermodel<a title="Permanent link" class="headerlink" href="#ss.usermodel">#</a>
+</h4>
 </div>
 
 <p>
@@ -2765,7 +2811,8 @@ the data to populate another drop down l
 <a name="Embedded"></a>
      <a name="Embedded+Objects"></a>
 <div class="h3">
-<h3>Embedded Objects</h3>
+<h3>Embedded Objects<a title="Permanent link" class="headerlink" href="#Embedded+Objects">#</a>
+</h3>
 </div>
        
 <p>It is possible to perform more detailed processing of an embedded Excel, Word or PowerPoint document, 
@@ -2859,7 +2906,8 @@ the data to populate another drop down l
      
 <a name="Autofilters"></a>
 <div class="h3">
-<h3>Autofilters</h3>
+<h3>Autofilters<a title="Permanent link" class="headerlink" href="#Autofilters">#</a>
+</h3>
 </div>
        
 <pre class="code">
@@ -2872,7 +2920,8 @@ the data to populate another drop down l
 <a name="ConditionalFormatting"></a>
      <a name="Conditional+Formatting"></a>
 <div class="h3">
-<h3>Conditional Formatting</h3>
+<h3>Conditional Formatting<a title="Permanent link" class="headerlink" href="#Conditional+Formatting">#</a>
+</h3>
 </div>
        
 <pre class="code">
@@ -2918,7 +2967,8 @@ the data to populate another drop down l
 <a name="Hiding"></a>
      <a name="Hiding+and+Un-Hiding+Rows"></a>
 <div class="h3">
-<h3>Hiding and Un-Hiding Rows</h3>
+<h3>Hiding and Un-Hiding Rows<a title="Permanent link" class="headerlink" href="#Hiding+and+Un-Hiding+Rows">#</a>
+</h3>
 </div>
      
 <p>
@@ -2978,7 +3028,8 @@ the data to populate another drop down l
 <a name="CellProperties"></a>
       <a name="Setting+Cell+Properties"></a>
 <div class="h3">
-<h3>Setting Cell Properties</h3>
+<h3>Setting Cell Properties<a title="Permanent link" class="headerlink" href="#Setting+Cell+Properties">#</a>
+</h3>
 </div>
         
 <p>
@@ -3034,7 +3085,8 @@ the data to populate another drop down l
 <a name="DrawingBorders"></a>
     <a name="Drawing+Borders"></a>
 <div class="h3">
-<h3>Drawing Borders</h3>
+<h3>Drawing Borders<a title="Permanent link" class="headerlink" href="#Drawing+Borders">#</a>
+</h3>
 </div>
       
       
@@ -3127,7 +3179,8 @@ the data to populate another drop down l
 <a name="PivotTable"></a>
       <a name="Creating+a+Pivot+Table"></a>
 <div class="h3">
-<h3>Creating a Pivot Table</h3>
+<h3>Creating a Pivot Table<a title="Permanent link" class="headerlink" href="#Creating+a+Pivot+Table">#</a>
+</h3>
 </div>
         
 <p>
@@ -3157,7 +3210,8 @@ the data to populate another drop down l
 <a name="RichText"></a>
       <a name="Cells+with+multiple+styles+%28Rich+Text+Strings%29"></a>
 <div class="h3">
-<h3>Cells with multiple styles (Rich Text Strings)</h3>
+<h3>Cells with multiple styles (Rich Text Strings)<a title="Permanent link" class="headerlink" href="#Cells+with+multiple+styles+%28Rich+Text+Strings%29">#</a>
+</h3>
 </div>
         
 <p>

Modified: poi/site/publish/spreadsheet/record-generator.html
URL: http://svn.apache.org/viewvc/poi/site/publish/spreadsheet/record-generator.html?rev=1766030&r1=1766029&r2=1766030&view=diff
==============================================================================
--- poi/site/publish/spreadsheet/record-generator.html (original)
+++ poi/site/publish/spreadsheet/record-generator.html Fri Oct 21 14:15:45 2016
@@ -185,13 +185,15 @@ if (VERSION > 3) {
     
 <a name="How+to+Use+the+Record+Generator"></a>
 <div class="h3">
-<h3>How to Use the Record Generator</h3>
+<h3>How to Use the Record Generator<a title="Permanent link" class="headerlink" href="#How+to+Use+the+Record+Generator">#</a>
+</h3>
 </div>
 
     
 <a name="History"></a>
 <div class="h4">
-<h4>History</h4>
+<h4>History<a title="Permanent link" class="headerlink" href="#History">#</a>
+</h4>
 </div>
         
 <p>
@@ -209,7 +211,8 @@ if (VERSION > 3) {
     
 <a name="Capabilities"></a>
 <div class="h4">
-<h4>Capabilities</h4>
+<h4>Capabilities<a title="Permanent link" class="headerlink" href="#Capabilities">#</a>
+</h4>
 </div>
     
 <p>
@@ -230,7 +233,8 @@ if (VERSION > 3) {
     
 <a name="Usage"></a>
 <div class="h4">
-<h4>Usage</h4>
+<h4>Usage<a title="Permanent link" class="headerlink" href="#Usage">#</a>
+</h4>
 </div>
         
 <p>
@@ -374,7 +378,8 @@ if (VERSION > 3) {
     
 <a name="Custom+Field+Types"></a>
 <div class="h4">
-<h4>Custom Field Types</h4>
+<h4>Custom Field Types<a title="Permanent link" class="headerlink" href="#Custom+Field+Types">#</a>
+</h4>
 </div>
         
 <p>
@@ -406,7 +411,8 @@ if (VERSION > 3) {
     
 <a name="How+it+Works"></a>
 <div class="h4">
-<h4>How it Works</h4>
+<h4>How it Works<a title="Permanent link" class="headerlink" href="#How+it+Works">#</a>
+</h4>
 </div>
         
 <p>
@@ -428,7 +434,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>
         
 <p>

Modified: poi/site/publish/spreadsheet/use-case.html
URL: http://svn.apache.org/viewvc/poi/site/publish/spreadsheet/use-case.html?rev=1766030&r1=1766029&r2=1766030&view=diff
==============================================================================
--- poi/site/publish/spreadsheet/use-case.html (original)
+++ poi/site/publish/spreadsheet/use-case.html Fri Oct 21 14:15:45 2016
@@ -185,12 +185,14 @@ if (VERSION > 3) {
     
 <a name="HSSF+Use+Cases"></a>
 <div class="h3">
-<h3>HSSF Use Cases</h3>
+<h3>HSSF Use Cases<a title="Permanent link" class="headerlink" href="#HSSF+Use+Cases">#</a>
+</h3>
 </div>
     
 <a name="Use+Case+1%3A+Read+existing+HSSF"></a>
 <div class="h4">
-<h4>Use Case 1: Read existing HSSF</h4>
+<h4>Use Case 1: Read existing HSSF<a title="Permanent link" class="headerlink" href="#Use+Case+1%3A+Read+existing+HSSF">#</a>
+</h4>
 </div>
 
 
@@ -254,7 +256,8 @@ thrown by POIFS will be passed on to the
     
 <a name="Use+Case+2%3A+Write+HSSF+file"></a>
 <div class="h4">
-<h4>Use Case 2: Write HSSF file</h4>
+<h4>Use Case 2: Write HSSF file<a title="Permanent link" class="headerlink" href="#Use+Case+2%3A+Write+HSSF+file">#</a>
+</h4>
 </div>
 
 
@@ -330,7 +333,8 @@ from POIFS are passed to the HSSF client
     
 <a name="Use+Case+3%3ACreate+HSSF+file"></a>
 <div class="h4">
-<h4>Use Case 3:Create HSSF file</h4>
+<h4>Use Case 3:Create HSSF file<a title="Permanent link" class="headerlink" href="#Use+Case+3%3ACreate+HSSF+file">#</a>
+</h4>
 </div>
 
 
@@ -388,7 +392,8 @@ None</p>
     
 <a name="Use+Case+4%3A+Read+workbook+entry"></a>
 <div class="h4">
-<h4>Use Case 4: Read workbook entry</h4>
+<h4>Use Case 4: Read workbook entry<a title="Permanent link" class="headerlink" href="#Use+Case+4%3A+Read+workbook+entry">#</a>
+</h4>
 </div>
 
 <p>
@@ -462,7 +467,8 @@ thrown by POIFS will be passed on</p>
     
 <a name="Use+Case+5%3A+Write+workbook+entry"></a>
 <div class="h4">
-<h4>Use Case 5: Write workbook entry</h4>
+<h4>Use Case 5: Write workbook entry<a title="Permanent link" class="headerlink" href="#Use+Case+5%3A+Write+workbook+entry">#</a>
+</h4>
 </div>
 
 

Modified: poi/site/publish/spreadsheet/user-defined-functions.html
URL: http://svn.apache.org/viewvc/poi/site/publish/spreadsheet/user-defined-functions.html?rev=1766030&r1=1766029&r2=1766030&view=diff
==============================================================================
--- poi/site/publish/spreadsheet/user-defined-functions.html (original)
+++ poi/site/publish/spreadsheet/user-defined-functions.html Fri Oct 21 14:15:45 2016
@@ -185,13 +185,15 @@ if (VERSION > 3) {
     
 <a name="How+to+Create+and+Use+User+Defined+Functions"></a>
 <div class="h3">
-<h3>How to Create and Use User Defined Functions</h3>
+<h3>How to Create and Use User Defined Functions<a title="Permanent link" class="headerlink" href="#How+to+Create+and+Use+User+Defined+Functions">#</a>
+</h3>
 </div>
 
      
 <a name="Description"></a>
 <div class="h4">
-<h4>Description</h4>
+<h4>Description<a title="Permanent link" class="headerlink" href="#Description">#</a>
+</h4>
 </div>
             
 <p>This document describes the User Defined Functions within POI.
@@ -201,7 +203,8 @@ if (VERSION > 3) {
      
 <a name="An+Example"></a>
 <div class="h4">
-<h4>An Example</h4>
+<h4>An Example<a title="Permanent link" class="headerlink" href="#An+Example">#</a>
+</h4>
 </div>
         
 <p>Suppose you are given a spreadsheet that can calculate the principal and interest
@@ -312,7 +315,8 @@ Caused by: org.apache.poi.ss.formula.eva
      
 <a name="Defining+Your+Function"></a>
 <div class="h4">
-<h4>Defining Your Function</h4>
+<h4>Defining Your Function<a title="Permanent link" class="headerlink" href="#Defining+Your+Function">#</a>
+</h4>
 </div>
         
 <p>To 'convert' this code to Java and make it available to POI you need to implement
@@ -512,7 +516,8 @@ public class CalculateMortgage implement
      
 <a name="Registering+Your+Function"></a>
 <div class="h4">
-<h4>Registering Your Function</h4>
+<h4>Registering Your Function<a title="Permanent link" class="headerlink" href="#Registering+Your+Function">#</a>
+</h4>
 </div>
      		
 <p>Now we need to register our function in the Workbook, so that the Formula Evaluator can resolve the name "calculatePayment"

Modified: poi/site/publish/subversion.html
URL: http://svn.apache.org/viewvc/poi/site/publish/subversion.html?rev=1766030&r1=1766029&r2=1766030&view=diff
==============================================================================
--- poi/site/publish/subversion.html (original)
+++ poi/site/publish/subversion.html Fri Oct 21 14:15:45 2016
@@ -258,7 +258,8 @@ if (VERSION > 3) {
     
 <a name="Download+the+Source"></a>
 <div class="h3">
-<h3>Download the Source</h3>
+<h3>Download the Source<a title="Permanent link" class="headerlink" href="#Download+the+Source">#</a>
+</h3>
 </div>
       
 <p>
@@ -282,7 +283,8 @@ if (VERSION > 3) {
     
 <a name="Access+the+Version+Controlled+Source+Code"></a>
 <div class="h3">
-<h3>Access the Version Controlled Source Code</h3>
+<h3>Access the Version Controlled Source Code<a title="Permanent link" class="headerlink" href="#Access+the+Version+Controlled+Source+Code">#</a>
+</h3>
 </div>
       
 <p>
@@ -327,7 +329,8 @@ if (VERSION > 3) {
     
 <a name="Git+access+to+POI+sources"></a>
 <div class="h3">
-<h3>Git access to POI sources</h3>
+<h3>Git access to POI sources<a title="Permanent link" class="headerlink" href="#Git+access+to+POI+sources">#</a>
+</h3>
 </div>
       
 <p>
@@ -362,12 +365,14 @@ if (VERSION > 3) {
     
 <a name="Using+Git+via+the+SVN-Git+bridge"></a>
 <div class="h3">
-<h3>Using Git via the SVN-Git bridge</h3>
+<h3>Using Git via the SVN-Git bridge<a title="Permanent link" class="headerlink" href="#Using+Git+via+the+SVN-Git+bridge">#</a>
+</h3>
 </div>
         
 <a name="General+information"></a>
 <div class="h4">
-<h4>General information</h4>
+<h4>General information<a title="Permanent link" class="headerlink" href="#General+information">#</a>
+</h4>
 </div>
       
 <p>
@@ -383,7 +388,8 @@ if (VERSION > 3) {
         
 <a name="Set+up+the+repository"></a>
 <div class="h4">
-<h4>Set up the repository</h4>
+<h4>Set up the repository<a title="Permanent link" class="headerlink" href="#Set+up+the+repository">#</a>
+</h4>
 </div>
         
 <p>
@@ -417,7 +423,8 @@ if (VERSION > 3) {
         
 <a name="Fetching+newer+SVN+revisions"></a>
 <div class="h4">
-<h4>Fetching newer SVN revisions</h4>
+<h4>Fetching newer SVN revisions<a title="Permanent link" class="headerlink" href="#Fetching+newer+SVN+revisions">#</a>
+</h4>
 </div>
         
 <p>
@@ -438,7 +445,8 @@ if (VERSION > 3) {
         
 <a name="Pushing+Git+commits+to+Subversion"></a>
 <div class="h4">
-<h4>Pushing Git commits to Subversion</h4>
+<h4>Pushing Git commits to Subversion<a title="Permanent link" class="headerlink" href="#Pushing+Git+commits+to+Subversion">#</a>
+</h4>
 </div>
         
 <p>
@@ -461,7 +469,8 @@ if (VERSION > 3) {
         
 <a name="General+usage+guidelines"></a>
 <div class="h4">
-<h4>General usage guidelines</h4>
+<h4>General usage guidelines<a title="Permanent link" class="headerlink" href="#General+usage+guidelines">#</a>
+</h4>
 </div>
         
 <p>
@@ -531,7 +540,8 @@ if (VERSION > 3) {
     
 <a name="Code+metrics+"></a>
 <div class="h3">
-<h3>Code metrics </h3>
+<h3>Code metrics <a title="Permanent link" class="headerlink" href="#Code+metrics+">#</a>
+</h3>
 </div>
       
 <p>

Modified: poi/site/publish/text-extraction.html
URL: http://svn.apache.org/viewvc/poi/site/publish/text-extraction.html?rev=1766030&r1=1766029&r2=1766030&view=diff
==============================================================================
--- poi/site/publish/text-extraction.html (original)
+++ poi/site/publish/text-extraction.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>For a number of years now, Apache POI has provided basic 
@@ -285,7 +286,8 @@ if (VERSION > 3) {
     
 <a name="Common+functionality"></a>
 <div class="h3">
-<h3>Common functionality</h3>
+<h3>Common functionality<a title="Permanent link" class="headerlink" href="#Common+functionality">#</a>
+</h3>
 </div>
      
 <p>All of the POI text extractors extend from
@@ -308,7 +310,8 @@ if (VERSION > 3) {
     
 <a name="Text+Extractor+Factory"></a>
 <div class="h3">
-<h3>Text Extractor Factory</h3>
+<h3>Text Extractor Factory<a title="Permanent link" class="headerlink" href="#Text+Extractor+Factory">#</a>
+</h3>
 </div>
      
 <p>POI provides a a common class to select the appropriate text extractor 
@@ -326,7 +329,8 @@ if (VERSION > 3) {
     
 <a name="Excel"></a>
 <div class="h3">
-<h3>Excel</h3>
+<h3>Excel<a title="Permanent link" class="headerlink" href="#Excel">#</a>
+</h3>
 </div>
      
 <p>For .xls files, there is 
@@ -351,7 +355,8 @@ if (VERSION > 3) {
     
 <a name="Word"></a>
 <div class="h3">
-<h3>Word</h3>
+<h3>Word<a title="Permanent link" class="headerlink" href="#Word">#</a>
+</h3>
 </div>
      
 <p>For .doc files from Word 97 - Word 2003, in scratchpad there is 
@@ -370,7 +375,8 @@ if (VERSION > 3) {
     
 <a name="PowerPoint"></a>
 <div class="h3">
-<h3>PowerPoint</h3>
+<h3>PowerPoint<a title="Permanent link" class="headerlink" href="#PowerPoint">#</a>
+</h3>
 </div>
      
 <p>For .ppt files, in scratchpad there is 
@@ -384,7 +390,8 @@ if (VERSION > 3) {
     
 <a name="Publisher"></a>
 <div class="h3">
-<h3>Publisher</h3>
+<h3>Publisher<a title="Permanent link" class="headerlink" href="#Publisher">#</a>
+</h3>
 </div>
      
 <p>For .pub files, in scratchpad there is 
@@ -395,7 +402,8 @@ if (VERSION > 3) {
     
 <a name="Visio"></a>
 <div class="h3">
-<h3>Visio</h3>
+<h3>Visio<a title="Permanent link" class="headerlink" href="#Visio">#</a>
+</h3>
 </div>
      
 <p>For .vsd files, in scratchpad there is 
@@ -406,7 +414,8 @@ if (VERSION > 3) {
     
 <a name="Embedded+Objects"></a>
 <div class="h3">
-<h3>Embedded Objects</h3>
+<h3>Embedded Objects<a title="Permanent link" class="headerlink" href="#Embedded+Objects">#</a>
+</h3>
 </div>
       
 <p>Extractors already exist for Excel, Word, PowerPoint and Visio; 

Modified: poi/site/publish/who.html
URL: http://svn.apache.org/viewvc/poi/site/publish/who.html?rev=1766030&r1=1766029&r2=1766030&view=diff
==============================================================================
--- poi/site/publish/who.html (original)
+++ poi/site/publish/who.html Fri Oct 21 14:15:45 2016
@@ -259,7 +259,8 @@ if (VERSION > 3) {
  
 <a name="Apache+POI+-+Who+we+are"></a>
 <div class="h3">
-<h3>Apache POI - Who we are</h3>
+<h3>Apache POI - Who we are<a title="Permanent link" class="headerlink" href="#Apache+POI+-+Who+we+are">#</a>
+</h3>
 </div>
   
 <p>
@@ -295,7 +296,8 @@ if (VERSION > 3) {
   
 <a name="Project+Chair"></a>
 <div class="h4">
-<h4>Project Chair</h4>
+<h4>Project Chair<a title="Permanent link" class="headerlink" href="#Project+Chair">#</a>
+</h4>
 </div>
     
 <ul>
@@ -307,7 +309,8 @@ if (VERSION > 3) {
   
 <a name="Committers"></a>
 <div class="h4">
-<h4>Committers</h4>
+<h4>Committers<a title="Permanent link" class="headerlink" href="#Committers">#</a>
+</h4>
 </div>
     
 <ul>
@@ -362,7 +365,8 @@ if (VERSION > 3) {
   
 <a name="Translators"></a>
 <div class="h4">
-<h4>Translators</h4>
+<h4>Translators<a title="Permanent link" class="headerlink" href="#Translators">#</a>
+</h4>
 </div>
     
 <ul>
@@ -374,7 +378,8 @@ if (VERSION > 3) {
   
 <a name="Emeritus+Committers"></a>
 <div class="h4">
-<h4>Emeritus Committers</h4>
+<h4>Emeritus Committers<a title="Permanent link" class="headerlink" href="#Emeritus+Committers">#</a>
+</h4>
 </div>
     
 <ul>
@@ -394,7 +399,8 @@ if (VERSION > 3) {
  
 <a name="I+want+some+progress+on+a+bug+report%21"></a>
 <div class="h3">
-<h3>I want some progress on a bug report!</h3>
+<h3>I want some progress on a bug report!<a title="Permanent link" class="headerlink" href="#I+want+some+progress+on+a+bug+report%21">#</a>
+</h3>
 </div>
   
 <p>

Modified: poi/site/src/documentation/skins/poi-site/css/site.css
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/skins/poi-site/css/site.css?rev=1766030&r1=1766029&r2=1766030&view=diff
==============================================================================
--- poi/site/src/documentation/skins/poi-site/css/site.css (original)
+++ poi/site/src/documentation/skins/poi-site/css/site.css Fri Oct 21 14:15:45 2016
@@ -102,3 +102,16 @@ p img.ontheright {
 #authors {
  font-size: x-small;
 }
+
+.headerlink {
+ visibility: hidden;
+}
+h1:hover > .headerlink,
+h2:hover > .headerlink,
+h3:hover > .headerlink,
+h4:hover > .headerlink,
+h5:hover > .headerlink,
+h6:hover > .headerlink {
+ visibility: visible;
+}
+

Modified: poi/site/src/documentation/skins/poi-site/xslt/html/document2html.xsl
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/skins/poi-site/xslt/html/document2html.xsl?rev=1766030&r1=1766029&r2=1766030&view=diff
==============================================================================
--- poi/site/src/documentation/skins/poi-site/xslt/html/document2html.xsl (original)
+++ poi/site/src/documentation/skins/poi-site/xslt/html/document2html.xsl Fri Oct 21 14:15:45 2016
@@ -100,19 +100,31 @@ and tabs (tab2menu.xsl) to generate the
     <xsl:apply-templates select="@id"/>
     <xsl:choose>
        <xsl:when test="$level=1">
-         <div class="h3"><h3><xsl:value-of select="title"/></h3></div>
+         <div class="h3"><h3>
+           <xsl:value-of select="title"/>
+           <a href="#{@id}" class="headerlink" title="Permanent link"><xsl:text>#</xsl:text></a>
+         </h3></div>
          <xsl:apply-templates/>
        </xsl:when>
        <xsl:when test="$level=2">
-         <div class="h4"><h4><xsl:value-of select="title"/></h4></div>
+         <div class="h4"><h4>
+           <xsl:value-of select="title"/>
+           <a href="#{@id}" class="headerlink" title="Permanent link"><xsl:text>#</xsl:text></a>
+         </h4></div>
          <xsl:apply-templates/>
        </xsl:when>
        <xsl:when test="$level=3">
-         <div class="h2"><h2><xsl:value-of select="title"/></h2></div>
+         <div class="h2"><h2>
+           <xsl:value-of select="title"/>
+           <a href="#{@id}" class="headerlink" title="Permanent link"><xsl:text>#</xsl:text></a>
+         </h2></div>
          <xsl:apply-templates/>
        </xsl:when>
        <xsl:otherwise>
-         <div class="h5"><h5><xsl:value-of select="title"/></h5></div>
+         <div class="h5"><h5>
+           <xsl:value-of select="title"/>
+           <a href="#{@id}" class="headerlink" title="Permanent link"><xsl:text>#</xsl:text></a>
+         </h5></div>
          <xsl:apply-templates/>
        </xsl:otherwise>
     </xsl:choose>



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