<?xml version="1.0"?>
<doc>
<assembly>
<name>NPOI</name>
</assembly>
<members>
<member name="T:NPOI.DDF.AbstractEscherOptRecord">
Common abstract class for {@link EscherOptRecord} and
{@link EscherTertiaryOptRecord}
@author Sergey Vladimirov (vlsergey {at} gmail {dot} com)
@author Glen Stampoultzis
</member>
<member name="T:NPOI.DDF.EscherRecord">
<summary>
The base abstract record from which all escher records are defined. Subclasses will need
to define methods for serialization/deserialization and for determining the record size.
@author Glen Stampoultzis
</summary>
</member>
<member name="M:NPOI.DDF.EscherRecord.#ctor">
<summary>
Initializes a new instance of the <see cref="T:NPOI.DDF.EscherRecord"/> class.
</summary>
</member>
<member name="M:NPOI.DDF.EscherRecord.FillFields(System.Byte[],NPOI.DDF.EscherRecordFactory)">
<summary>
Delegates to FillFields(byte[], int, EscherRecordFactory)
</summary>
<param name="data">The data.</param>
<param name="f">The f.</param>
<returns></returns>
</member>
<member name="M:NPOI.DDF.EscherRecord.FillFields(System.Byte[],System.Int32,NPOI.DDF.EscherRecordFactory)">
<summary>
The contract of this method is to deSerialize an escher record including
it's children.
</summary>
<param name="data">The byte array containing the Serialized escher
records.</param>
<param name="offset">The offset into the byte array.</param>
<param name="recordFactory">A factory for creating new escher records.</param>
<returns>The number of bytes written.</returns>
</member>
<member name="M:NPOI.DDF.EscherRecord.ReadHeader(System.Byte[],System.Int32)">
<summary>
Reads the 8 byte header information and populates the
<c>options</c>
and
<c>recordId</c>
records.
</summary>
<param name="data">the byte array to Read from</param>
<param name="offset">the offset to start Reading from</param>
<returns>the number of bytes remaining in this record. This</returns>
</member>
<member name="M:NPOI.DDF.EscherRecord.Serialize">
<summary>
Serializes to a new byte array. This is done by delegating to
Serialize(int, byte[]);
</summary>
<returns>the Serialized record.</returns>
</member>
<member name="M:NPOI.DDF.EscherRecord.Serialize(System.Int32,System.Byte[])">
<summary>
Serializes to an existing byte array without serialization listener.
This is done by delegating to Serialize(int, byte[], EscherSerializationListener).
</summary>
<param name="offset">the offset within the data byte array.</param>
<param name="data">the data array to Serialize to.</param>
<returns>The number of bytes written.</returns>
</member>
<member name="M:NPOI.DDF.EscherRecord.Serialize(System.Int32,System.Byte[],NPOI.DDF.EscherSerializationListener)">
<summary>
Serializes the record to an existing byte array.
</summary>
<param name="offset">the offset within the byte array.</param>
<param name="data">the offset within the byte array</param>
<param name="listener">a listener for begin and end serialization events. This.
is useful because the serialization is
hierarchical/recursive and sometimes you need to be able
break into that.
</param>
<returns></returns>
</member>
<member name="M:NPOI.DDF.EscherRecord.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>
A new object that is a copy of this instance.
</returns>
</member>
<member name="M:NPOI.DDF.EscherRecord.GetChild(System.Int32)">
<summary>
Returns the indexed child record.
</summary>
<param name="index">The index.</param>
<returns></returns>
</member>
<member name="M:NPOI.DDF.EscherRecord.Display(System.Int32)">
<summary>
The display methods allows escher variables to print the record names
according to their hierarchy.
</summary>
<param name="indent">The current indent level.</param>
</member>
<member name="M:NPOI.DDF.EscherRecord.GetInstance">
<summary>
Returns the instance part of the option record.
</summary>
<returns>The instance part of the record</returns>
</member>
<member name="P:NPOI.DDF.EscherRecord.IsContainerRecord">
<summary>
Determine whether this is a container record by inspecting the option
field.
</summary>
<value>
<c>true</c> if this instance is container record; otherwise, <c>false</c>.
</value>
</member>
<member name="P:NPOI.DDF.EscherRecord.Options">
<summary>
Gets or sets the options field for this record. All records have one
</summary>
<value>The options.</value>
</member>
<member name="P:NPOI.DDF.EscherRecord.RecordSize">
<summary>
Subclasses should effeciently return the number of bytes required to
Serialize the record.
</summary>
<value>number of bytes</value>
</member>
<member name="P:NPOI.DDF.EscherRecord.RecordId">
<summary>
Return the current record id.
</summary>
<value>The 16 bit record id.</value>
</member>
<member name="P:NPOI.DDF.EscherRecord.ChildRecords">
<summary>
Gets or sets the child records.
</summary>
<value>Returns the children of this record. By default this will
be an empty list. EscherCotainerRecord is the only record that may contain children.</value>
</member>
<member name="P:NPOI.DDF.EscherRecord.RecordName">
<summary>
Gets the name of the record.
</summary>
<value>The name of the record.</value>
</member>
<member name="T:NPOI.DDF.EscherRecord.EscherRecordHeader">
<summary>
This class Reads the standard escher header.
</summary>
</member>
<member name="M:NPOI.DDF.EscherRecord.EscherRecordHeader.ReadHeader(System.Byte[],System.Int32)">
<summary>
Reads the header.
</summary>
<param name="data">The data.</param>
<param name="offset">The off set.</param>
<returns></returns>
</member>
<member name="M:NPOI.DDF.EscherRecord.EscherRecordHeader.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</summary>
<returns>
A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</returns>
</member>
<member name="P:NPOI.DDF.EscherRecord.EscherRecordHeader.Options">
<summary>
Gets the
hyrj2020
- 粉丝: 7
- 资源: 27
最新资源
- matlab程序设计 研究方向:综合能源系统,微电网,主从博弈,合作,非合作博弈相关方向,多时间尺度
- matlab程序设计,综合能源系统主从博弈复现,stackelberg博弈,以下已经复现出来了,可以接设计,非原价 拿之前问清楚 可以运行看结果,出不 不
- MATLAB Simulink仿真平台,蓄电池控制 包括蓄电池双向DC DC控制,采用电压外环电流内环控制,使输出电压稳定,也可采用功率外环电流内环控制,使输出功率稳定
- 汽车ESP系统仿真建模,基于carsim与simulink联合仿真做的联合仿真,有完整的模型和说明
- 客户报备小程序,nodejs开发 成品源码 部署即可用 配置有python开发的服务端监控程序,客户管理 客户报备跟进 销管理 渠道管理 分销提成 类型小程序 数据库mysql
- Qt数据库综合应用组件源码 1. 同时支持多种数据库比如odbc、sqlite、mysql、postgresql、sqlserver、oracle、人大金仓等 2. 一个数据库类即可管理本地数据库通
- Qt C++自定义委托源码 复选框下拉框日期框 密码框 颜色下拉 数据检验 1. 可设置多种委托类型,例如复选框 文本框 下拉框 日期框 微调框 进度条等 2. 可设置是否密文显示,一般用于文本框
- Buck-Boost:基于MATLAB Simulink的Buck-Boost变器仿真模型,包含开环控制和闭环控制两种控制 仿真条件:MATLAB Simulink R2015b
- Cuk:基于MATLAB Simulink的Cuk变器仿真模型,包含开环控制和闭环控制两种控制 仿真条件:MATLAB Simulink R2015b
- PWM-Modulation-Inverter:基于MATLAB Simulink的三种不同PWM波调制下的逆变电路仿真模型,三种PWM调制方法分别为双极性PWM、单极性PWM和正弦PWM 仿真条件
- 在MATLAB环境下,融合遗产算法(GA)和粒子群算法(PSO)的混合算法(GA-PSO)demo,求解一定约束条件下的多元函数的极值 将遗传算法的交叉变异操作融合进粒子群算法中,可以增强粒子群算法
- 差分曼彻斯特编解码功能模块,纯Verilog代码实现
- VSC-HVDC仿真模型 Kundur’s 4-machine 2-area power system.pscad柔性直流输电仿真模型,同步机VSGVSM模型,还有多端如张北直流电网以及基本mmc逆变
- 西门子PID程序,西门子PLC 1200和G120西门子 变频器Modbud RTU通讯,带西门子触摸屏,带变频器参数 Modbus通讯报西门子PID程序,西门子PLC 1200和多台G120西门子
- Smart200控制台达B2伺服做点动回原点和绝对定位等一些列动作,程序由SmartV2.4版本编写,程序带详细注释,包扣伺服控制器参数设定和接线图以及伺服控制器使用说明书,程序仅红参考,可供开发者借
- 威纶通触摸屏通用模板,本模板根据本人多年现场经验不断完善 内含开机自动延时跳转页面,密码登录页面,同第三方设备如机械手监视页面 通用和可扩展性,可移植性强 非常灵活,可为你项目实施节约大量宝贵时
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈