创建得辉达定制分支

This commit is contained in:
moxiliang
2025-06-21 10:00:45 +08:00
parent dcd9b20fb0
commit c189711a92
145 changed files with 96629 additions and 5073 deletions

View File

@@ -7054,7 +7054,7 @@
ColumnInfoRecord that includes the column index or the
index of the default ExtendedFormatRecord (0xF)
</member>
<member name="M:NPOI.HSSF.Model.InternalSheet.SetColumnWidth(System.Int32,System.Double)">
<member name="M:NPOI.HSSF.Model.InternalSheet.SetColumnWidth(System.Int32,System.Int32)">
Set the width for a given column in 1/256th of a Char width Units
@param column - the column number
@param width (in Units of 1/256th of a Char width)
@@ -8687,7 +8687,7 @@
</summary>
<param name="columnNumber">The column number.</param>
</member>
<member name="M:NPOI.HSSF.Record.Aggregates.ColumnInfoRecordsAggregate.SetColumnInfoFields(NPOI.HSSF.Record.ColumnInfoRecord,System.Nullable{System.Int16},System.Nullable{System.Double},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<member name="M:NPOI.HSSF.Record.Aggregates.ColumnInfoRecordsAggregate.SetColumnInfoFields(NPOI.HSSF.Record.ColumnInfoRecord,System.Nullable{System.Int16},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
Sets all non null fields into the <c>ci</c> parameter.
</member>
<member name="M:NPOI.HSSF.Record.Aggregates.ColumnInfoRecordsAggregate.AttemptMergeColInfoRecords(System.Int32)">
@@ -8710,7 +8710,7 @@
<param name="hidden">The hidden.</param>
<returns>the column index of the last column in the outline group</returns>
</member>
<member name="M:NPOI.HSSF.Record.Aggregates.ColumnInfoRecordsAggregate.SetColumn(System.Int32,System.Nullable{System.Int16},System.Nullable{System.Double},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<member name="M:NPOI.HSSF.Record.Aggregates.ColumnInfoRecordsAggregate.SetColumn(System.Int32,System.Nullable{System.Int16},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
<summary>
Sets the column.
</summary>
@@ -18118,7 +18118,7 @@
<member name="P:NPOI.HSSF.UserModel.HSSFCell.DateCellValue">
<summary>
Get the value of the cell as a date. For strings we throw an exception.
For non-Numeric cells including blank cell we return a null.
For blank cells we return a null.
</summary>
<value>The date cell value.</value>
</member>
@@ -21298,7 +21298,7 @@
<returns>the visiblity state of the column;
</returns>
</member>
<member name="M:NPOI.HSSF.UserModel.HSSFSheet.SetColumnWidth(System.Int32,System.Double)">
<member name="M:NPOI.HSSF.UserModel.HSSFSheet.SetColumnWidth(System.Int32,System.Int32)">
<summary>
Set the width (in Units of 1/256th of a Char width)
</summary>
@@ -24337,40 +24337,36 @@
viewer. The content is returned to the viewer as an array or as an
Iterator, and the object provides a clue as to which technique the
viewer should use to get its content.
A POIFSViewable object is also expected to provide a short
description of itself, that can be used by a viewer when the
viewable object is collapsed.
@author Marc Johnson (mjohnson at apache dot org)
</summary>
</member>
<member name="P:NPOI.POIFS.Dev.POIFSViewable.ViewableArray">
<summary>
Get an array of objects, some of which may implement
POIFSViewable
</summary>
<value>an array of Object; may not be null, but may be empty</value>
</member>
<member name="P:NPOI.POIFS.Dev.POIFSViewable.ViewableIterator">
<summary>
Get an Iterator of objects, some of which may implement POIFSViewable
</summary>
<value>an Iterator; may not be null, but may have an empty
back end store</value>
</member>
<member name="P:NPOI.POIFS.Dev.POIFSViewable.PreferArray">
<summary>
Give viewers a hint as to whether to call <see cref="P:NPOI.POIFS.Dev.POIFSViewable.ViewableArray"/> or
<see cref="P:NPOI.POIFS.Dev.POIFSViewable.ViewableIterator"/>
Provides a short description of the object to be used when a
POIFSViewable object has not provided its contents.
</summary>
<value><see langword="true"/> if a viewer should call <see cref="P:NPOI.POIFS.Dev.POIFSViewable.ViewableArray"/>, <see langword="false"/> if
a viewer should call <see cref="P:NPOI.POIFS.Dev.POIFSViewable.ViewableIterator"/></value>
<value><c>true</c> if [prefer array]; otherwise, <c>false</c>.</value>
</member>
<member name="P:NPOI.POIFS.Dev.POIFSViewable.ShortDescription">
<summary>
Provides a short description of the object, to be used when a
POIFSViewable object has not provided its contents.
Gets the short description.
</summary>
<value>short description</value>
<value>The short description.</value>
</member>
<member name="P:NPOI.POIFS.Dev.POIFSViewable.ViewableArray">
<summary>
Get an array of objects, some of which may implement POIFSViewable
</summary>
<value>The viewable array.</value>
</member>
<member name="P:NPOI.POIFS.Dev.POIFSViewable.ViewableIterator">
<summary>
Give viewers a hint as to whether to call ViewableArray or ViewableIterator
</summary>
<value>The viewable iterator.</value>
</member>
<member name="T:NPOI.POIFS.Dev.POIFSViewEngine">
<summary>
@@ -29855,6 +29851,26 @@
<param name="mask">The mask.</param>
<returns></returns>
</member>
<member name="T:NPOI.Util.BlockingInputStream">
Implementation of a BlockingInputStream to provide data to
RawDataBlock that expects data in 512 byte chunks. Useful to read
data from slow (ie, non FileInputStream) sources, for example when
Reading an OLE2 Document over a network.
Possible extentions: add a timeout. Curently a call to Read(byte[]) on this
class is blocking, so use at your own peril if your underlying stream blocks.
@author Jens Gerhard
@author aviks - documentation cleanups.
</member>
<member name="M:NPOI.Util.BlockingInputStream.Read(System.Byte[])">
We had to revert to byte per byte Reading to keep
with slow network connections on one hand, without
missing the end-of-file.
This is the only method that does its own thing in this class
everything else is delegated to aggregated stream.
THIS IS A BLOCKING BLOCK READ!!!
</member>
<member name="M:NPOI.Util.BoundedInputStream.#ctor(NPOI.Util.ByteArrayInputStream,System.Int64)">
<summary>
Creates a new <c>BoundedInputStream</c> that wraps the given input
@@ -30424,184 +30440,6 @@
<param name="line">The line.</param>
<returns></returns>
</member>
<member name="P:NPOI.Util.Coords.x">
<summary>
x coordinate
</summary>
</member>
<member name="P:NPOI.Util.Coords.y">
<summary>
y coordinate
</summary>
</member>
<member name="M:NPOI.Util.Coords.#ctor">
<summary>
constructer
</summary>
</member>
<member name="M:NPOI.Util.Coords.#ctor(System.Int64,System.Int64)">
<summary>
constructor
</summary>
<param name="x">x coordinate</param>
<param name="y">y coordinate</param>
</member>
<member name="M:NPOI.Util.Coords.#ctor(NPOI.Util.Coords)">
<summary>
constructor
</summary>
<param name="val">coordinate</param>
</member>
<member name="M:NPOI.Util.Coords.Min(NPOI.Util.Coords)">
<summary>
Find the minimum
</summary>
<param name="val"></param>
</member>
<member name="M:NPOI.Util.Coords.Max(NPOI.Util.Coords)">
<summary>
Find the maximum
</summary>
<param name="val"></param>
</member>
<member name="M:NPOI.Util.Coords.Add(NPOI.Util.Coords)">
<summary>
addition value
</summary>
<param name="val"></param>
</member>
<member name="M:NPOI.Util.Coords.Sub(NPOI.Util.Coords)">
<summary>
subtraction value
</summary>
<param name="val"></param>
</member>
<member name="M:NPOI.Util.Coords.op_Addition(NPOI.Util.Coords,NPOI.Util.Coords)">
<summary>
</summary>
<param name="left"></param>
<param name="right"></param>
<returns></returns>
</member>
<member name="M:NPOI.Util.Coords.op_Subtraction(NPOI.Util.Coords,NPOI.Util.Coords)">
<summary>
</summary>
<param name="left"></param>
<param name="right"></param>
<returns></returns>
</member>
<member name="M:NPOI.Util.Coords.op_Multiply(NPOI.Util.Coords,NPOI.Util.Coords)">
<summary>
</summary>
<param name="left"></param>
<param name="right"></param>
<returns></returns>
</member>
<member name="M:NPOI.Util.Coords.InnerProduct(NPOI.Util.Coords)">
<summary>
</summary>
<param name="Coords"></param>
<returns></returns>
</member>
<member name="M:NPOI.Util.Coords.Norm">
<summary>
</summary>
<returns>Norm</returns>
</member>
<member name="P:NPOI.Util.DblVect2D.x">
<summary>
x coordinate
</summary>
</member>
<member name="P:NPOI.Util.DblVect2D.y">
<summary>
y coordinate
</summary>
</member>
<member name="M:NPOI.Util.DblVect2D.#ctor">
<summary>
constructer
</summary>
</member>
<member name="M:NPOI.Util.DblVect2D.#ctor(System.Double,System.Double)">
<summary>
constructor
</summary>
<param name="x">x coordinate</param>
<param name="y">y coordinate</param>
</member>
<member name="M:NPOI.Util.DblVect2D.#ctor(NPOI.Util.DblVect2D)">
<summary>
constructor
</summary>
<param name="val">coordinate</param>
</member>
<member name="M:NPOI.Util.DblVect2D.Min(NPOI.Util.DblVect2D)">
<summary>
Find the minimum
</summary>
<param name="val"></param>
</member>
<member name="M:NPOI.Util.DblVect2D.Max(NPOI.Util.DblVect2D)">
<summary>
Find the maximum
</summary>
<param name="val"></param>
</member>
<member name="M:NPOI.Util.DblVect2D.Add(NPOI.Util.DblVect2D)">
<summary>
addition value
</summary>
<param name="val"></param>
</member>
<member name="M:NPOI.Util.DblVect2D.Sub(NPOI.Util.DblVect2D)">
<summary>
subtraction value
</summary>
<param name="val"></param>
</member>
<member name="M:NPOI.Util.DblVect2D.op_Addition(NPOI.Util.DblVect2D,NPOI.Util.DblVect2D)">
<summary>
</summary>
<param name="left"></param>
<param name="right"></param>
<returns></returns>
</member>
<member name="M:NPOI.Util.DblVect2D.op_Subtraction(NPOI.Util.DblVect2D,NPOI.Util.DblVect2D)">
<summary>
</summary>
<param name="left"></param>
<param name="right"></param>
<returns></returns>
</member>
<member name="M:NPOI.Util.DblVect2D.op_Multiply(NPOI.Util.DblVect2D,NPOI.Util.DblVect2D)">
<summary>
</summary>
<param name="left"></param>
<param name="right"></param>
<returns></returns>
</member>
<member name="M:NPOI.Util.DblVect2D.InnerProduct(NPOI.Util.DblVect2D)">
<summary>
</summary>
<param name="Coords"></param>
<returns></returns>
</member>
<member name="M:NPOI.Util.DblVect2D.Norm">
<summary>
</summary>
<returns>Norm</returns>
</member>
<member name="T:NPOI.Util.CRC32">
<summary>
CRC Verification
@@ -31541,18 +31379,19 @@
<member name="M:NPOI.Util.IOUtils.ReadFully(System.IO.Stream,System.Byte[],System.Int32,System.Int32)">
<summary>
Same as the normal InputStream#read(byte[], int, int), but tries to ensure
that the entire len number of bytes is read
If the end of file is reached before any bytes are read, returns -1.
that the buffer is filled completely if possible, i.e. b.remaining()
returns 0.
If the end of file is reached before any bytes are Read, returns -1.
If the end of the file is reached after some bytes are read, returns the
number of bytes read. If the end of the file isn't reached before the
buffer has no more remaining capacity, will return len bytes
buffer has no more remaining capacity, will return the number of bytes
that were read.
</summary>
<param name="stream">the stream from which the data is read.</param>
<param name="b">the buffer into which the data is read.</param>
<param name="off">the start offset in array b at which the data is written.</param>
<param name="len">the maximum number of bytes to read.</param>
<returns>the number of bytes read or -1 if no bytes were read</returns>
<returns></returns>
</member>
<member name="M:NPOI.Util.IOUtils.Copy(System.IO.Stream,System.IO.Stream)">
<summary>
@@ -40262,7 +40101,7 @@
</member>
<member name="P:NPOI.SS.UserModel.ICell.DateCellValue">
<summary>
Get the value of the cell as a date. For non-Numeric cells including blank cell we return a null.
Get the value of the cell as a date.
</summary>
<exception cref="T:System.InvalidOperationException">if the cell type returned by GetCellType() is CELL_TYPE_STRING</exception>
<exception cref="T:System.FormatException">if the cell value isn't a parsable double</exception>
@@ -44063,7 +43902,7 @@
<param name="targetCell">Cell to paste the comment to</param>
<returns>Copied comment</returns>
</member>
<member name="M:NPOI.SS.UserModel.ISheet.SetColumnWidth(System.Int32,System.Double)">
<member name="M:NPOI.SS.UserModel.ISheet.SetColumnWidth(System.Int32,System.Int32)">
<summary>
Set the width (in units of 1/256th of a character width)
</summary>
@@ -44996,9 +44835,6 @@
style definition
</summary>
</member>
<member name="T:NPOI.SS.UserModel.ITextbox">
This interface isn't implemented ...
</member>
<member name="P:NPOI.SS.UserModel.ITextbox.String">
@return the rich text string for this textbox.
</member>
@@ -45796,6 +45632,30 @@
<member name="F:NPOI.SS.Util.CellReference.SPECIAL_NAME_DELIMITER">
The character (') used to quote sheet names when they contain special characters
</member>
<member name="F:NPOI.SS.Util.CellReference.CELL_REF_PATTERN">
Matches a run of one or more letters followed by a run of one or more digits.
Both the letter and number groups are optional.
The run of letters is group 1 and the run of digits is group 2.
Each group may optionally be prefixed with a single '$'.
</member>
<member name="F:NPOI.SS.Util.CellReference.STRICTLY_CELL_REF_PATTERN">
Matches references only where row and column are included.
Matches a run of one or more letters followed by a run of one or more digits.
If a reference does not match this pattern, it might match COLUMN_REF_PATTERN or ROW_REF_PATTERN
References may optionally include a single '$' before each group, but these are excluded from the Matcher.group(int).
</member>
<member name="F:NPOI.SS.Util.CellReference.COLUMN_REF_PATTERN">
Matches a run of one or more letters. The run of letters is group 1.
References may optionally include a single '$' before the group, but these are excluded from the Matcher.group(int).
</member>
<member name="F:NPOI.SS.Util.CellReference.ROW_REF_PATTERN">
Matches a run of one or more letters. The run of numbers is group 1.
References may optionally include a single '$' before the group, but these are excluded from the Matcher.group(int).
</member>
<member name="F:NPOI.SS.Util.CellReference.NAMED_RANGE_NAME_PATTERN">
Named range names must start with a letter or underscore. Subsequent characters may include
digits or dot. (They can even end in dot).
</member>
<member name="M:NPOI.SS.Util.CellReference.#ctor(System.String)">
Create an cell ref from a string representation. Sheet names containing special characters should be
delimited and escaped as per normal syntax rules for formulas.
@@ -45818,7 +45678,7 @@
representation.
eg column #3 -> D
</member>
<member name="M:NPOI.SS.Util.CellReference.SeparateRefParts(System.ReadOnlySpan{System.Char})">
<member name="M:NPOI.SS.Util.CellReference.SeparateRefParts(System.String)">
Separates the row from the columns and returns an array of three Strings. The first element
is the sheet name. Only the first element may be null. The second element in is the column
name still in ALPHA-26 number format. The third element is the row.
@@ -45884,17 +45744,6 @@
<member name="M:NPOI.SS.Util.CellReference.IsColumnWithnRange(System.String,NPOI.SS.SpreadsheetVersion)">
@deprecated 3.15 beta 2. Use {@link #isColumnWithinRange}.
</member>
<member name="M:NPOI.SS.Util.CellReferenceParser.TryParse(System.ReadOnlySpan{System.Char},System.Char@,System.ReadOnlySpan{System.Char}@,System.Char@,System.ReadOnlySpan{System.Char}@)">
<summary>
Generic parsing logic that extracts reference information.
</summary>
<param name="input">Input to parse.</param>
<param name="columnPrefix">Possible column prefix like '$', <see cref="F:System.Char.MinValue" /> if none.</param>
<param name="column">Column name string, empty if none.</param>
<param name="rowPrefix">Possible row prefix like '$', <see cref="F:System.Char.MinValue" /> if none.</param>
<param name="row">Row data, empty if none</param>
<returns></returns>
</member>
<member name="T:NPOI.SS.Util.CellUtil">
Various utility functions that make working with a cells and rows easier. The various methods
that deal with style's allow you to create your CellStyles as you need them. When you apply a
@@ -46652,6 +46501,13 @@
@param cell cell to change
@param value value to set
</member>
<member name="T:NPOI.SS.Util.SheetReferences">
Holds a collection of Sheet names and their associated
reference numbers.
@author Andrew C. Oliver (acoliver at apache dot org)
</member>
<member name="T:NPOI.SS.Util.SheetUtil">
Helper methods for when working with Usermodel sheets
@@ -46829,22 +46685,6 @@
Base class of all the exceptions that POI throws in the event
that it's given a file that isn't supported
</member>
<member name="T:NPOI.WP.UserModel.HeaderFooterType">
@since POI v3.16 beta 1
</member>
<member name="F:NPOI.WP.UserModel.HeaderFooterType.DEFAULT">
This is the default header or Footer, It is displayed on every page where
a more specific header or footer is not specified. It is always displayed
on ODD pages that are not the first page of the section.
</member>
<member name="F:NPOI.WP.UserModel.HeaderFooterType.EVEN">
This is an even page header or footer, it is displayed on even pages that
are not the first page of the section.
</member>
<member name="F:NPOI.WP.UserModel.HeaderFooterType.FIRST">
This is a first page header or footer It is displayed on the first page
of the section.
</member>
<member name="T:NPOI.WP.UserModel.ICharacterRun">
This class represents a run of text that share common properties.
</member>