创建得辉达定制分支
This commit is contained in:
@@ -1403,7 +1403,7 @@
|
||||
|
||||
@see #getMergedRange(CellRangeAddress[][], int, int)
|
||||
</member>
|
||||
<member name="M:NPOI.SS.Converter.ExcelToHtmlUtils.GetColumnWidthInPx(System.Double)">
|
||||
<member name="M:NPOI.SS.Converter.ExcelToHtmlUtils.GetColumnWidthInPx(System.Int32)">
|
||||
See <a href=
|
||||
"http://apache-poi.1045710.n5.nabble.com/Excel-Column-Width-Unit-Converter-pixels-excel-column-width-units-td2301481.html"
|
||||
>here</a> for Xio explanation and details
|
||||
@@ -2295,11 +2295,6 @@
|
||||
Deletes the temporary file that backed this sheet on disk.
|
||||
@return true if the file was deleted, false if it wasn't.
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.Streaming.SXSSFCell.DateCellValue">
|
||||
<summary>
|
||||
Get DateTime-type cell value
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.Streaming.SXSSFCell.typeMismatch(NPOI.SS.UserModel.CellType,NPOI.SS.UserModel.CellType,System.Boolean)">
|
||||
Used to help format error messages
|
||||
</member>
|
||||
@@ -2630,12 +2625,6 @@
|
||||
whether temp file should be compresss.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NPOI.XSSF.Streaming.SXSSFWorkbook._useZip64">
|
||||
<summary>
|
||||
setting this flag On allows to write large files;
|
||||
however, this can lead to compatibility issues
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NPOI.XSSF.Streaming.SXSSFWorkbook._sharedStringSource">
|
||||
<summary>
|
||||
shared string table - a cache of strings in this workbook.
|
||||
@@ -4245,14 +4234,12 @@
|
||||
Create a new SpreadsheetML chart
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFChart.#ctor(NPOI.OpenXml4Net.OPC.PackagePart)">
|
||||
Construct a SpreadsheetML chart from a package part.
|
||||
Construct a SpreadsheetML chart from a namespace part.
|
||||
|
||||
@param part the package part holding the chart data,
|
||||
the content type must be <code>application/vnd.openxmlformats-officedocument.drawingml.chart+xml</code>
|
||||
@param rel the package relationship holding this chart,
|
||||
the relationship type must be http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart
|
||||
|
||||
@since POI 3.14-Beta1
|
||||
@param part the namespace part holding the chart data,
|
||||
the content type must be <code>application/vnd.Openxmlformats-officedocument.Drawingml.chart+xml</code>
|
||||
@param rel the namespace relationship holding this chart,
|
||||
the relationship type must be http://schemas.Openxmlformats.org/officeDocument/2006/relationships/chart
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFChart.CreateChart">
|
||||
Construct a new CTChartSpace bean.
|
||||
@@ -4339,16 +4326,6 @@
|
||||
@param col2 the column (0 based) of the second cell.
|
||||
@param row2 the row (0 based) of the second cell.
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFClientAnchor.#ctor(NPOI.SS.UserModel.ISheet,System.Int32,System.Int32,System.Int32,System.Int32)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Sheet"></param>
|
||||
<param name="dx1"></param>
|
||||
<param name="dy1"></param>
|
||||
<param name="dx2"></param>
|
||||
<param name="dy2"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFClientAnchor.#ctor(NPOI.OpenXmlFormats.Dml.Spreadsheet.CT_Marker,NPOI.OpenXmlFormats.Dml.Spreadsheet.CT_Marker)">
|
||||
Create XSSFClientAnchor from existing xml beans
|
||||
|
||||
@@ -4783,15 +4760,6 @@
|
||||
to the sheet.
|
||||
@return the newly Created shape.
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFDrawing.CreateFreeform(NPOI.SS.UserModel.ISheet,NPOI.XSSF.UserModel.BuildFreeForm)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Sheet"></param>
|
||||
<param name="anchor"></param>
|
||||
<param name="coords"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFDrawing.CreateGroup(NPOI.XSSF.UserModel.XSSFClientAnchor)">
|
||||
Creates a simple shape. This includes such shapes as lines, rectangles,
|
||||
and ovals.
|
||||
@@ -5180,54 +5148,6 @@
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFormulaEvaluator.ToEvaluationCell(NPOI.SS.UserModel.ICell)">
|
||||
Turns a XSSFCell into a XSSFEvaluationCell
|
||||
</member>
|
||||
<member name="F:NPOI.XSSF.UserModel.XSSFFreeform.prototype">
|
||||
A default instance of CTShape used for creating new shapes.
|
||||
</member>
|
||||
<member name="F:NPOI.XSSF.UserModel.XSSFFreeform.ctShape">
|
||||
Xml bean that stores properties of this shape
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFreeform.#ctor(NPOI.XSSF.UserModel.XSSFDrawing,NPOI.OpenXmlFormats.Dml.Spreadsheet.CT_Shape)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Drawing"></param>
|
||||
<param name="ctShape"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFreeform.Prototype">
|
||||
Prototype with the default structure of a new auto-shape.
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFreeform.GetCTShape">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFFreeform.ID">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFFreeform.Name">
|
||||
Returns the simple shape name.
|
||||
@return name of the simple shape
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFreeform.GetShapeProperties">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFreeform.Build(NPOI.XSSF.UserModel.BuildFreeForm)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="BFF"></param>
|
||||
</member>
|
||||
<member name="T:NPOI.XSSF.UserModel.BuildFreeForm">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NPOI.XSSF.UserModel.XSSFGraphicFrame">
|
||||
Represents DrawingML GraphicalObjectFrame.
|
||||
|
||||
@@ -5887,26 +5807,6 @@
|
||||
|
||||
@return footer margin
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFPrintSetup.TopMargin">
|
||||
<summary>
|
||||
Page margin top (In inch)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFPrintSetup.LeftMargin">
|
||||
<summary>
|
||||
Page margin left (In inch)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFPrintSetup.RightMargin">
|
||||
<summary>
|
||||
Page margin right (In inch)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFPrintSetup.BottomMargin">
|
||||
<summary>
|
||||
Page margin bottom (In inch)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFPrintSetup.Copies">
|
||||
Returns the number of copies.
|
||||
|
||||
@@ -6411,7 +6311,7 @@
|
||||
to the group.
|
||||
@return the newly Created shape.
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFShapeGroup.CreatePicture(NPOI.XSSF.UserModel.XSSFChildAnchor,System.Int32)">
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFShapeGroup.CreatePicture(NPOI.XSSF.UserModel.XSSFClientAnchor,System.Int32)">
|
||||
Creates a picture.
|
||||
|
||||
@param anchor the client anchor describes how this picture is attached to the sheet.
|
||||
@@ -6419,15 +6319,6 @@
|
||||
{@link XSSFWorkbook#getAllPictures()} .
|
||||
@return the newly Created picture shape.
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFShapeGroup.CreateFreeform(NPOI.XSSF.UserModel.BuildFreeForm)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Sheet"></param>
|
||||
<param name="anchor"></param>
|
||||
<param name="coords"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFShapeGroup.SetCoordinates(System.Int32,System.Int32,System.Int32,System.Int32)">
|
||||
Sets the coordinate space of this group. All children are constrained
|
||||
to these coordinates.
|
||||
@@ -6468,7 +6359,10 @@
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFSheet.DefaultColumnWidth">
|
||||
<summary>
|
||||
Get the default column width for the sheet (if the columns do not
|
||||
define their own width) in characters.
|
||||
define their own width) in characters. Note, this value is different
|
||||
from <see cref="M:NPOI.XSSF.UserModel.XSSFSheet.GetColumnWidth(System.Int32)"/>. The latter is always greater and
|
||||
includes 4 pixels of margin pAdding(two on each side), plus 1 pixel
|
||||
pAdding for the gridlines.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFSheet.DefaultRowHeight">
|
||||
@@ -7037,6 +6931,12 @@
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFSheet.GetColumnWidth(System.Int32)">
|
||||
<summary>
|
||||
Get the actual column width (in units of 1/256th of a character width)
|
||||
Note, the returned value is always gerater that <see cref="P:NPOI.XSSF.UserModel.XSSFSheet.DefaultColumnWidth"/>
|
||||
because the latter does not include margins. Actual column width
|
||||
measured as the number of characters of the maximum digit width of
|
||||
thenumbers 0, 1, 2, ..., 9 as rendered in the normal style's font.
|
||||
There are 4 pixels of margin pAdding(two on each side), plus 1 pixel
|
||||
pAdding for the gridlines.
|
||||
</summary>
|
||||
<param name="columnIndex">the column to set (0-based)</param>
|
||||
<returns>the width in units of 1/256th of a character width</returns>
|
||||
@@ -7206,7 +7106,7 @@
|
||||
<param name="columnIndex">the column to get (0-based)</param>
|
||||
<param name="hidden">the visiblity state of the column</param>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFSheet.SetColumnWidth(System.Int32,System.Double)">
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFSheet.SetColumnWidth(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Set the width (in units of 1/256th of a character width)
|
||||
<para>
|
||||
@@ -7843,12 +7743,6 @@
|
||||
<param name="refConfig"></param>
|
||||
<returns>The pivot table</returns>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFSheet.SetDefaultColWidth(System.Int32)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Width">In EMU</param>
|
||||
</member>
|
||||
<member name="T:NPOI.XSSF.UserModel.XSSFSheetConditionalFormatting">
|
||||
XSSF Conditional Formattings
|
||||
</member>
|
||||
@@ -9239,9 +9133,10 @@
|
||||
hyperlink label, and not the contents
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.Model.XMLParagraph">
|
||||
Base class for XWPF paragraphs
|
||||
Base class for XWPF paragraphs
|
||||
|
||||
This class isn't used ...
|
||||
@author Yury Batrakov (batrakov at gmail.com)
|
||||
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.Model.XWPFCommentsDecorator">
|
||||
Decorator class for XWPFParagraph allowing to add comments
|
||||
@@ -9292,23 +9187,11 @@
|
||||
(1 based) page.
|
||||
@param pageNumber The one based page number
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.Model.XWPFHeaderFooterPolicy.GetHeader(NPOI.OpenXmlFormats.Wordprocessing.ST_HdrFtr)">
|
||||
Get this section header for the given type
|
||||
|
||||
@param type of header to return
|
||||
@return {@link XWPFHeader} object
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.Model.XWPFHeaderFooterPolicy.GetFooter(System.Int32)">
|
||||
Get the footer that applies to the given
|
||||
(1 based) page.
|
||||
@param pageNumber The one based page number
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.Model.XWPFHeaderFooterPolicy.GetFooter(NPOI.OpenXmlFormats.Wordprocessing.ST_HdrFtr)">
|
||||
Get this section footer for the given type
|
||||
|
||||
@param type of footer to return
|
||||
@return {@link XWPFFooter} object
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.Model.XWPFParagraphDecorator">
|
||||
Base decorator class for XWPFParagraph
|
||||
</member>
|
||||
@@ -10503,24 +10386,6 @@
|
||||
Returns the policy on headers and footers, which
|
||||
also provides a way to Get at them.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateHeader(NPOI.WP.UserModel.HeaderFooterType)">
|
||||
Create a header of the given type
|
||||
|
||||
@param type {@link HeaderFooterType} enum
|
||||
@return object of type {@link XWPFHeader}
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateFooter(NPOI.WP.UserModel.HeaderFooterType)">
|
||||
Create a footer of the given type
|
||||
|
||||
@param type {@link HeaderFooterType} enum
|
||||
@return object of type {@link XWPFFooter}
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.GetSection">
|
||||
Return the {@link CTSectPr} object that corresponds with the
|
||||
last section in this document.
|
||||
|
||||
@return {@link CTSectPr} object
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.GetCTStyle">
|
||||
Returns the styles object used
|
||||
</member>
|
||||
@@ -10636,11 +10501,11 @@
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.GetLastParagraph">
|
||||
@return the LastParagraph of the document
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateTable(System.Nullable{System.Int32})">
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateTable">
|
||||
Create an empty table with one row and one column as default.
|
||||
@return a new table
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateTable(System.Int32,System.Int32,System.Nullable{System.Int32})">
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateTable(System.Int32,System.Int32)">
|
||||
Create an empty table with a number of rows and cols specified
|
||||
@param rows
|
||||
@param cols
|
||||
@@ -10735,22 +10600,6 @@
|
||||
<w:documentProtection w:edit="readOnly" w:enforcement="1"/>
|
||||
</pre>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceReadonlyProtection(System.String,NPOI.POIFS.Crypt.HashAlgorithm)">
|
||||
Enforces the readOnly protection with a password.<br/>
|
||||
<br/>
|
||||
sample snippet from settings.xml
|
||||
<pre>
|
||||
<w:documentProtection w:edit="readOnly" w:enforcement="1"
|
||||
w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
|
||||
w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
|
||||
w:cryptSpinCount="100000" w:hash="..." w:salt="...."
|
||||
/>
|
||||
</pre>
|
||||
|
||||
@param password the plaintext password, if null no password will be applied
|
||||
@param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported.
|
||||
if null, it will default default to sha1
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceFillingFormsProtection">
|
||||
Enforce the Filling Forms protection.<br/>
|
||||
In the documentProtection tag inside Settings.xml file, <br/>
|
||||
@@ -10763,22 +10612,6 @@
|
||||
<w:documentProtection w:edit="forms" w:enforcement="1"/>
|
||||
</pre>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceFillingFormsProtection(System.String,NPOI.POIFS.Crypt.HashAlgorithm)">
|
||||
Enforce the Filling Forms protection.<br/>
|
||||
<br/>
|
||||
sample snippet from settings.xml
|
||||
<pre>
|
||||
<w:documentProtection w:edit="forms" w:enforcement="1"
|
||||
w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
|
||||
w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
|
||||
w:cryptSpinCount="100000" w:hash="..." w:salt="...."
|
||||
/>
|
||||
</pre>
|
||||
|
||||
@param password the plaintext password, if null no password will be applied
|
||||
@param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported.
|
||||
if null, it will default default to sha1
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceCommentsProtection">
|
||||
Enforce the Comments protection.<br/>
|
||||
In the documentProtection tag inside Settings.xml file,<br/>
|
||||
@@ -10791,22 +10624,6 @@
|
||||
<w:documentProtection w:edit="comments" w:enforcement="1"/>
|
||||
</pre>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceCommentsProtection(System.String,NPOI.POIFS.Crypt.HashAlgorithm)">
|
||||
Enforce the Comments protection.<br/>
|
||||
<br/>
|
||||
sample snippet from settings.xml
|
||||
<pre>
|
||||
<w:documentProtection w:edit="comments" w:enforcement="1"
|
||||
w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
|
||||
w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
|
||||
w:cryptSpinCount="100000" w:hash="..." w:salt="...."
|
||||
/>
|
||||
</pre>
|
||||
|
||||
@param password the plaintext password, if null no password will be applied
|
||||
@param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported.
|
||||
if null, it will default default to sha1
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceTrackedChangesProtection">
|
||||
Enforce the Tracked Changes protection.<br/>
|
||||
In the documentProtection tag inside Settings.xml file, <br/>
|
||||
@@ -10819,28 +10636,6 @@
|
||||
<w:documentProtection w:edit="trackedChanges" w:enforcement="1"/>
|
||||
</pre>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceTrackedChangesProtection(System.String,NPOI.POIFS.Crypt.HashAlgorithm)">
|
||||
Enforce the Tracked Changes protection.<br/>
|
||||
<br/>
|
||||
sample snippet from settings.xml
|
||||
<pre>
|
||||
<w:documentProtection w:edit="trackedChanges" w:enforcement="1"
|
||||
w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
|
||||
w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
|
||||
w:cryptSpinCount="100000" w:hash="..." w:salt="...."
|
||||
/>
|
||||
</pre>
|
||||
|
||||
@param password the plaintext password, if null no password will be applied
|
||||
@param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported.
|
||||
if null, it will default default to sha1
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.ValidateProtectionPassword(System.String)">
|
||||
Validates the existing password
|
||||
|
||||
@param password
|
||||
@return true, only if password was set and equals, false otherwise
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.RemoveProtectionEnforcement">
|
||||
Remove protection enforcement.<br/>
|
||||
In the documentProtection tag inside Settings.xml file <br/>
|
||||
@@ -11212,31 +11007,6 @@
|
||||
@return XWPFPictureData of a specificID
|
||||
@throws Exception
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.CreateParagraph">
|
||||
Adds a new paragraph at the end of the header or footer
|
||||
|
||||
@return new {@link XWPFParagraph} object
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.CreateTable(System.Int32,System.Int32)">
|
||||
Adds a new table at the end of the header or footer
|
||||
|
||||
@param rows - number of rows in the table
|
||||
@param cols - number of columns in the table
|
||||
@return new {@link XWPFTable} object
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.RemoveParagraph(NPOI.XWPF.UserModel.XWPFParagraph)">
|
||||
Removes a specific paragraph from this header / footer
|
||||
|
||||
@param paragraph - {@link XWPFParagraph} object to remove
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.RemoveTable(NPOI.XWPF.UserModel.XWPFTable)">
|
||||
Removes a specific table from this header / footer
|
||||
|
||||
@param table - {@link XWPFTable} object to remove
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.ClearHeaderFooter">
|
||||
Clears all paragraphs and tables from this header / footer
|
||||
</member>
|
||||
<member name="P:NPOI.XWPF.UserModel.XWPFHeaderFooter.Owner">
|
||||
verifies that cursor is on the right position
|
||||
@param cursor
|
||||
@@ -11258,6 +11028,9 @@
|
||||
returns the Part, to which the body belongs, which you need for Adding relationship to other parts
|
||||
@see NPOI.XWPF.UserModel.IBody#getPart()
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.CreateParagraph">
|
||||
Adds a new paragraph at the end of the header or footer
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.UserModel.XWPFHyperlink">
|
||||
* Sketch of XWPF hyperlink class
|
||||
*
|
||||
@@ -11279,7 +11052,8 @@
|
||||
checks whether specific LatentStyleID is a latentStyle
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.UserModel.XWPFNum">
|
||||
TODO Bring more of the logic over from XWPFParagraph
|
||||
@author Philipp Epp
|
||||
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.UserModel.XWPFNumbering">
|
||||
@author Philipp Epp
|
||||
@@ -11540,7 +11314,7 @@
|
||||
Specifies the spacing that should be Added After the last line in this
|
||||
paragraph in the document in absolute units.
|
||||
|
||||
@return int - value representing the spacing After the paragraph
|
||||
@return bigint - value representing the spacing After the paragraph
|
||||
@see #setSpacingAfterLines(int)
|
||||
</member>
|
||||
<member name="P:NPOI.XWPF.UserModel.XWPFParagraph.SpacingBefore">
|
||||
@@ -11574,31 +11348,6 @@
|
||||
<return>a double specifying points or lines.</return>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFParagraph.GetSpacingBetween">
|
||||
Return the spacing between lines of a paragraph. The units of the return value depends on the
|
||||
{@link LineSpacingRule}. If AUTO, the return value is in lines, otherwise the return
|
||||
value is in points
|
||||
|
||||
@return a double specifying points or lines.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFParagraph.SetSpacingBetween(System.Double)">
|
||||
Sets the spacing between lines in a paragraph
|
||||
|
||||
@param spacing - A double specifying spacing in lines.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFParagraph.SetSpacingBetween(System.Double,NPOI.XWPF.UserModel.LineSpacingRule)">
|
||||
Sets the spacing between lines in a paragraph
|
||||
|
||||
@param spacing - A double specifying spacing in inches or lines. If rule is
|
||||
AUTO, then spacing is in lines. Otherwise spacing is in points.
|
||||
@param rule - {@link LineSpacingRule} indicating how spacing is interpreted. If
|
||||
AUTO, then spacing value is in lines, and the height depends on the
|
||||
font size. If AT_LEAST, then spacing value is in inches, and is the
|
||||
minimum size of the line. If the line height is taller, then the
|
||||
line expands to match. If EXACT, then spacing is the exact line
|
||||
height. If the text is taller than the line height, then it is
|
||||
clipped at the top.
|
||||
</member>
|
||||
<member name="P:NPOI.XWPF.UserModel.XWPFParagraph.IndentationLeft">
|
||||
Specifies the indentation which shall be placed between the left text
|
||||
margin for this paragraph and the left edge of that paragraph's content
|
||||
@@ -12248,29 +11997,6 @@
|
||||
<w:documentProtection w:edit="[passed editValue]" w:enforcement="1"/>
|
||||
</pre>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFSettings.SetEnforcementEditValue(NPOI.OpenXmlFormats.Wordprocessing.ST_DocProtect,System.String,NPOI.POIFS.Crypt.HashAlgorithm)">
|
||||
Enforces the protection with the option specified by passed editValue and password.<br/>
|
||||
<br/>
|
||||
sample snippet from settings.xml
|
||||
<pre>
|
||||
<w:documentProtection w:edit="[passed editValue]" w:enforcement="1"
|
||||
w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
|
||||
w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
|
||||
w:cryptSpinCount="100000" w:hash="..." w:salt="...."
|
||||
/>
|
||||
</pre>
|
||||
|
||||
@param editValue the protection type
|
||||
@param password the plaintext password, if null no password will be applied
|
||||
@param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported.
|
||||
if null, it will default default to sha1
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFSettings.ValidateProtectionPassword(System.String)">
|
||||
Validates the existing password
|
||||
|
||||
@param password
|
||||
@return true, only if password was set and equals, false otherwise
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFSettings.RemoveEnforcement">
|
||||
Removes protection enforcement.<br/>
|
||||
In the documentProtection tag inside Settings.xml file <br/>
|
||||
@@ -12657,37 +12383,11 @@
|
||||
split, FALSE means allow rows to split.
|
||||
@return true if rows can't be split, false otherwise.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFTableRow.SetCantSplitRow(System.Boolean)">
|
||||
Controls whether to allow this table row to split across pages.
|
||||
The logic for this attribute is a little unusual: a true value means
|
||||
DON'T allow rows to split, false means allow rows to split.
|
||||
|
||||
@param split - if true, don't allow row to be split. If false, allow
|
||||
row to be split.
|
||||
</member>
|
||||
<member name="P:NPOI.XWPF.UserModel.XWPFTableRow.IsRepeatHeader">
|
||||
Return true if a table's header row should be repeated at the top of a
|
||||
table split across pages. NOTE - Word will not repeat a table row unless
|
||||
all preceding rows of the table are also repeated. This function returns
|
||||
false if the row will not be repeated even if the repeat tag is present
|
||||
for this row.
|
||||
|
||||
@return true if table's header row should be repeated at the top of each
|
||||
page of table, false otherwise.
|
||||
This attribute controls whether to repeat a table's header row at the top
|
||||
of a table split across pages. NOTE - for a row to be repeated, all preceding
|
||||
rows in the table must also be repeated.
|
||||
|
||||
@param repeat - if TRUE, repeat header row at the top of each page of table;
|
||||
if FALSE, don't repeat header row.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFTableRow.SetRepeatHeader(System.Boolean)">
|
||||
This attribute controls whether to repeat a table's header row at the top
|
||||
of a table split across pages. NOTE - for a row to be repeated, all preceding
|
||||
rows in the table must also be repeated.
|
||||
|
||||
@param repeat - if TRUE, repeat header row at the top of each page of table;
|
||||
if FALSE, don't repeat header row.
|
||||
Return true if a table's header row should be repeated at the top of a
|
||||
table split across pages.
|
||||
@return true if table's header row should be repeated at the top of each
|
||||
page of table, false otherwise.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.Usermodel.MathContainer.CreateAcc">
|
||||
<summary>
|
||||
|
||||
Reference in New Issue
Block a user