diff --git a/Common/CommonHelper.cs b/Common/CommonHelper.cs index 4678dd1..eec0275 100644 --- a/Common/CommonHelper.cs +++ b/Common/CommonHelper.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using Xceed.Document.NET; -using Xceed.Drawing; using Xceed.Words.NET; +using System.Drawing; namespace GZ_LTHPilot_ORDER.Common { @@ -16,8 +16,6 @@ namespace GZ_LTHPilot_ORDER.Common { public static void DolondWord(string templatePath, DataSet data, string outputPath, string FType) { - List List = new List() { "CS", "ES" }; - // 加载模板文档 using (var document = DocX.Load(templatePath)) { @@ -32,127 +30,11 @@ namespace GZ_LTHPilot_ORDER.Common { } - else if (FType == "S") - { - // 假设模板中的表格是第一个表格 - var table = document.Tables[2]; - Row previousRow = (Row)table.Rows[1]; - //for (int i = table.Rows.Count - 4; i >= 1; i--) // 从最后一行开始删除,避免索引超出范围 - //{ - // table.Rows[i].Remove(); - //} - table.Rows[1].Remove(); - var datatable2 = data.Tables[1]; - foreach (DataRow item in datatable2.Rows) - { - Row newRow = table.InsertRow(previousRow, table.Rows.Count - 1); - foreach (var cell in newRow.Cells) - { - { - // 注意:如果单元格中有多个段落或更复杂的结构,你可能需要遍历它们并分别复制样式 - Border Border = new Border() { Size = BorderSize.four, Color = Color.Black }; - cell.SetBorder(TableCellBorderType.Left, Border); - cell.SetBorder(TableCellBorderType.Right, Border); - cell.SetBorder(TableCellBorderType.Top, Border); - cell.SetBorder(TableCellBorderType.Bottom, Border); - } - } - for (int i = 0; i < datatable2.Columns.Count; i++) - { - newRow.Cells[i].ReplaceText("{" + i.ToString() + "}", Convert.ToString(item[i])); - } - } - } - else if (FType == "W") + else if (FType == "XNC") { // 假设模板中的表格是第一个表格 var table = document.Tables[1]; Row previousRow = (Row)table.Rows[1]; - //for (int i = table.Rows.Count - 4; i >= 1; i--) // 从最后一行开始删除,避免索引超出范围 - //{ - // table.Rows[i].Remove(); - //} - table.Rows[1].Remove(); - var datatable2 = data.Tables[1]; - foreach (DataRow item in datatable2.Rows) - { - Row newRow = table.InsertRow(previousRow, table.Rows.Count - 2); - foreach (var cell in newRow.Cells) - { - { - // 注意:如果单元格中有多个段落或更复杂的结构,你可能需要遍历它们并分别复制样式 - Border Border = new Border() { Size = BorderSize.four, Color = Color.Black }; - cell.SetBorder(TableCellBorderType.Left, Border); - cell.SetBorder(TableCellBorderType.Right, Border); - cell.SetBorder(TableCellBorderType.Top, Border); - cell.SetBorder(TableCellBorderType.Bottom, Border); - } - } - for (int i = 0; i < datatable2.Columns.Count; i++) - { - newRow.Cells[i].ReplaceText("{" + i.ToString() + "}", Convert.ToString(item[i])); - } - } - } - else if (FType == "SX-1" || FType == "SX-2") - { - #region 这里开始复制 - // 假设模板中的表格是第一个表格 - var table = document.Tables[2]; - //// 清空表格中的所有行(除了表头,如果有的话) - //// 注意:这里假设第一行是表头,不删除 - Row previousRowNew = (Row)table.Rows[1]; - Row previousRowthreeNew = (Row)table.Rows[2]; - Row previousRowfourNew = (Row)table.Rows[3]; - for (int i = 3; i >= 1; i--) - { - table.Rows[i].Remove(); - } - var datatable2 = data.Tables[2]; - - // 使用LINQ来获取去重后的FType字段 - var DistinctFTypes = datatable2.AsEnumerable() - .Select(row => row.Field("FType")) - .Distinct() - .ToList(); - int Index = DistinctFTypes.Count; - foreach (var item in DistinctFTypes) - { - Row previousRow = previousRowNew; - var previousRowthree = previousRowthreeNew; - var previousRowfour = previousRowfourNew; - //插入组合中具体的数据行 - var Rows = datatable2.AsEnumerable().Where(t => Convert.ToString(t["FType"]) == item).ToList(); - //插入一个组合 - #region - Row newRowfour = table.InsertRow(previousRowfour, 1); - newRowfour.Cells[1].ReplaceText("{9}", Convert.ToString(Rows[0][11])); - foreach (var Row in Rows) - { - Row newRowthree = table.InsertRow(previousRowthree, 1); - for (int i = 0; i < 9; i++) - { - newRowthree.Cells[i].ReplaceText("{" + i.ToString() + "}", Convert.ToString(Row[i])); - } - document.ReplaceText("{10}", Convert.ToString(Row[10])); - } - Row newRow = table.InsertRow(previousRow, 1); - newRow.Cells[0].ReplaceText("{0}", string.Format("{0}、{1}", ConvertToChineseUppercase(Index), Convert.ToString(item))); - #endregion - Index--; - - } - #endregion - } - else if (!List.Contains(FType) && FType != "HH" && FType != "TH") - { - // 假设模板中的表格是第一个表格 - var table = document.Tables[1]; - Row previousRow = (Row)table.Rows[1]; - //for (int i = table.Rows.Count - 4; i >= 1; i--) // 从最后一行开始删除,避免索引超出范围 - //{ - // table.Rows[i].Remove(); - //} table.Rows[1].Remove(); var datatable2 = data.Tables[1]; foreach (DataRow item in datatable2.Rows) @@ -171,11 +53,12 @@ namespace GZ_LTHPilot_ORDER.Common } for (int i = 0; i < datatable2.Columns.Count; i++) { - newRow.Cells[i].ReplaceText("{" + i.ToString() + "}", Convert.ToString(item[i])); + newRow.Cells[i].ReplaceText("{" + i.ToString() + "}", Convert.ToString(item[i]).TrimEnd('0', '.')); } } } - else if (List.Contains(FType)) + //判断含施工费 + else if (FType == "XNSGCS" || FType == "XNTSCS") { #region 这里开始复制 // 假设模板中的表格是第一个表格 @@ -207,84 +90,24 @@ namespace GZ_LTHPilot_ORDER.Common //插入一个组合 #region Row newRowfour = table.InsertRow(previousRowfour, 1); - newRowfour.Cells[1].ReplaceText("{9}", Convert.ToString(Rows[0][11])); + newRowfour.Cells[1].ReplaceText("{9}", Convert.ToString(Rows[0][11]).TrimEnd('0', '.')); foreach (var Row in Rows) { Row newRowthree = table.InsertRow(previousRowthree, 1); for (int i = 0; i < 9; i++) { - newRowthree.Cells[i].ReplaceText("{" + i.ToString() + "}", Convert.ToString(Row[i])); + newRowthree.Cells[i].ReplaceText("{" + i.ToString() + "}", Convert.ToString(Row[i]).TrimEnd('0', '.')); } - document.ReplaceText("{10}", Convert.ToString(Row[10])); + document.ReplaceText("{10}", Convert.ToString(Row[10]).TrimEnd('0', '.')); } Row newRow = table.InsertRow(previousRow, 1); - newRow.Cells[0].ReplaceText("{0}", string.Format("{0}、{1}", ConvertToChineseUppercase(Index), Convert.ToString(item))); + newRow.Cells[0].ReplaceText("{0}", string.Format("{0}、{1}", ConvertToChineseUppercase(Index), Convert.ToString(item)).TrimEnd('0', '.')); #endregion Index--; } #endregion } - else if (FType == "HH") - { - // 获取模板文档中的表格 - var table = document.Tables[1]; - Row previousRow = (Row)table.Rows[1]; - var roww = table.Rows; - table.Rows[1].Remove(); - //获取存储过程的查询 - var datatable2 = data.Tables[3]; - foreach (DataRow item in datatable2.Rows) - { - int textn = table.Rows.Count; - Row newRow = table.InsertRow(previousRow, table.Rows.Count - 3); - foreach (var cell in newRow.Cells) - { - { - // 注意:如果单元格中有多个段落或更复杂的结构,你可能需要遍历它们并分别复制样式 - Border Border = new Border() { Size = BorderSize.four, Color = Color.Black }; - cell.SetBorder(TableCellBorderType.Left, Border); - cell.SetBorder(TableCellBorderType.Right, Border); - cell.SetBorder(TableCellBorderType.Top, Border); - cell.SetBorder(TableCellBorderType.Bottom, Border); - } - } - for (int i = 0; i < datatable2.Columns.Count; i++) - { - newRow.Cells[i].ReplaceText("{" + i.ToString() + "}", Convert.ToString(item[i])); - } - } - } - else - { - // 获取模板文档中的表格 - var table = document.Tables[1]; - Row previousRow = (Row)table.Rows[1]; - var roww = table.Rows; - table.Rows[1].Remove(); - //获取存储过程的查询 - var datatable2 = data.Tables[4]; - foreach (DataRow item in datatable2.Rows) - { - int textn = table.Rows.Count; - Row newRow = table.InsertRow(previousRow, table.Rows.Count - 3); - foreach (var cell in newRow.Cells) - { - { - // 注意:如果单元格中有多个段落或更复杂的结构,你可能需要遍历它们并分别复制样式 - Border Border = new Border() { Size = BorderSize.four, Color = Color.Black }; - cell.SetBorder(TableCellBorderType.Left, Border); - cell.SetBorder(TableCellBorderType.Right, Border); - cell.SetBorder(TableCellBorderType.Top, Border); - cell.SetBorder(TableCellBorderType.Bottom, Border); - } - } - for (int i = 0; i < datatable2.Columns.Count; i++) - { - newRow.Cells[i].ReplaceText("{" + i.ToString() + "}", Convert.ToString(item[i])); - } - } - } if (!Directory.Exists(Path.GetDirectoryName(outputPath))) { Directory.CreateDirectory(Path.GetDirectoryName(outputPath)); diff --git a/GZ_LTHPilot_ORDER.csproj b/GZ_LTHPilot_ORDER.csproj index 7fd9a09..445786e 100644 --- a/GZ_LTHPilot_ORDER.csproj +++ b/GZ_LTHPilot_ORDER.csproj @@ -33,6 +33,75 @@ 4 + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\AForge.Video.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\AForge.Video.DirectShow.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\Antlr3.Runtime.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\Aspose.Cells.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\BouncyCastle.Crypto.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\Castle.Core.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\DevExpress.Data.v13.1.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\DevExpress.Printing.v13.1.Core.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\DevExpress.Utils.v13.1.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\DevExpress.XtraEditors.v13.1.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\DocumentFormat.OpenXml.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\DocumentFormat.OpenXml.Framework.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\FarPoint.CalcEngine.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\FarPoint.Excel.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\FarPoint.Localization.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\FarPoint.PDF.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\FarPoint.PluginCalendar.WinForms.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\FarPoint.Win.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\FarPoint.Win.Chart.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\FarPoint.Win.Spread.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\ICSharpCode.SharpZipLib.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\IronPython.dll + + + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\JWT.dll + ..\..\派诺-斌哥\git\6、程序\GZ_KD_Parino\dll\K3Cloud.WebApi.Client.dll @@ -138,6 +207,7 @@ packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + packages\System.Memory.4.5.5\lib\net461\System.Memory.dll @@ -155,19 +225,12 @@ - packages\Xceed.Document.NET.4.0.25103.5784\lib\net40\Xceed.Document.NET.dll - - - packages\Xceed.Drawing.NET.1.0.25103.5784\lib\net40\Xceed.Drawing.NET.dll - - - packages\Xceed.Pdf.4.0.25103.5784\lib\net40\Xceed.Pdf.dll + False + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\Xceed.Document.NET.dll - packages\Xceed.Words.NET.4.0.25103.5784\lib\net40\Xceed.Words.NET.dll - - - packages\Xceed.Workbooks.NET.2.0.25103.5784\lib\net40\Xceed.Workbooks.NET.dll + False + ..\..\派诺-裴豪\派诺功能\代码\Pilot_KD_Parino (2)\Pilot_KD_Parino\Pilot_KD_Parino\bin\Debug\Xceed.Words.NET.dll @@ -190,6 +253,9 @@ + + + diff --git a/SAL_QUOTATION/DownLoadFile.cs b/SAL_QUOTATION/DownLoadFile.cs index 25b3c80..e21dfaf 100644 --- a/SAL_QUOTATION/DownLoadFile.cs +++ b/SAL_QUOTATION/DownLoadFile.cs @@ -2,6 +2,7 @@ using Kingdee.BOS.Core; using Kingdee.BOS.Core.Bill.PlugIn; using Kingdee.BOS.Core.DynamicForm; +using Kingdee.BOS.Core.DynamicForm.PlugIn; using Kingdee.BOS.Core.DynamicForm.PlugIn.Args; using Kingdee.BOS.Orm.DataEntity; using Kingdee.BOS.Util; @@ -16,14 +17,15 @@ using System.Threading.Tasks; namespace GZ_LTHPilot_ORDER.SAL_QUOTATION { [Description("【表单插件】销售报价单-下载Word"), HotUpdate] - public class DownLoadFile : AbstractBillPlugIn + public class DownLoadFile : AbstractDynamicFormPlugIn { - public override void AfterDoOperation(AfterDoOperationEventArgs e) + + public override void BarItemClick(BarItemClickEventArgs e) { - base.AfterDoOperation(e); - //下载word - if (e.Operation.Operation.Equals("VRYF_tbButton")) + base.BarItemClick(e); + if (e.BarItemKey.Equals("VRYF_tbButton")) { + //this.View.ShowMessage("1233456"); //获取时间戳 var ts = DateTime.Now - new DateTime(1970, 1, 1, 0, 0, 0, 0); var _TimeSpan = Convert.ToInt64(ts.TotalSeconds).ToString(); @@ -41,6 +43,10 @@ namespace GZ_LTHPilot_ORDER.SAL_QUOTATION string FIsDebugging = this.View.Model.GetValue("FIsDebugging")?.ToString(); //获取工程项目 DynamicObject F_projectname = this.View.Model.GetValue("F_projectname") as DynamicObject; + //获取是否不含施工,含调试费# + String F_BHSGHTSF = this.View.Model.GetValue("F_BHSGHTSF")?.ToString(); + //判断是否含施工 + String F_HSG = this.View.Model.GetValue("F_HSG")?.ToString(); if (FCustId == null) { @@ -60,6 +66,7 @@ namespace GZ_LTHPilot_ORDER.SAL_QUOTATION return; } string projectname = ""; + string FCustIdprojectname = ""; if (oId != 438223) { projectname = F_projectname["NAME"]?.ToString(); @@ -68,63 +75,60 @@ namespace GZ_LTHPilot_ORDER.SAL_QUOTATION projectname = projectname.Replace("+", "➕"); projectname = projectname.Replace("*", " "); projectname = projectname.Replace(":", ":"); + projectname = projectname.Replace("\"", "“"); + + FCustIdprojectname = FCustId["NAME"]?.ToString(); + //特殊符号平替解决方法: + FCustIdprojectname = FCustIdprojectname.Replace("/", "/"); + FCustIdprojectname = FCustIdprojectname.Replace("+", "➕"); + FCustIdprojectname = FCustIdprojectname.Replace("*", " "); + FCustIdprojectname = FCustIdprojectname.Replace(":", ":"); + FCustIdprojectname = FCustIdprojectname.Replace("\"", "“"); } - string FPath = string.Format(@"D:\导出Word\{0}\{1}\{2}\{3}年\{4}月\{5}日\{6}.docx", this.Context.DataCenterName, "销售订单", + string FPath = string.Format(@"D:\导出Word\{0}\{1}\{2}\{3}年\{4}月\{5}日\{6}.docx", this.Context.DataCenterName, "销售报价单", this.View.Model.DataObject["Billno"], DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, string.Format("{0}-{1}-{2}-{3}-{4}", FDATE.ToString("yyyy-MM-dd"), F_cocntractnumber - , string.IsNullOrWhiteSpace(projectname) ? "" : projectname, FCustId == null ? "" : FCustId["NAME"], FSalerId == null ? "" : FSalerId["NAME"])); - - //获取订单类型编码 - DynamicObject F_Ordercategory = this.View.Model.GetValue("F_Ordercategory") as DynamicObject; - if (F_Ordercategory == null) - { - return; - } - string FOrdercategory = Convert.ToString(F_Ordercategory["FNumber"]); + , string.IsNullOrWhiteSpace(projectname) ? "":projectname,FCustIdprojectname, FSalerId == null ? "" : FSalerId["NAME"])); //获取金额 string fBILLNO = this.View.Model.GetValue("FBILLNO").ToString(); - string sql = string.Format(@"/*dialect*/Select B.FBillAllAmount as 'FBillAllAmount' From T_SAL_QUOTATION A - JOIN T_SAL_QUOTATIONFIN B on A.FID = B.FID Where A.FBILLNO = '{0}'", fBILLNO); + //获取销售报价单的合同类型,根据报价单合同类型获取模版 + string sql = string.Format(@"/*dialect*/ + EXEC GetSAL_QUOTATIONHT_GZTH '{0}' + ", fBILLNO); var sqlList = DBUtils.ExecuteDynamicObject(Context, sql); - var fAmount = Convert.ToDecimal(sqlList[0]["FBillAllAmount"]); + //取值合同类型 + var F_Ordercategory = Convert.ToString(sqlList[0]["FNUMBER"]); + String FOrdercategory = ""; - if (fAmount >= 200000 && FOrdercategory == "P") + //判断是哪个合同 + if (F_Ordercategory == "C") { - FOrdercategory = "PP"; + FOrdercategory = "XNC"; } - - var ntess = FIsDebugging; - - if (FOrdercategory == "SX" && FIsDebugging == "1") + if(F_Ordercategory == "CS") { - FOrdercategory = "SX-1"; - } - - if (FOrdercategory == "SX" && FIsDebugging == "0") - { - FOrdercategory = "SX-2"; - } - - //判断退货/换货 - var splitList = F_cocntractnumber.Split('-'); - if (splitList.Count() > 1) - { - if (splitList[1].ToString().Contains("TH")) + //判断含调试费 + if (F_BHSGHTSF == "True") { - FOrdercategory = "TH"; + FOrdercategory = "XNSGCS"; } - else + //判断含施工,不含调试费 + else if (F_HSG == "True") { - FOrdercategory = "HH"; + FOrdercategory = "XNTSCS"; } } + if (F_Ordercategory == "CW") { + //判断是否按服务事件报价 + } + //获取模板地址 var TempModelPath = SqlManage.SqlManage.GetTempModelPath(this.Context, FOrdercategory); - if (TempModelPath == null) + if (TempModelPath.Count == 0) { - this.View.ShowErrMessage("找不到对应的word模板"); + this.View.ShowErrMessage("找不到对应的word模板,CS模版需勾选是否不含施工或是否含施工复选框。"); return; } //获取内容 @@ -155,12 +159,12 @@ namespace GZ_LTHPilot_ORDER.SAL_QUOTATION this.View.ShowForm(showParameter); } } - string opt = e.Operation.Operation; + //string opt = e.Operation.Operation; - if (opt == "Save" && e.OperationResult.IsSuccess) - { - this.View.Refresh(); - } + //if (opt == "Save" && e.OperationResult.IsSuccess) + //{ + // this.View.Refresh(); + //} } } } diff --git a/SQL/SqlManage.cs b/SQL/SqlManage.cs index 0df8135..4165333 100644 --- a/SQL/SqlManage.cs +++ b/SQL/SqlManage.cs @@ -236,7 +236,7 @@ namespace GZ_LTHPilot_ORDER.SqlManage { //定义SQL,调用物料视图 string sql = string.Format(@"/*dialect*/ - exec GetTempModelData '{0}','{1}' ", FID, FType); + exec GetTempModelData_XSBJD_GZTH '{0}','{1}' ", FID, FType); //执行SQL return DBServiceHelper.ExecuteDataSet(ctx, sql); } diff --git a/bin/Debug/GZ_LTHPilot_ORDER.dll b/bin/Debug/GZ_LTHPilot_ORDER.dll index 62d5b80..55cae57 100644 Binary files a/bin/Debug/GZ_LTHPilot_ORDER.dll and b/bin/Debug/GZ_LTHPilot_ORDER.dll differ diff --git a/bin/Debug/GZ_LTHPilot_ORDER.pdb b/bin/Debug/GZ_LTHPilot_ORDER.pdb index fd3bb4e..36ca4cf 100644 Binary files a/bin/Debug/GZ_LTHPilot_ORDER.pdb and b/bin/Debug/GZ_LTHPilot_ORDER.pdb differ diff --git a/bin/Debug/Xceed.Document.NET.dll b/bin/Debug/Xceed.Document.NET.dll index 38955e5..4c73b92 100644 Binary files a/bin/Debug/Xceed.Document.NET.dll and b/bin/Debug/Xceed.Document.NET.dll differ diff --git a/bin/Debug/Xceed.Document.NET.xml b/bin/Debug/Xceed.Document.NET.xml deleted file mode 100644 index d8c4fd5..0000000 --- a/bin/Debug/Xceed.Document.NET.xml +++ /dev/null @@ -1,5170 +0,0 @@ - - - - Xceed.Document.NET - - - - Value indicating the Alignment of the Text in a Paragraph. - - - Align the Paragraph's text to the left. - - - Align the Paragraph's text as centered. - - - Align the Paragraph's text to the right. - - - Align the Paragraph's text to both the left and right margins, adding extra space between the content as necessary. - - - Value indicating how a Table should auto resize. - - - Fits the columns? widths to their content. - - - Stretches the table's width across the page. - - - The table does not have a fixed width and uses the defined column's width. - - - The table has a fixed width and uses the defined column's width to calculate this width. - - - Determines the type of capitalization used by the Axis' Title. - - - Removes all capitalization. - - - Puts every letter in the Title in lowercase. - - - Puts every letter in the Title in uppercase. - - - Determines the type of strikethrough used by the Axis' Title. - - - Uses no strike through on the Title. - - - Uses a single strike to strike through the Title. - - - Uses a double strike to strikethrough the Title. - - - Determines how the Axis' Title is underlined. - - - Does not underline. - - - Underlines with a dash. - - - Underlines with a heavy dash. - - - Underlines with a long dash. - - - Underlines with a long & heavy dash. - - - Underlines with two lines. - - - Underlines with a series of dots & dashes. - - - Underlines with a series of heavy dots & dashes. - - - Underlines with a repeating pattern of dot-dot-dash. - - - Underlines with a repeating pattern of heavy dot-dot-dash. - - - Underlines with dots. - - - Underlines with heavy dots. - - - Underlines with a heavy line. - - - Underlines with a single line. - - - Underlines with a wavy line. - - - Underlines with two wavy lines. - - - Underlines with a heavy wavy line. - - - Underlines the words only with a single line. - - - Value indicating the Direction of the bars in a BarChart. - - - Value indicating the type of Grouping in a BarChart. - - - Value indicating a basic shape to apply to a Picture. - - - Value indicating a block arrow shape to apply to a Picture. - - - Value indicating the size to apply to a border. - - - Value indicating the style to apply to a border. - - - Value indicating a callout shape to apply to a Picture. - - - Value indicating the caps style to apply to the text. - - - No caps : every character will be lowercase. - - - All caps : every character will be uppercase. - - - Small caps : every character will be uppercase, but with a small font size. - - - Value indicating the position of a ChartLegend. - - - Value indicating the Type of Container. - - - Value indicating the Type of Content. - - - Determines the style of the added Borders. - - - Removes the border. - - - - Hides the border, which basically makes it transparent: - - - - - - - - Gives a dotted border, which looks like this: - - - - - - - - Gives a dashed border, which looks like this: - - - - - - - - Gives a solid border, which looks like this: - - - - - - - - Gives a double border, which looks like this: - - - - - - - - Gives a groove border, which looks like this: - - - - - - - - Gives a ridge border, which looks like this: - - - - - - - - Gives an inset border, which looks like this: - - - - - - - - Gives an outset border, which looks like this: - - - - - - - Value indicating the direction of the content. - - - Value indicating how to display blanks. - - - Value indicating the Type of Document. - - - Value indicating an edit restriction on a Document. - - - Value indicating an equation shape to apply to a Picture. - - - Value indicating a flow chart shape to apply to a Picture. - - - Value indicating the type of Grouping in a LineChart. - - - Value indicating which hashing algorithm will be used for password protection. - - - No hashing algorithm is applied. - - - Applies the MD2 algorithm. - - - Applies the MD5 algorithm. - - - Applies the SHA-1 algorithm. - - - Applies the SHA-256 algorithm. - - - Applies the SHA-384 algorithm. - - - Applies the SHA-512 algorithm. - - - Value which defines the names that can be used to refer to specific implementations of hashing algorithms. - - - Indicates that the specified algorithm is not supported. - - - Specifies the implementation of the SHA-1 algorithm. - - - Specifies the managed implementation of the SHA-1 algorithm. - - - Specifies the managed implementation of the SHA-256 algorithm. - - - Specifies the managed implementation of the SHA-384 algorithm. - - - Specifies the managed implementation of the SHA-512 algorithm. - - - Value indicating the type of heading. - - - Value indicating the color of the highlight. - - - Value indicating the position of a horizontal line within a Paragraph. - - - These properties are meant to give more information about the hyperlink?s type and change or get the anchor?s value. - - - Determines what kind of justification is used. - - - Value indicating the position of the axis' tick labels. - - - The label is located near the axis. - - - The label is located over the axis values. - - - The label is located under the axis values. - - - No label is displayed. - - - Value indicating the type of line spacing. - - - Value indicating the type of automatic line spacing. - - - Value indicating the List's type. - - - A number will be added before each item. - - - A bullet will be added before each item. - - - List of the possible marker shapes. - - - Value indicating how formatting should be matched. - - - The formatting should be matched exactly. For example, a word in bold and italic will match if the other word is in bold and italic. - - - The formatting can be matched partially. For example, a word that is in bold can be matched with another word that is in bold and italic because both words are -in bold. - - - Value indicating the action to take when two documents are merged, and either they both contain a style with the same name but with different attributes, or -they both contain headers/footers. - - - The style and headers/footers from the local document are kept. - - - The style and headers/footers from the remote document are kept. - - - The style from the local document is kept. The style of the remote document is given a new name and added to the merged document. The headers/footers from each -document are kept when useSectionBreak is true, otherwise the headers/footers from the local document are kept. - - - Value indicating the miscellanous property to apply. - - - Specifies the possible values for number formatting when using footnotes/endnotes. Default is number. - - - Value indicating the orientation of the document. - - - Value indicating the format for the page numbers. - - - Page numbers will use the normal format (1, 2, 3, 4, ...) - - - Page numbers will use the roman format (I, II, III, IV, ...) - - - Specifies the style that will be used in a ShaddingPattern configuration for Tables, -Paragraphs or Cells. - - - No pattern - - - 100% Fill pattern - - - 5% Fill pattern - - - 10% Fill pattern - - - 12.5% Fill pattern - - - 15% Fill Pattern - - - 20% Fill pattern - - - 25% Fill pattern - - - 30% Fill pattern - - - 35% Fill pattern - - - 37.5% Fill pattern - - - 40% Fill pattern - - - 45% Fill pattern - - - 50% Fill pattern - - - 55% Fill pattern - - - 60% Fill pattern - - - 62.5% Fill pattern - - - 65% Fill pattern - - - 70% Fill pattern - - - 75% Fill pattern - - - 80% Fill pattern - - - 85% Fill pattern - - - 87.5% Fill pattern - - - 90% Fill pattern - - - 95% Fill pattern - - - Dark Horizontal pattern - - - Dark Vertical pattern - - - Dark Down Diagonal pattern - - - Dark Up Diagonal pattern - - - Dark Grid pattern - - - Dark Trellis pattern - - - Light Horizontal pattern - - - Light Vertical pattern - - - Light Down Diagonal pattern - - - Light Up Diagonal pattern - - - Light Grid pattern - - - Light Trellis pattern - - - Value indicating a rectangle shape to apply to a Picture. - - - - - -Defines - which - of -the Paragraph - 's -object(s - ) -(Charts, Pictures, Tables) - will -be - remove - d - from -theDocumentwhensaidParagraph -is removed with the Remove method. - - - - Keeps all of the Charts, Pictures & Tables. - - - Removes only the Tables. - - - Removes only the Pictures. - - - Removes only the Charts. - - - Removes all of the Charts, Pictures & Tables. - - - Specifies which Container should be parsed when replacing content. - - - The replacement will be done in the Document's Headers. - - - The replacement will be done in the Document's Footers. - - - The replacement will be done in the body of the Document. - - - The replacement will be done in the Headers, Footers and body of the Document. - - - Value indicating the Script formatting. - - - Value indicating the type of section break. - - - Value indicating the type of shading. - - - Text Shading. - - - Paragraph Shading. - - - Value indicating a star and banner shape to apply to a Picture. - - - Value indicating the strike through formatting. - - - Value indicating the type of table border. - - - Value indicating the type of cell border. - - - Value indicating the type of cell margin. - - - Value indicating the design/style to apply to a Table. - - - The design named in the Table's CustomTableDesignName property will be -used. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No design is applied. - - - Value indicating the Table of Content Switch to use. - - - No switch is specified. - - - Includes captioned items, but omits caption labels and numbers. The identifier designated by text in the specified value corresponds to the caption label. - - - Includes entries only from the portion of the document identified by the specified bookmark. - - - Includes figures, tables, charts, and other items that are numbered by a SEQ field. - - - When used with \s, the text in the specified value defines the separator between sequence and page numbers. By default, the separator is a hyphen (-). - - - Includes only those TC fields whose identifier exactly matches the specified value. - - - Makes the table of contents entries hyperlinks. - - - Includes TC fields that assign entries to one of the levels specified by text in the specified value. - - - Page numbers are omitted from all levels unless a range of entry levels is specified by text in the specified value. If no value is specified, omits page -numbers from the table of contents. - - - Uses paragraphs formatted with all or the specified range of built-in heading styles. - - - Specifies a sequence of characters that separate an entry and its page number. By default, a tab with leader dots. - - - Adds a prefix to the page number for entries numbered with a SEQ field. - - - Uses paragraphs formatted with styles, indicated in the specified value, other than the built-in heading styles. - - - Uses the applied paragraph outline level. - - - Preserves tab entries within table entries. - - - Preserves newline characters within table entries. - - - Hides tab leader and page numbers in web layout view. - - - Value indicating the wrapping style used to wrap elements around a Table. - - - No wrapping is applied. - - - Text will be wrapped around the object. - - - Value indicating the leader for a tab stop. - - - Value indicating the direction of the text. - - - Determines how tick marks are displayed. - - - Tick marks will be displayed on the chart's axis. - - - Tick marks will be displayed inside of the chart. - - - Tick marks will be displayed outside of the chart. - - - Tick marks will not be displayed. - - - Value indicating the style to apply to an underline. - - - Value indicating the vertical alignment of a Cell. - - - - -Value indicating the horizontal alignment of an element. - - - - Not using any horizontal alignment. - - - Element is horizontally aligned from its Left relative to the margin. - - - Element is horizontally aligned from its Left relative to the page left position. - - - Element is horizontally aligned from its Left relative to the text column. - - - Element is horizontally aligned from its Left relative to the associated character. - - - Element is horizontally aligned from its Left relative to the left margin. - - - Element is horizontally aligned from its Left relative to the right margin. - - - Element is horizontally aligned from its Left relative to the inside margin. - - - Element is horizontally aligned from its Left relative to the outside margin. - - - Element is horizontally aligned from its Center relative to the left margin. - - - Element is horizontally aligned from its Center relative to the page center position. - - - Element is horizontally aligned from its Center relative to the text column. - - - Element is horizontally aligned from its Center relative to the associated character. - - - Element is horizontally aligned from its Center relative to the left margin. - - - Element is horizontally aligned from its Center relative to the right margin. - - - Element is horizontally aligned from its Center relative to the inside margin. - - - Element is horizontally aligned from its Center relative to the outside margin. - - - Element is horizontally aligned from its Right relative to the margin. - - - Element is horizontally aligned from its Right relative to the page right position. - - - Element is horizontally aligned from its Right relative to the text column. - - - Element is horizontally aligned from its Right relative to the associated character. - - - Element is horizontally aligned from its Right relative to the left margin. - - - Element is horizontally aligned from its Right relative to the right margin. - - - Element is horizontally aligned from its Right relative to the inside margin. - - - Element is horizontally aligned from its Right relative to the outside margin. - - - Element is horizontally aligned from its Left inside of the margin. - - - Element is horizontally aligned from its Left inside of the page. - - - Element is horizontally aligned from its Left outside of the margin. - - - Element is horizontally aligned from its Left outside of the page. - - - - -Value indicating the element from which the horizontal offset of an element is calculated. - - - - Not using any horizontal offset alignment from. - - - Element's HorizontalOffset is calculated relative to the margin. - - - Element's HorizontalOffset is calculated relative to the page left position. - - - Element's HorizontalOffset is calculated relative to the text column. - - - Element's HorizontalOffset is calculated relative to the associated character. - - - Element's HorizontalOffset is calculated relative to the left margin. - - - Element's HorizontalOffset is calculated relative to the right margin. - - - Element's HorizontalOffset is calculated relative to the inside margin. - - - Element's HorizontalOffset is calculated relative to the outside margin. - - - - -Value indicating the vertical alignment of an element. - - - - Not using any vertical alignment. - - - Element is vertically aligned from its Top relative to the margin. - - - Element is vertically aligned from its Top relative to the page top position. - - - Element is vertically aligned from its Top relative to the line. - - - Element is vertically aligned from its Top relative to the top margin. - - - Element is vertically aligned from its Top relative to the bottom margin. - - - Element is vertically aligned from its Top relative to the inside margin. - - - Element is vertically aligned from its Top relative to the outside margin. - - - Element is vertically aligned from its Center relative to the margin. - - - Element is vertically aligned from its Center relative to the page center position. - - - Element is vertically aligned from its Center relative to the line. - - - Element is vertically aligned from its Center relative to the top margin. - - - Element is vertically aligned from its Center relative to the bottom margin. - - - Element is vertically aligned from its Center relative to the inside margin. - - - Element is vertically aligned from its Center relative to the outside margin. - - - Element is vertically aligned from its Bottom relative to the margin. - - - Element is vertically aligned from its Bottom relative to the page bottom position. - - - Element is vertically aligned from its Bottom relative to the line. - - - Element is vertically aligned from its Bottom relative to the top margin. - - - Element is vertically aligned from its Bottom relative to the bottom margin. - - - Element is vertically aligned from its Bottom relative to the inside margin. - - - Element is vertically aligned from its Bottom relative to the outside margin. - - - Element is vertically aligned from its Inside relative to the margin. - - - Element is vertically aligned from its Inside relative to the page inside position. - - - Element is vertically aligned from its Inside relative to the line. - - - Element is vertically aligned from its Inside relative to the top margin. - - - Element is vertically aligned from its Inside relative to the bottom margin. - - - Element is vertically aligned from its Inside relative to the inside margin. - - - Element is vertically aligned from its Inside relative to the outside margin. - - - Element is vertically aligned from its Outside relative to the margin. - - - Element is vertically aligned from its Outside relative to the page outside position. - - - Element is vertically aligned from its Outside relative to the line. - - - Element is vertically aligned from its Outside relative to the top margin. - - - Element is vertically aligned from its Outside relative to the bottom margin. - - - Element is vertically aligned from its Outside relative to the inside margin. - - - Element is vertically aligned from its Outside relative to the outside margin. - - - - -Value indicating the element from which the vertical offset of an element is calculated. - - - - Not using any vertical offset alignment from. - - - Element's VerticalOffset is calculated relative to the margin. - - - Element's VerticalOffset is calculated relative to the page top position. - - - Element's VerticalOffset is calculated relative to the paragraph. - - - Element's VerticalOffset is calculated relative to the line. - - - Element's VerticalOffset is calculated relative to the top margin. - - - Element's VerticalOffset is calculated relative to the bottom margin. - - - Element's VerticalOffset is calculated relative to the inside margin. - - - Element's VerticalOffset is calculated relative to the outside margin. - - - Value indicating how the text wraps around an object. - - - The object acts like a character in a sentence. The line height will be affected by the object's size. - - - There will be no text on the right or left of the object. The text will appear at the top and at the bottom of the object. - - - The object is considered a square and the text will appear around that square. - - - The text will appear around the object and inside a square object but will not enter the defined WrapPolygon. - - - The text will appear around the object and inside a square object but will not enter the defined WrapPolygon. Depending on the WrapPolygon size, text could -appear inside the middle of the object. - - - The object will be displayed behind the text. - - - The object will appear in front of the text. - - - Value indicating the position of the wrapping text when using the WrapSquare, WrapTight or WrapThrough wrapping styles. - - - Text wraps on both sides of the object. - - - Text wraps on the left side of the object. - - - Text wraps on the right side of the object. - - - Text wraps around the largest side of the object; if the object is centered, then text wraps around the side on which text is first encountered. - - - Represents the base class for an Axis. - - - Represents a Bar Chart. - - - Represents a Bookmark. - - - Represents a collection of Bookmarks. - - - Represents a Border of a Table or Cell. - - - Represents the Borders (left, top, right, bottom). - - - Represents a Category Axis - - - Represents a Cell in a Table. - - - Represents the base class for a Chart. - - - Represent a Chart's Legend. - - - Represents a CheckBox. - - - Represents the base class for a Container. - - - Represents a Custom Property. - - - Represents a Document Property. - - - Represents a Document. - - - Represents the base class for all Document Elements. - - - An Endnote class derives from Note and specifies the content of an endnote in the document. - - - Represents a Font. - - - Represents a Footer. - - - Represents the Footers in a Document (Even, First, Odd). - - - A Footnote class derives from Note and specifies the content of a footnote in the document. - - - Represents a FormattedText. - - - Represents a group of formatting options that can be applied to text. - - - Contains the options that are available when replacing a string with a function in a Document. - - - Represents a header. - - - Represents the Headers in a Document (Even, First, Odd). - - - Contains the options that are available when replacing a string with HTML in a Document. It -derives from the StringReplaceTextOptionsBase class. - - - Represents a Hyperlink. - - - Represents the text hyphenation settings. - - - Represents an Image. - - - Represents the base class for DocumentElements that support the ablity to insert new -DocumentElements before or after the current DocumentElement. - - - Represents the class that registers the classes defined in the Xceed.Words.NET assembly. - - - Represents a Line Chart. - - - Represents a List. - - - Lets a user specify how a List should be displayed and configured. - - - Allows to customize the markers. - - - Contains the options used when multiple strings are replaced with DocumentElements in -a Document, Container or -Paragraph. - - - Base class containing all the options used when strings are replaced in a Document, Container or Paragraph. - - - Contains the options used when multiple strings are replaced with other strings in a Document, Container or Paragraph. - - - A Note is the base class for Footnote and Endnote and contains the common properties. - - - A NoteProperties holds the different general properties related to footnote/endnotes. This class can be set in the Section's -FootnoteProperties/EndnoteProperties. - - - - Contains the options that are available when replacing a string with an object in a Document. - Currently, the supported objects are Pictures, Tables and Hyperlinks. - - - - Represents a PageLayout. - - - This class is used to format a page number. - - - Represents a paragraph. - - - Represents a Picture. - - - Represents a Pie Chart. - - - Base class containing all the options that are available when text is replaced in a Document. - - - Represents a Row in a Table. - - - Represents a Run. - - - Represents a Section. - - - Represents a Series. - - - Holds the shading properties for Tables, Cells or Paragraphs. - - - Represents a Shape. - - - Represents a group of 4 values, one for each side. - - - Represents a SignatureLine.
-A SignatureLine is an MS Words picture composed of a line and signer informations. Used where a user can sign a document.
-
- - Represents the options to set when creating a SignatureLine. - - - Contains the options that are available when replacing a string with another string in a Document. - - - - Base class containing all the options that are available when a string is replaced in a Document. - - - - A Symbol holds the properties to specify a font character. - - - Represents a Table. - - - Represents a TableLook. - - - Represents a table of contents. - - - Used to format an axis' title. - - - Represents a Value Axis - - - Provides a set of Xml templates. - - - Gets the Id of this Axis. - - - Gets or sets if this Axis is visible. - - - Gets or sets the position of the axis' tick labels. Default value is NextToAxis. - - - Allows the user to set the desired major tick mark type. - - - Allows the user to set the desired minor tick mark type. - - - Allows the user to change the display order. Orders the value from Min to Max if set to false; orders the value from Max to Min if set to -true. The default setting is false. - - - Gets or sets the Axis' Title. - - - Gets or sets the formatting of an Axis' Title. - - - Gets or sets the direction of the bars in this BarChart. - - - Gets or sets the type of grouping used for this BarChart. - - - Gets or sets which percentage of the bar is used as a gap (value between 0% and 500%). - - - Initializes a new instance of the Bookmark class. - - - Removes this Bookmark from the Document. The Paragraph will remain. - - - Sets the Text of this Bookmark. - The Text of the Bookmark. - The formatting for the text of the Bookmark. - - - Gets or sets the Name of this Bookmark. - - - Gets or sets at which Paragraph this Bookmark is located. - - - Initializes a new instance of the BookmarkCollection class. - - - Initializes a new instance of the Border class. - - - Initializes a new instance of the Border class. - - - Gets or sets the Color of this Border. - - - Gets or sets the Size of this Border. - - - Gets or sets the Space of this Border (in points). - - - Gets or sets the Style of this Border. - - - Initializes a new instance of the Borders class. - - - Initializes a new instance of the Borders class. - - - Initializes a new instance of the Borders class, using the provided Border. - - - Initializes a new instance of the Borders class, using the provided values for each Border (left, top, right, bottom). - - - Gets or set the bottom border. - - - Gets or set the left border. - - - Gets or set the right border. - - - Gets or set the top border. - - - Initializes a new instance of the CategoryAxis class. - The Id of the Axis. - - - Gets the Border of this Cell. - The Border of the Cell. - A TableCellBorderType value representing the type of border to get. - - - Sets the Border on this Cell. - A TableCellBorderType value representing the -type of border to set. - The Border to set. - - - Inserts a Table in this Cell. - A reference to the newly created Table. - The number of rows. - The number of columns. - - - Gets or sets the color to use to fill the background of this Cell. - - - Gets the grid span of this cell (how many cells are merged). - - - Gets or sets the bottom margin of this Cell (in points). - - - Gets or sets the left margin of this Cell (in points). - - - Gets or sets the right margin of this Cell (in points). - - - Gets or sets the top margin of this Cell (in points). - - - Gets the collection of Paragraphs in this Cell. - - - - Gets the number of cells vertically merged, starting from the current cell. - - - - Gets or sets the ShadingPattern that will be used for a specific cell in a table. - - - Gets or sets the direction for the text in this Cell. - - - Gets or sets the vertical alignment of this Cell. - - - Gets or sets the width of this Cell (in points). - - - Adds a ChartLegend to this Chart. - - - Adds a new Series to this Chart. - The Series to add to the Chart. - - - Removes the current chart from the document. - - - Removes the ChartLegend from this Chart. - - - Saves the modifications done to a Chart as an xml file. - - - Adds a standard ChartLegend to this Chart. - - - Adds a ChartLegend to this Chart, using the provided -ChartLegendPosition, and specifying if overlapping is allowed. - A ChartLegendPosition value indicating the position of the ChartLegend. - - true if other chart elements are allowed to overlap the ChartLegend, -otherwise false. - - - Gets the category axis of this Chart. - - - Gets or sets how blank cells are displayed in this Chart. - - - Gets/sets the distance of the text from the bottom of the chart. This property has no effect when the property WrappingStyle is set to -WrapInLineWithText, WrapBehindText, WrapInFrontOfText, WrapTight and WrapThrough. The default value is 0. - - - Gets/sets the distance of the text from the left of the chart. This property has no effect when the WrappingStyle property is set to -WrapInLineWithText, WrapBehindText, WrapInFrontOfText and WrapTopAndBottom. The default value is 0. - - - Gets/sets the distance of the text from the right of the chart. This property has no effect when the property WrappingStyle is set to -WrapInLineWithText, WrapBehindText, WrapInFrontOfText and WrapTopAndBottom. The default value is 0. - - - Gets/sets the distance of the text from the top of the chart. This property has no effect when the property WrappingStyle is set to -WrapInLineWithText, WrapBehindText, WrapInFrontOfText, WrapTight and WrapThrough. The default value is 0. - - - - Gets/sets the horizontal alignment for the chart. - The chart can be positioned using the values Left, Right, Inside, Outside or Centered and can be relative to -Margin, Page, Column, Character, LeftMargin, RightMargin, InsideMargin or -OutsideMargin. The default setting is None. - - - - Gets/sets the horizontal offset of the chart in relation to the HorizontalOffsetAlignmentFrom property. Note that the HorizontalAlignment property needs to be set to None for this property to -work. The default value is 0. - - - Gets/sets the horizontal offset alignment from either Margin, Page, Column, Character, LeftMargin, -RightMargin, InsideMargin or OutsideMargin. The HorizontalOffset property value will be used as the offset value to calculate from. -Note that the HorizontalAlignment property needs to be set to None -for this to work. The default setting is None. - - - Gets if the Axis exists in this Chart. - - - Gets the Legend of this Chart. - - - Gets the maximum number of Series in this Chart. - - - Gets the collection of Series in this Chart. - - - Gets the value axis of this Chart. - - - Gets/sets the vertical alignment for the chart. The chart can be positioned using the values Top, Bottom, Inside, Outside -or Centered and can be relative to Margin, Page, Line, TopMargin, BottomMargin, InsideMargin or -OutsideMargin. The default setting is None. - - - Gets/sets the vertical offset of the chart in relation to the VerticalOffsetAlignmentFrom property. Note that the VerticalAlignment property needs to be set to None for this to work. The -default value is 0. - - - Gets/sets the vertical offset alignment from either Margin, Page, Paragraph, Line, TopMargin, -BottomMargin, InsideMargin or OutsideMargin. The VerticalOffset property value will be used as the offset value to calculate from. Note -that the VerticalAlignment property needs to be set to None for this -to work. The default setting is None. - - - Gets or sets if this is a 3D Chart. - - - Gets/sets the list of points used to define the polygon inside the chart where no text can be drawn. This property will be used when the WrappingStyle property is set to WrapTight or WrapThrough. The top left -of the chart has the (0,0) coordinate, while the bottom right has the (21600,21600) coordinate. Note that a minimum of 3 points are necessary in order to -activate WrapPolygon. The default setting is null, but when the WrappingStyle property is set to WrapTight or WrapThrough, the default -WrapPolygon will use the 4 corners of the chart for its points, meaning that there will be no text inside the chart. - - - Gets/sets the text wrapping style.
-Available options are WrapInLineWithText, WrapTopAndBottom, WrapSquare, WrapTight, WrapThrough, -WrapBehindText and WrapInFrontOfText. The default setting is WrapInLineWithText.
-
- - - Gets/sets the text wrapping positions when using the WrapSquare,WrapTight or WrapThrough styles. - Text can be positionned on both sides of the chart, on the left of the chart, on the right of the chart or on the largest side of the chart. The default -setting is both sides. - - - - Gets the XML for this Chart. - - - Gets or sets if other chart elements are allowed to overlap this ChartLegend. - - - Gets or sets the position of this ChartLegend in its associated Chart. - - - Removes the CheckBox from the Paragraph and Document. - - - - Gets or sets if this CheckBox is checked. - - - - - Gets or set the size of this CheckBox. - - - - Removes all the Bookmarks from this Container. - - - Retrieves all the indexes in this Container that match the provided search conditions. - - - Finds all unique instances of the provided Regex pattern. - A list of all the unique string values that were found. - The pattern to search for. - The regular expression options to use. - - - Retrieves the list of Bookmarks found in this Container. - The list of Bookmarks found in this Container. - - - Reads the xml of the Container to create a list of Sections. - A collection of the Sections in the Container. - - - Inserts the provided text to this Container, at the provided bookmark position, using the specified formatting. - The text to insert. - The name of the Bookmark where the text will be inserted. - The Formatting to apply to the inserted text. - - - Inserts a Bookmark to this Container. - The Paragraph with the new bookmark added. - The name for the Bookmark to insert. - - - Inserts content in this Container. - - - Inserts an equation to this Container. - The Paragraph with the new equation added. - The equation to insert. - The Alignment to apply. - - - Inserts a List to this Container. - - - Inserts a Paragraph in this Container. - - - Inserts a Section to this Container. - - - Inserts a section page break to this Container, and optionally track this change. - The section that was inserted. - - true if this change should be tracked, otherwise false. - - - Inserts a Table in this Container. - - - Removes the specified Bookmark from the Container. - The name of the Bookmark to remove. - - - Removes a Paragraph from this Container. - - true if the paragraph was removed successfully, otherwise false. - - - Removes the Paragraph found at a specific location in -the Container. - - true if the paragraph was removed successfully, otherwise false. - The Index of the Paragraph to remove. - - - - - -R - emove - s - all -the Text - between - a - - startingTag - - and - an - - endingTag - - , -even when th - ose - tags - are - located -in - differentParagraphs. - - - - -Returns true if the removal - process - succeeds - ; - returns -false otherwise. - - - A string that represents the removal process' starting point; in other words, the first word that will be removed. - A string that represents the removal process' ending point; in other words, the last word that will be removed. - - - Removes all text occurences that match the provided format. - The number of text occurences that were removed. - The formatting that the text must match in order to be removed. - A MatchFormattingOptions value indicating -how the formatting should be matched. - - - Replaces the text at the specified Bookmark in this Container. - The text to insert. - The name of the Bookmark where the text is to be replaced. - The formatting for the text of the Bookmark. - - - - - -Targets - a -Picture - from -a - specific - Paragraph - in -the Container - & -replaces it - with -a new Picture - . - - - The Picture that replaced the original one. - The Picture that will be replaced. - The Picture that will be inserted instead of the one identified by the toBeReplaced -parameter. - - - Replaces all instances of a string with another string. - - - Replaces all instances of a string with HTML content. - Returns true if at least one text replacement was done. - The options that will be used when replacing the string with HTML content. - - - Replaces all instances of a string with a DocumentElement. - - - Sets the Direction of the content of this Container. - The Direction of the content. - - - Can be used to validate Bookmarks. - The names of the bookmarks to validate. - - - Retrieves all the indexes in this Container where the provided search value is found. - A list of indexes that match the search conditions. - The value to search for. - - - Retrieves all the indexes in this Container where the provided search value is found, using the provided RegexOptions. - A list of indexes that match the search conditions. - The value to search for. - A value representing the regular expression options to use. - - - Inserts a List in this Container. - The List that was inserted. - The List to insert. - - - Inserts a List in this Container, using the provided font -size. - The List that was inserted. - The List to insert. - The font size to apply to the list items. - - - Inserts a List in this Container, using the provided font family and font size. - The List that was inserted. - The List to insert. - The font family to apply to the list items. - The font size to apply to the list items. - - - Inserts a List in this Container at a specific index position. - The List that was inserted. - The index position at which to insert the List. - The List to insert. - - - Inserts a Paragraph at a specific location in this -Container, using the provided text, and optionally track this change. - The index of the Paragraph where the new Paragraph is to be inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts a blank Paragraph in this Container. - - - Inserts the provided Paragraph at a specific location in -this Container. - The index of the Paragraph where the new Paragraph is to be inserted. - The Paragraph to insert. - - - Inserts the provided Paragraph in this Container. - The Paragraph to insert. - - - Inserts a Paragraph at a specific location in this Container, using the provided text and -formatting, and optionally track this change. - The index of the Paragraph where the new Paragraph is to be inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts a Paragraph in this Container, using the provided text. - The text for the new Paragraph. - - - Inserts a Paragraph in this Container, using the provided text, and optionally track this -change. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts a Paragraph in this Container, using the provided text and formatting, and -optionally track this change. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts a Section to this Container. - The section that was inserted. - - - Inserts a Section to this Container, and optionally track -this change. - The section that was inserted. - - true if this change should be tracked, otherwise false. - - - Inserts a Table of a specific size in this Container. - The new Table that was inserted. - The row count for the new Table. - The column count for the new Table. - - - Inserts a Table of a specific size and at a specific location, in this Container. - The new Table that was inserted. - The index of the Paragraph where the Table is to be inserted. - The row count for the new Table. - The column count for the new Table. - - - Inserts the provided Table in this Container. - The new Table that was inserted. - The Table to insert. - - - Inserts the provided Table at a specific location in this Container. - The new Table that was inserted. - The index of the Paragraph where the Table is to be inserted. - The Table to insert. - - - Removes a specific Paragraph from the Container. - The Paragraph to remove. - - - Replaces all instances of a string with another string, using the options set via the replaceTextOptions parameter. - Returns true if at least one text replacement is done. - The options that will be used when replacing the string with another string. - - - Replaces all instances of a string with another string, using an handler and the options set via the replaceTextOptions parameter. - Returns true if at least one text replacement is done. - The options that will be used when replacing the string. - - - Replaces all of the SearchValues strings with -NewValues strings, using the options set via the -replaceTextOptions parameter to do so. - Returns true if at least one text replacement is done. - The options that will be used when replacing the SearchValues strings with NewValues strings. - - - Replaces all of the SearchValues strings with -NewValuesDocumentElements, using the options set via the replaceTextOptions parameter to do -so. - Returns true if at least one text replacement is done. - The options that will be used when replacing the SearchValues strings with NewValuesDocumentElements. - - - Replaces all instances of a string with an object using the options set via the replaceTextOptions parameter. - Returns true if at least one text replacement is done. - The options that will be used when replacing the string with an object. - - - Gets the collection of Charts in this Container. - - - Gets the collection of Hyperlinks in this Container. - - - Gets the collection of Lists in this Container. - - - Gets the collection of Paragraphs in this Container. - - - Gets the collection of Pictures in this Container. - - - Gets the collection of Sections after reading the xml of this Container. - - - Gets the collection of Shapes in this Container. - - - Gets the collection of Tables in this Container. - - - Gets the collection of TextBoxes in this Container. - - - Initializes a new instance of the CustomProperty class. - - - Initializes a new instance of the CustomProperty class for a string value. - The newly created custom property. - The name of the custom property. - The value of the custom property. - The formatting of the custom property value. By default, Null. - - - Initializes a new instance of the CustomProperty class for an integer value. - The newly created custom property. - The name of the custom property. - The value of the custom property. - The formatting of the custom property value. By default, Null. - - - Initializes a new instance of the CustomProperty class for a double value. - The newly created custom property. - The name of the custom property. - The value of the custom property. - The formatting of the custom property value. By default, Null. - - - Initializes a new instance of the CustomProperty class for a date time value. - The newly created custom property. - The name of the custom property. - The value of the custom property. - The formatting of the custom property value. By default, Null. - - - Initializes a new instance of the CustomProperty class for a boolean value. - The newly created custom property. - The name of the custom property. - The value of the custom property. - The formatting of the custom property value. By default, Null. - - - Gets the Name of this CustomProperty. - - - Gets the Value of this CustomProperty. - - - Gets or sets the image, style, shape size and outline of the designated markers using the Marker class. This feature only works for line charts since other -chart types don't use markers. - - - Gets the Name of this DocProperty. - - - Used to construct the charts. - - Determines the type of chart that will be constructed.
-Possible values are PieChart, BarChart or LineChart.
-
-
- - Adds a CheckBox to a Document. - The newly created CheckBox. - - true if the CheckBox is checked, otherwise false. - - - Adds a core property to this document. If a core property already exists with the same name, it will be replaced. Core property names are case insensitive. - - - Adds a custom property to this document. If a custom property already exists with the same name, it will be replaced. CustomProperty names are case -insensitive. - - - Used to add a new endnote description in the document. - The created endnote that will be appended to a paragraph of the document. - The description of the endnote. Valid values are string, Picture, Hyperlink and Table. - The formatting to use for the endnoteContent (when endnoteContent is a string). - - - Adds three new Footers to the first Section of this Document . One for the first page, one for odd pages, and one for even pages. - - - Used to add a new footnote description in the document. - The created footnote that will be appended to a paragraph of the document. - The description of the footnote. Valid values are string, Picture, Hyperlink and Table. - The formatting to use for the footnoteContent (when footnoteContent is a string). - - - Adds three new Headers to the first Section of this Document . One for the first page, one for odd pages, and one for even pages. - - - Adds a Hyperlink to a Document's Hyperlink collection. - - - Adds an Image to a Document. - - - Adds a List to a Document. - - - - Protects the Document from modifications by adding a protection password. - - Defines the type of restrictions that will be applied to the Document. - Defines the password that will be used to protect the Document. - - Defines the hashing algorithm that will be used to encrypt the specified password. - If no hashing algorithm is specified, the SHA-512 algorithm will be used by default to encrypt the password. - - - - - - Protects the document from modifications. - - - - Adds a Shape to a Document. - The newly created Shape. - The width of the Shape (in points). - The height of the Shape (in points). - The Color used to fill the Shape. If not defined, blue("4472C4") is used. - The Color used for the outline of the Shape. If not defined, dark blue("2F528F") is used. - The width used for the outline of the Shape (in points). If not defined, 1 is used. - The dash style used for the outline of the Shape. If not defined, Solid is used. - - - - Adds a Table to a Document. - - - - Adds a TextBox to a Document. - The newly created TextBox. - The width of the TextBox (in points). - The height of the TextBox (in points). - The text to use in the TextBox. If not defined, an empty paragraph is used. - The Formatting to use for the text in the TextBox. - The Color used to fill the TextBox. If not defined, white is used. - The Color used for the outline of the TextBox. If not defined, black is used. - The width used for the outline of the TextBox (in points). If not defined, 1 is used. - The dash style used for the outline of the TextBox. If not defined, Solid is used. - - - Applies a template to the Document. - - - - Makes a copy of the document. - - - - - - Releases all resources used by this document. - - - - - - - Gets the number of pages in the document. - - - Returns the number of pages in the current document. - - - - Retrieves the paragraph's style id from the document, using the provided style name. - - The style id of the paragraph. - The document to search in. - The style name to search for. - - - Returns the type of editing protection imposed on this document. - - - Inserts a chart in the document after the specified paragraph. - The Chart to insert. - The Paragraph after which to insert the chart. - The width of the chart (in points). By default, 432. - The height of the chart (in points). By default, 252. - - - Inserts a default Table of Contents in the current document. - - - Inserts the content of a document at a given position inside a base document. - - - - Inserts many paragraphs in the document using the text parameter. Each '\n' in the text parameter will create a new paragraph. - - - - Inserts a Section page break to the Document by making a copy of the previous Section, and optionally track this change. - The section that was inserted. - - true if this change should be tracked, otherwise false. - - - Inserts a table of contents to the document. - - - Base method for document to evaluate if a SignatureLine is signed. Returns false by default. - - - Base method for document to evaluate if a SignatureLine is signed and valid. Returns false by default. - - - Removes the password protection on a Document. - The password for this Document. - - - Removes the protection on a Document. - - - Replaces all instances of a string with another string. - - - - Replaces all instances of a string with HTML content. - - Returns true if at least one text replacement was done. - - The options that will be used when replacing the string with HTML content. - - - - Replaces all instances of a string with a DocumentElement. - - - Saves the current Document. - The password for this Document, if any. - - - Saves the current Document as a new Document. - - - Sets the default font characteristics of the Document. - The Font to use by default. - The font size to use by default - The font Color to use by default. - - - Sets a flag to true, so that when the saved document is opened with MS Word, a popup will appear to ask if the fields should be updated. - - - Changes the name of the user that is currently modifying the Document. - The name of the user that is currently modifying the Document. - The name of the user that will continue with the changes; in other words, the new author. - - - Adds a Hyperlink to a Document and creates a Paragraph which uses it. - The newly created Hyperlink. - The text as displayed by the Hyperlink. - The Uri for the Hyperlink. - - - Adds a Hyperlink with a Bookmark anchor to a Document and creates a Paragraph which uses it. - The newly created Hyperlink. - The text as displayed by the Hyperlink. - The anchor to a Bookmark. - - - Adds a copy of the provided List to a Document. - The newly created List. - The List to copy to create the new List. - - - Adds a Table to a Document, using the provided row count and column count for the size. - The newly created Table. - The row count for the new Table. - The column count for the new Table. - - - Adds a copy of the provided Table to a Document. - The newly created Table. - The Table to copy to create the new Table. - - - Applies a template by using a string that points to the template file. - The path that leads to the template file. - - - Applies a template by using a string that points to the template file and allows to copy the text content from that template into the target Document. - The path that leads to the template file. - Determines whether the template's text content will be copied into the target Document or -not. - - - parserApplies a template by using a stream. - The stream where the template file is stored. - - - Applies a template by using a stream and allows to copy the text content from that template into the target Document. - The stream where the template file is stored. - Determines whether the template's text content will be copied into the target Document or -not. - - - - Inserts a chart in the document. - - - - Inserts the contents of another document at the end of this Document. - Represents the document to be inserted. This document will be inserted at the end of the base document. - If the value is true, the document is added at the end. If the value is false, the document is added at the beginning. - If the value is true,each joined document will be located in its own section. If the value is false, the joined documents -will remain in the same section. - The action to take when merging two documents, and either two styles have the same name but with different attributes, or the resulting document needs to have -headers/footers. - - - Represents the document to be inserted. This document will be inserted at the given position in the base document. - Represents the position where the guest document will be inserted. - If the value is true, the guest document will be inserted after the basic position element. If the value is false, the document will be -inserted before the basic position element. - If the value is true, each inserted document will be located in its own section. If the value is false, all documents will -remain in the same section. - Represents the styles and attributes that will be applied to the final document once the guest document has been inserted. - - - Inserts an html or rtf document in the Document. - The Filename of the document to insert. - The ContentType of the document to insert (Html or Rtf). - The Paragraph after which to insert the document. If null, the document will be added at the current -position in the Document. - - - Inserts a Section in the Document by making a copy of the previous Section, and optionally track this change. - The section that was inserted. - - true if this change should be tracked, otherwise false. - - - Inserts a table of contents to the document, based on the provided switches. - The newly inserted table of contents. - The title of the table of contents. - A key-value dictionary where the key is a TableOfContentSwitches and the value -is the parameter of the switch. - The style to use for the title of the table of contents. - The position of the text aligned from the right. - - - Inserts a table of contents to the document prior to the referenced paragraph, based on the provided switches. - The newly inserted table of contents. - The referenced paragraph to indicate the position of the table of contents. - The title of the table of contents. - A key-value dictionary where the key is a TableOfContentSwitches and the value -is the parameter of the switch. - The style to use for the title of the table of contents. - The position of the text aligned from the right. - - - Replaces all instances of a string with another string using the options set via the replaceTextOptions parameter. - Returns true if at least one text replacement is done. - The options that will be used when replacing the string with another string. - - - Replaces all instances of a string with another string using an handler and the options set via the replaceTextOptions parameter. - Returns true if at least one text replacement is done. - The options that will be used when replacing the string with an handler. - - - Replaces all of the SearchValues strings with -NewValues strings, using the options set via the -replaceTextOptions parameter to do so. - Returns true if at least one text replacement is done. - The options that will be used when replacing the SearchValues strings with NewValues strings. - - - Replaces all of the SearchValues strings with -NewValuesDocumentElements, using the options set via the replaceTextOptions parameter to do -so. - Returns true if at least one text replacement is done. - The options that will be used when replacing the SearchValues strings with NewValuesDocumentElements. - - - Replaces all instances of a string with an object using the options set via the replaceTextOptions parameter. - Returns true if at least one text replacement is done. - The options that will be used when replacing the string with an object. - - - Saves the current Document as a new Document using the provided filename. - The filename for the new Document. - The password for this Document, if any. - - - Saves the current Document as a new Document using the provided stream. - The stream for the new Document. - The password for this Document, if any. - - - Gets the collection of Bookmarks in this Document. - - - Gets the collection of CheckBoxes in this Document. - - - Gets the dictionary for the core properties in this Document. - - - Gets the dictionary for the CustomProperties in this Document. - - - Gets or sets if the first page of the first Section in this Document uses an independent Header -and Footer. - - - Gets or sets if the even and odd pages of the Document use different Headers and Footers. - - - Gets/sets the properties for endnotes in the first section of the document. - - - Gets the list of end notes in this Document. - - - Gets the Footers of the first Section in this Document. - - - Gets/sets the properties for footnotes in the first section of the document. - - - Gets the list of foot notes in this Document. - - - Gets the Headers of the first Section in this Document. - - - Gets or sets the document hyphenation object. - - - Gets the collection of Images in this Document. - - - Gets if this Document is password protected. - - - Gets if any editing restrictions are imposed on this Document. - - - Gets the collection of Lists in this Document. - - - Gets or sets the bottom margin (in points) of the first Section in this Document. - - - Gets or sets the footer margin (in points) of the first Section in this Document. - - - Gets or sets the header margin (in points) of the first Section in this Document. - - - Gets or sets the left margin (in points) of the first Section in this Document. - - - Gets or sets the right margin (in points) of the first Section in this Document. - - - Gets or sets the top margin (in points) of the first Section in this Document. - - - Gets or sets if the mirror margins option is enabled for the first Section in this Document. - - - Gets or sets the background color to use for all the pages in the document. - - - Gets or sets the Borders to use for all the pages of the first Section in this Document. - - - Gets or sets the page height (in points) of the first Section in this Document. - - - Gets the PageLayout of the first Section in this Document. - - - Gets or sets the page width (in points) of the first Section in this Document. - - - Returns a list of all the paragraph formatting styles found inside the document. This list includes all the styled run properties (bold, size, color...) but -not the styled paragraph properties (spacing, borders, etc.). - - - Gets the collection of Paragraphs in this Document. - - - Gets the cached list of Sections from this Document. - - - Gets the list of all the SignatureLines contained in the document. - - - Gets the collection of Tables in this Document. - - - Gets the text in this Document. - - - Gets or sets the PackagePart for this element. - - - Gets or sets the XML for this element. - - - Initializes a new instance of the Font class. - The name of the Font. - - - Retrieves the string representation of this Font instance. - - - Gets the name of this Font. - - - Inserts an equation to this Footer. - A Paragraph with the new equation inserted. - The equation to insert. - - - Inserts a Paragraph in this Footer. - - - Inserts a Table to this Footer. - - - Inserts a blank Paragraph in this Footer. - - - Inserts a Paragraph at a specific location in this -Footer, using the provided text, and optionally track this change. - The index of the Paragraph where the new Paragraph is to be inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts the provided Paragraph in this Footer. - The Paragraph to insert. - - - Inserts the provided Paragraph at a specific location in -this Footer. - The index of the Paragraph where the new Paragraph is to be inserted. - The Paragraph to insert. - - - Inserts a Paragraph at a specific location in this -Footer, using the provided text and formatting, and optionally track this change. - The index of the Paragraph where the new Paragraph is to be inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts a Paragraph in this Footer, using the provided -text. - The text for the new Paragraph. - - - Inserts a Paragraph in this Footer, using the provided -text, and optionally track this change. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts a Paragraph in this Footer, using the provided -text and formatting, and optionally track this change. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts a Table of a specific size to this Footer. - The row count for the new Table. - The column count for the new Table. - - - Inserts the provided Table at a specific location in this -Footer. - The index of the Paragraph where the Table is to be inserted. - The Table to insert. - - - Inserts the provided Table to this Footer. - The Table to insert. - - - Inserts a Table of a specific size and at a specific -location, to this Footer. - The index of the Paragraph where the Table is to be inserted. - The row count for the new Table. - The column count for the new Table. - - - Gets the list of Images in this Footer. - - - Gets the list of Paragraphs in this Footer. - - - Gets the list of Tables in this Footer. - - - Gets or sets the Even Footer in this Footers instance. - - - Gets or sets the First Footer in this Footers instance. - - - Gets or sets the Odd Footer in this Footers instance. - - - Initializes a new instance of the FormattedText class. - - - Compares this FormattedText to another object. - The object with which the FormattedText is compared to. - - - Initializes a new instance of the Formatting class. - - - Creates a clone of this Formatting instance. - - - Compares this Formatting to another object. - - 0 if both Formatting objects have the same property values, otherwise -1. - The object with which the Formatting is compared to. - - - Creates a Formatting object using the provided XElement, and base Formatting if any. - A Formatting object. - The XElement that contains the options to use for the Formatting object. - - The base Formatting object to use, if any. By default, null. - - - - Gets or sets if the Bold format is applied in this Formatting. - - - Gets or sets the Border applied in this Formatting. - - - Gets or sets the CapsStyle applied in this Formatting. - - - Gets or sets the Font Color applied in this Formatting. - - - Gets or sets the Font Family applied in this Formatting. - - - Gets or sets if the text is Hidden in this Formatting. - - - Gets or sets the Highlight Color applied in this Formatting. - - - Gets or sets if the Italic format is applied in this Formatting. - - - Gets or sets the Kerning applied in this Formatting. - - - Gets or sets the Language applied in this Formatting. - - - Gets or sets the Misc settings applied in this Formatting. - - - Gets or sets the Percentage Scale applied in this Formatting. - - - Gets or sets the Position applied in this Formatting. - - - Gets or sets the Script format applied in this Formatting. - - - Gets or sets the ShaddingPattern of the Formatting object. The default value is null. - - - Gets or sets the Size applied in this Formatting (in points). - - - Gets or sets the text Spacing applied in this Formatting (in points). - - - Gets or sets the StrikeThrough format applied in this Formatting. - - - - Gets or sets the id of the style for this formatting. - - - - Gets or sets the Underline Color applied in this Formatting. - - - Gets or sets the Underline Style applied in this Formatting. - - - Gets or sets the RegEx pattern that will be used when searching for the texts to replace in the Document. The default value is null. - - - Gets or sets the formatting that will be applied to the inserted text. The default value is null. - - - Gets or sets the handler that will be called when doing the text replacement. The default is null. - - - Inserts an equation to a Paragraph. - A Paragraph with the new equation inserted. - The equation to insert. - - - Inserts a Paragraph in this Header. - - - Inserts a Table to this Header. - - - Inserts a blank Paragraph in this Header. - - - Inserts a Paragraph at a specific location in this -Header, using the provided text, and optionally track this change. - The index of the Paragraph where the new Paragraph is to be inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts the provided Paragraph in this Header. - The Paragraph to insert. - - - Inserts the provided Paragraph at a specific location in -this Header. - The index of the Paragraph where the new Paragraph is to be inserted. - The Paragraph to insert. - - - Inserts a Paragraph at a specific location in this -Header, using the provided text and formatting, and optionally track this change. - The index of the Paragraph where the new Paragraph is to be inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts a Paragraph in this Header, using the provided -text. - The text for the new Paragraph. - - - Inserts a Paragraph in this Header, using the provided -text, and optionally track this change. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts a Paragraph in this Header, using the provided -text and formatting, and optionally track this change. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts a Table of a specific size to this Header. - The row count for the new Table. - The column count for the new Table. - - - Inserts the provided Table at a specific location in this -Header. - The index of the Paragraph where the Table is to be inserted. - The Table to insert. - - - Inserts the provided Table to this Header. - The Table to insert. - - - Inserts a Table of a specific size and at a specific -location, to this Header. - The index of the Paragraph where the Table is to be inserted. - The row count for the new Table. - The column count for the new Table. - - - Gets the list of Images in this Header. - - - Gets the list of Paragraphs in this Header. - - - Gets the list of Tables in this Header. - - - Gets or sets the Even Header in this Headers instance. - - - Gets or sets the First Header in this Headers instance. - - - Gets or sets the Odd Header in this Headers instance. - - - Removes a Hyperlink. - - - Gets/sets the anchor's value. - - - Gets or sets the Text for this Hyperlink. - - - Gets more information about the hyperlink's type. - - - Gets or sets the Uri for this Hyperlink. - - - Gets or sets the limit of consecutive text lines that contain hyphens. - - - Gets or sets the hyphenation zone. - - - Gets or sets if the document uses hyphenation on words in CAPS when text hyphenation is enabled. - - - Removes the current Image from the document. - - - Adds an image to a Document, creates a custom view of that image (picture) and then inserts it into a Paragraph using Append(). - The newly created Picture. - - - Gets the File Name of this Image. - - - Gets the Id of this Image. - - - Inserts an incremental caption text under the current picture, table or paragraph. - The new paragraph with the inserted text. - The caption text to insert. - - - Inserts a defined List after the current object. - The new List that was inserted. - The List to insert. - - - Inserts a defined List before the current object. - The new List that was inserted. - The List to insert. - - - Inserts a page break after the current object. - - - Inserts a page break before the current object. - - - Inserts a Paragraph after the current object. - - - Inserts a Paragraph before the current object. - - - Inserts a Table after the current object. - - - Inserts a Table before the current object. - - - Inserts the provided Paragraph after the current object. - The new Paragraph that was inserted. - The Paragraph to insert. - - - Inserts a Paragraph after the current object, using the -provided text. - The new Paragraph that was inserted. - The text for the new Paragraph. - - - Inserts a Paragraph after the current object, using the -provided text, and optionally track this change. - The new Paragraph that was inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts a Paragraph after the current object, using the -provided text and formatting, and optionally track this change. - The new Paragraph that was inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts the provided Paragraph before the current -object. - The new Paragraph that was inserted. - The Paragraph to insert. - - - Inserts a Paragraph before the current object, using the -provided text. - The new Paragraph that was inserted. - The text for the new Paragraph. - - - Inserts a Paragraph before the current object, using the -provided text, and optionally track this change. - The new Paragraph that was inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts a Paragraph before the current object, using the -provided text and formatting, and optionally track this change. - The new Paragraph that was inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts a Table of a specific size after the current object. - The new Table that was inserted. - The row count for the new Table. - The column count for the new Table. - - - Inserts the provided Table after the current object. - The new Table that was inserted. - The Table to insert. - - - Inserts a Table of a specific size before the current -object. - The new Table that was inserted. - The row count for the new Table. - The column count for the new Table. - - - Inserts the provided Table before the current object. - The new Table that was inserted. - The Table to insert. - - - Gets or sets the license key used to license this product. - - - Gets or sets the type of grouping used for this LineChart. - - - Adds an item to the List. - The item to add to the List. - - - Adds an item with a specific start value to the List. - The item to add to the List. - The start value for the new item. - - - Determines if the provided item can be added to the List. - - true if the AddItem() method will succeed with the provided item, otherwise false. - The item to validate. - - - Determines if the provided level exists within the List. - - true if the level exists, otherwise false. - The level to validate. - - - Inserts a Paragraph in the List. - New items cannot be added to the List if they have the same numId as other items. This exception will be raised when it occurs. - The Paragraph that will be inserted in the List. - The level at which the Paragraph will be added.
-Note that levels usually start at 0. - The index corresponding to the Paragraph's insertion point.
-If this parameter is null, the Paragraph will be added at the end of the specified -level. -
- - Inserts text in the List. - Returns an instance of the List with the added text. - The text that will be added to the List. - The level at which the text will be added.
-By default, the value is 0, which corresponds to the List's first level. - The Formatting that will be applied to the text.
-If the value of this parameter is null, no particular Formatting is used. - The index corresponding to the text's insertion point.
-If the value of this parameter is null, the text is added at the end of the specified level. -
- - Removes the current List from the Document. - - - Gets the collection of Paragraphs in this List. - - - Gets/sets the list ListOptions object. - - - Gets the NumId of this List. - - - Gets/sets the configuration for the list levels (numbering format, level text, indentation, justication, formatting). - - - Gets/sets the numbering format which will be used for a group of automatically numbered ListItems. - - - Enables or disables the modifications tracking in the list. - - - Gets or sets the image that will be used to fill the marker in a designated series or data point. It will overwrite the SolidFill value to null if that value was previously set. - - - Gets or sets the outline color of a specific marker in a designated series or data point. - - - Gets or sets the size of the marker if SymbolType is set. Note that the value of -this property must be positive. - - - Gets or sets the color that is used to fill the marker in a designated series or data point. It will overwrite the Image value to null if that value was previously set. - - - Gets or sets the shape of a marker in a series or data point, using the enum MarkerStyle. It can be combined with the Image property to change the final shape. - - - Gets or sets the DocumentElements that will replace the various SearchValues items. - - - Gets or sets if the text that will be replaced needs to be escaped. - - - Gets or sets the strings that will be replaced by the new values. - - - Gets or sets if RegEx-like replacement should be performed or, in other words, if the new values contain RegEx substitutions. - - - Gets or sets the strings that will replace the various SearchValues items. - - - Gets/sets the symbol to use for a footnote/endnote instead of the standard number. - - - Gets/sets the format to use for the endnote/footnotes numbering values in a section. - - - Gets/sets the starting value number for footnote/endnotes in a section. - - - Gets or sets if the text that will be replaced needs to be escaped (by using the Regex.Escape(String) method). The default setting is true. - - - Gets or sets the object that will replace the text. The default value is null. - - - Gets or sets the string that will be replaced by the NewObject. The -default value is null. - - - Gets or sets the Orientation of this PageLayout. - - - Gets or sets the separator used for a chapter or sub-chapter. The default value is ChapterSeperator.hyphen. - - - Gets or sets the text formatting used for the current section chapter in a document. Value must be between 1 and 9 and represents the heading styles. The -default value is 1. - - - Gets or sets the format of the page number. The default value is NumberingFormat.decimalNormal. - - - Gets or sets the starting page number for the current section of a document. The default value is null, to indicate that it isn't set automatically. -When it isn?t set, the resulting PDF document will continue numbering from the highest page number found in the previous section. - - - Appends text to this Paragraph. - - - Appends a Bookmark to this Paragraph. - This Paragraph with the new Bookmark appended. - The name of the Bookmark to append. - - - Appends a CheckBox to this Paragraph. - This Paragraph with the new CheckBox appended. - The CheckBox to append. - - - Appends a document property field at the end of this Paragraph. - This Paragraph with the document property field appended. - The custom property to display. - - true if this change should be tracked, otherwise false. - The formatting to use. - - - Appends an equation to this Paragraph. - This Paragraph with the new equation appended. - The equation to append. - The Alignment to apply. - - - Appends a Hyperlink to this Paragraph. - This Paragraph with the new Hyperlink appended. - The Hyperlink to append. - - - Appends a line to this Paragraph. - - - Adds a Footnote/Endnote to a paragraph. - The footnote/endnote to add to the paragraph. - The formatting to use for the number value of the footnote/endnote. - - - Appends a page count placeholder at the end of the Paragraph. - The Paragraph with the page count placeholder appended. - The PageNumberFormat that will be used. This value can be null. - Determines if the page count will come from the Section (true) or the Document (false). The default setting is false. - - - Appends a page number placeholder at the end of the paragraph. - This paragraph with the page number placeholder appended. - A PageNumberFormat value indicating the format to -use for the page number. This value can be null. - - - Appends a Picture to this Paragraph. - This Paragraph with the new Picture appended. - The Picture to append. - - - Appends a Shape to this Paragraph. - This Paragraph with the new Shape appended. - The Shape to append. - - - Appends a SignatureLine at the end of the paragraph. - The Paragraph with the new SignatureLine appended. - - The Signature to append to the paragraph. - - - - Applies or removes the Bold format to the last appended text. - This Paragraph with the last appended text's Bold formatting changed. - - false to remove the bold formatting from the text. By default, true. - - - Applies a Border to this Paragraph's text. - The modified Paragraph. - The Border to apply. - - - Applies a CapsStyle format to the last appended text. - This Paragraph with the last appended text's CapsStyle changed. - The CapsStyle to apply. - - - Removes all the Bookmarks from this Paragraph. - - - Applies the provided color to the last appended text. - This Paragraph with the last appended text's color changed. - The Color to apply. - - - Applies the provided culture to the last appended text. - This Paragraph with the last appended text's culture changed. - The culture to apply. - - - - -Applies the current culture to the last appended text. - - - -This Paragraph with the last appended text's culture changed. - - - - Retrieves all the indexes that match the provided search conditions. - - - Finds all unique instances of the provided Regex pattern. - A list of all the unique string values that were found. - The pattern to search for. - The regular expression options to use. - - - Applies the provided font to the last appended text. - - - Applies the provided font size to the last appended text. - This Paragraph with the last appended text's font size changed. - The font size to apply. - - - Retrieves the list of Bookmarks found in this Paragraph. - The list of bookmarks found in the Paragraph. - - - Hides the last appended text. - This Paragraph with the last appended text hidden. - - - Applies a Highlight color to the last appended text. - This Paragraph with the last appended text highlighted. - The Highlight color to apply. - - - Inserts the provided text at a bookmark location in this Paragraph, using the specified formatting. - The text to insert. - The name of the Bookmark where the text will be inserted. - The Formatting to apply to the inserted text. - - - Inserts a Chart at a specific location in the Paragraph. - The Chart that will be inserted. - The index at which the Chart will be inserted. - The width of the Chart that will be inserted. - The height of the Chart that will be inserted. - - - Inserts a document property field at the end of this Paragraph. - The DocProperty that was inserted. - The custom property to display. - - true if this change should be tracked, otherwise false. - The formatting to use. - - - Inserts a horizontal line to this Paragraph. - - - Inserts a Hyperlink in this Paragraph. - - - Inserts a page break after this Paragraph. - - - Inserts a page break before this Paragraph. - - - Inserts a PageCount placeholder at a specific location in the Paragraph. - The PageNumberFormat that will be used. This value can be null. - The index at which the PageCount placeholder will be inserted. - Determines if the page count will come from the Section (true) or the Document (false). The default setting is false. - - - Inserts a PageNumber placeholder at a specific location in this Paragraph. - The PageNumberFormat to use. The value can be -null. - The index at which to insert the PageNumber placeholder. - - - Inserts a Paragraph after this Paragraph. - - - Inserts a Paragraph before this Paragraph. - - - Inserts a Picture at a specific location in this Paragraph. - This Paragraph with the Picture inserted. - The Picture to insert. - The index at which to insert the picture. By default, 0. - - - Inserts a Shape at a specific location in this Paragraph. - This Paragraph with the Shape inserted. - The Shape to insert. - The index at which to insert the shape. By default, 0. - - - Inserts a SignatureLine at a specific location in this Paragraph. - The Paragraph with the new SignatureLine inserted. - The Signature to insert. - The index at which to insert the SignatureLine. By default, 0. - - - Inserts a Table after this Paragraph. - - - Inserts a Table before this Paragraph. - - - Inserts a tab stop in this paragraph. - The alignment of the tab stop. - The horizontal position of the tab stop. - A TabStopPositionLeader value indicating the character used to fill in the space -created by a tab. - The index of the TabStopPosition that will be inserted in the list of active TabStopPositions. By default, -1. - - - Inserts text in this Paragraph. - - - Applies or removes the Italic format to the last appended text. - This Paragraph with the last appended text's Italic formatting changed. - - false to remove the italic formatting from the text. By default, true. - - - Indicates if this Paragraph's lines must stay together on the same page or if they can be split over more than one page. - The modified Paragraph. - - true if this Paragraph's lines must stay together on the same page, otherwise false. - - - Indicates if this Paragraph must stay on the same page as the next Paragraph. - The modified Paragraph. - - true if this Paragraph must stay on the same page as the next Paragraph, otherwise false. - - - Applies the provided kerning value to this Paragraph (in points). - The modified Paragraph. - The kerning value to apply (in points). - - - Applies the provided Misc property to the last appended text. - This Paragraph with the last appended text updated by a Misc property. - The Misc property to apply. - - - Applies the provided percentage scale to this Paragraph. - The modified Paragraph. - The percentage scale to apply. - - - Applies the provided position to this Paragraph (in points). - The modified Paragraph. - The position value to apply (in points). - - - Removes this Paragraph from the Document. - Determines if the removal should be tracked or not. Use true if this change should be tracked; otherwise, usefalse. - Determines which of the Paragraph's object(s) (Charts, Pictures, Tables) will be removed from the Document when it is removed. By default, all of the aforementioned objects will be removed. - - - Removes the specified Bookmark from the this Paragraph. - The name of the Bookmark to remove. - - - Removes the specified Hyperlink from this Paragraph. - The index of the Hyperlink to remove. - - - Removes characters from this Paragraph. - - - Replaces the text at the specified Bookmark in this Paragraph. - The text to insert. - The name of the Bookmark where the text is to be replaced. - - The format to apply to the bookmark text. - - - - Replaces a Picture in this Paragraph with another Picture. - The Picture that was inserted. - The Picture to remove. - The Picture to insert. - - - Replaces all instances of a string with another string. - - - - Replaces all instances of a string with HTML content. - - Returns true if at least one text replacement was done. - - The options that will be used when replacing the string with HTML content. - - - - Replaces all instances of a string with a DocumentElement. - - - Applies the provided Script style to the last appended text. - This Paragraph with the last appended text's script style changed. - The Script style to apply. - - - Sets the line spacing for this Paragraph. - - - Sets a ShadingPattern for a specific paragraph. - The paragraph with the requested ShaddingPattern applied. - The ShadingPattern that will be set. - Determines where the ShaddingPattern will be applied in the paragraph: on a specific text or on the whole paragraph. By default, this is set to Text. - - - Applies the provided spacing value to this Paragraph (in points). - The modified Paragraph. - The spacing value to apply (in points). - - - Applies the provided spacing value after this Paragraph (in points). - The modified Paragraph. - The spacing value to apply (in points). - - - Applies the provided spacing value before this Paragraph (in points). - The modified Paragraph. - The spacing value to apply (in points). - - - Modifies the spacing between the lines of this paragraph (in points). - The Paragraph with the new line spacing applied. - The spacing between the lines of the paragraph (in points). - - - Applies the provided StrikeThrough style to the last appended text. - This Paragraph with the last appended text's strikethrough style changed. - The StrikeThrough style to apply. - - - Applies the provided underline color to the last appended text. - This Paragraph with the last appended text's underline color changed. - The underline Color to apply. If no UnderlineStyle is set, a single line will be used. - - - Applies the provided UnderlineStyle to the last appended text. - This Paragraph with the last appended text's underline style changed. - The UnderlineStyle to apply. - - - Appends text to this Paragraph. - This Paragraph with the new text appended. - The text to append. - - - Appends text to this Paragraph, and apply the provided format. - This Paragraph with the new text appended. - The text to append. - The format to use. - - - Retrieves all the indexes where the provided search value is found. - A list of indexes that match the search conditions. - The value to search for. - - - Retrieves all the indexes in this Container where the provided search value is found, using the provided RegexOptions. - A list of indexes that match the search conditions. - The value to search for. - A value representing the regular expression options to use. - - - Applies the provided font name to the last appended text. - This Paragraph with the last appended text's font changed. - The font name to apply. - - - Applies the provided Font to the last appended text. - This Paragraph with the last appended text's font changed. - The Font to apply. - - - Returns the ListItem number value that this Paragraph represents. - A string representing the ListItem number value. - - - - -Inserts a horizontal line to this Paragraph. - - - -The position of the horizontal line within the Paragraph. By default, - Bottom - . - - - -The type of line. By default, - Tcbs_single - . - - - -The size of the line. By default, - 6 points. - - -The space of the line. By default, - 1 point. - - -The color of the line. By default, - "auto" - . - - - - Inserts a Hyperlink at a specific index in this Paragraph. - This Paragraph with the Hyperlink inserted. - The Hyperlink to insert. - The index at which to insert the Hyperlink. - - - Inserts the provided Paragraph after this Paragraph. - The Paragraph to insert. - - - Inserts a Paragraph after this Paragraph, using the provided text and formatting, and optionally track this change. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts a Paragraph after this Paragraph, using the provided text, and optionally track this change. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts a Paragraph after this Paragraph, using the provided text. - The text for the new Paragraph. - - - Inserts the provided Paragraph before this Paragraph. - The Paragraph to insert. - - - Inserts a Paragraph before this Paragraph, using the provided text. - The text for the new Paragraph. - - - Inserts a Paragraph before this Paragraph, using the provided text, and optionally track this change. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts a Paragraph before this Paragraph, using the provided text and formatting, and optionally track this change. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts the provided Table after this Paragraph. - The new Table that was inserted. - The Table to insert. - - - Inserts a Table of a specific size after this Paragraph. - The new Table that was inserted. - The row count for the new Table. - The column count for the new Table. - - - Inserts the provided Table before this Paragraph. - The new Table that was inserted. - The Table to insert. - - - Inserts a Table of a specific size before this Paragraph. - The new Table that was inserted. - The row count for the new Table. - The column count for the new Table. - - - Inserts the provided text in this Paragraph, using the provided formatting, and optionally track this change. - The text to insert. - - true if this change should be tracked, otherwise false. - The formatting to use. - - - Inserts the provided text at a specific location in this Paragraph, using the provided formatting, and optionally track this change. - The index at which to insert the text. - The text to insert. - - true if this change should be tracked, otherwise false. - The formatting to use. - - - Removes characters from this Paragraph. - The index at which to begin deleting characters. - The amount of characters to delete. - - true if this change should be tracked, otherwise false. - - true if the paragraph should be removed if it is empty, otherwise false. - - - Removes characters from the end of this Paragraph. - The index at which to begin deleting characters. - - true if this change should be tracked, otherwise false. - - - Replaces all instances of a string with another string using the options set via the replaceTextOptions parameter. - Returns true if at least one text replacement is done. - The options that will be used when replacing the string with another string. - - - Replaces all of the SearchValues strings with -NewValues strings, using the options set via the -replaceTextOptions parameter to do so. - Returns true if at least one text replacement is done. - The options that will be used when replacing the SearchValues strings with NewValues strings. - - - Replaces all of the SearchValues strings with -NewValuesDocumentElements, using the options set via the replaceTextOptions parameter to do -so. - Returns true if at least one text replacement is done. - The options that will be used when replacing the SearchValues strings with NewValuesDocumentElements. - - - Replaces all instances of a string with another string using an handler and the options set via the replaceTextOptions parameter. - Returns true if at least one text replacement is done. - The options that will be used when replacing the string with an handler. - - - Replaces all instances of a string with an object using the options set via the replaceTextOptions parameter. - Returns true if at least one text replacement is done. - The options that will be used when replacing the string with an object. - - - Sets the line spacing for this Paragraph (in points), manually. - The LineSpacingType to use. - The spacing value to use (in points). - - - Sets the line spacing for this Paragraph (in points), automatically. - The LineSpacingTypeAuto to use. - - - Gets or sets the Alignment of this Paragraph. - - - Gets the list of Charts associated to this Paragraph. - - - Gets the collection of CheckBoxes associated with this Paragraph. - - - Gets or sets the Direction of this Paragraph. - - - Gets the collection of Document Properties of this Paragraph. - - - Gets the index that corresponds to where the Paragraph ends in the Document. - - - Gets the list of Tables following the current paragraph. - - - Gets the collection of Hyperlinks of this Paragraph. - - - Gets or sets the Indentation (in points) after this Paragraph. - - - Gets or sets the Indentation (in points) before this Paragraph. - - - Gets or sets the Indentation (in points) of the first line of this Paragraph. - - - Gets or sets the Indentation (in points) of all but the first line of this Paragraph. - - - Gets the Indentation level of this Paragraph. - - - Gets if this Paragraph must stay with the next Paragraph (stay on the same page). - - - Gets if this Paragraph is a list element. - - - Gets or sets the LineSpacing (in points) of this Paragraph. - - - Gets or sets the Line Spacing (in points) after this Paragraph. - - - Gets or sets the Line Spacing (in points) before this Paragraph. - - - Gets the List Item Type of this Paragraph. - - - Gets the formatted text value of this Paragraph. - - - Gets the paragraph following the current one. - - - Gets the Number Properties of this Paragraph. - - - Gets or sets the Parent Container of this Paragraph. - - - Gets the collection of Pictures of this Paragraph. - - - Gets the paragraph preceding the current one. - - - Gets the collection of Shapes associated with this Paragraph. - - - Gets the list of all the SignatureLines contained in the paragraph. - - - Gets the index that corresponds to where the Paragraph starts in the Document. - - - - Gets or sets the id of the style of this Paragraph. - - - - Gets the text of this Paragraph. - - - Gets the collection of TextBoxes associated with this Paragraph. - - - Removes this Picture from the Document. - - - Sets the shape of this Picture. - - - Sets the shape of this Picture to one of the BasicShapes. - The shape to apply to the Picture. - - - Sets the shape of this Picture to one of the RectangleShapes. - The shape to apply to the Picture. - - - Sets the shape of this Picture to one of the BlockArrowShapes. - The shape to apply to the Picture. - - - Sets the shape of this Picture to one of the EquationShapes. - The shape to apply to the Picture. - - - Sets the shape of this Picture to one of the FlowchartShapes. - The shape to apply to the Picture. - - - Sets the shape of this Picture to one of the StarAndBannerShapes. - The shape to apply to the Picture. - - - Sets the shape of this Picture to one of the CalloutShapes. - The shape to apply to the Picture. - - - - Gets or sets the transparency of this Picture. - - - - Gets or sets the portion of the unscaled original image to draw (from 0 to 100 on the 4 sides). - - - Gets or sets the Description of this Picture. - - - Gets or sets the distance of the text from the bottom of the picture (in points). - - - Gets or sets the distance of the text from the left of the picture (in points). - - - Gets or sets the distance of the text from the right of the picture (in points). - - - Gets or sets the distance of the text from the top of the picture (in points). - - - Gets the File Name of this Picture. - - - Gets or sets if this Picture is Flipped Horizontally. - - - Gets or sets if this Picture is Flipped Vertically. - - - Gets or sets the Height of this Picture (in points). - - - Gets or sets the Height of this Picture (in inches). - - - Gets or sets the horizontal alignment for the picture. - - - Gets or sets the horizontal offset (in points) of the picture relative to the element identified in the HorizontalOffsetAlignmentFrom property. - - - Gets or sets the element from which the HorizontalOffset is calculated. - - - - Gets or sets the hyperlink associated to the picture. - - - - Gets the Id of this Picture. - - - Gets or sets the Name of this Picture. - - - Gets or sets the Rotation of this Picture (in degrees). - - - - Gets the stream of this picture. - - - - Gets or sets the vertical alignment for the picture. - - - Gets or sets the vertical offset (in points) of the picture relative to the element identified in the VerticalOffsetAlignmentFrom property. - - - Gets or sets the element from which the VerticalOffset is calculated. - - - Gets or sets the Width of this Picture (in points). - - - Gets or sets the Width of this Picture (in inches). - - - Gets or sets the list of points to use to define the polygon inside the picture where no text can be drawn. - - - Gets or sets the text wrapping style. The default setting is WrapInLineWithText. - - - Gets or sets the text wrapping position. The default value is bothSides. - - - Gets if the Axis exists in this PieChart. - - - Gets the maximum number of series in this PieChart. - - - Gets or sets the Container(s) that will be parsed when replacing text in a Document. The default value is All. - - - Gets or sets the index that pinpoints the location where the text search will end. The default value is -1. - - - Gets or sets the formatting that the existing text must have in order to be replaced. The default value is null. - - - Gets or sets how the existing formatting needs to be matched in order for the text replacement to occur. The default setting is SubsetMatch. - - - Gets or sets the options for the regular expression. The default setting is None. - - - Gets or sets if empty Paragraphs should be removed once the text replacement is done. The -default value is true. - - - Gets or sets the index that pinpoints the location where the text search will start. The default value is -1. - - - Gets or sets if the text search will be stopped once the first text replacement is completed. The default value is false. - - - Gets or sets if the changes, in this case the text replacement, will be tracked. The default value is false. - - - Merges Cells in this Row. - The index of the Cell where the merging starts. - The index of the Cell where the merging ends. - - - Removes this Row. - - - Gets or sets if the Row is allowed to Break Across Pages. - - - Gets the collection of Cells in this Row. - - - Gets the Column Count of this Row, taking spanned Cells into account. - - - Gets or sets the Height of this Row (in points). - - - Gets or sets the Minimum Height of this Row (in points). - - - Gets the collection of Paragraphs in this Row. - - - Gets or sets if a Table Header is present in this Row. - - - Gets the End Index of this Run's text. - - - Gets the Start Index of this Run's text. - - - Adds three new Footers to this Section. One for the first page, one for odd pages, and one for even pages. - - - Adds three new Headers to this Section. One for the first page, one for odd pages, and one for even pages. - - - Inserts a section page break to this Section, and optionally track this change. - The section that was inserted. - - true if this change should be tracked, otherwise false. - - - Removes the content of the section from the Document. This will work only if it's not the -only section in the Document. - - - Inserts a Section to this Section, and optionally track -this change. - The section that was inserted. - - true if this change should be tracked, otherwise false. - - - Gets or sets if the first page of this Section uses an independent Header and Footer. - - - Gets/sets the general properties of endnotes in the section. - - - Gets the Footers of this Section. - - - Gets/sets the general properties of footnotes in the section. - - - Gets the Headers of this Section. - - - Gets or sets the bottom margin (in points) of this Section. - - - Gets or sets the footer margin (in points) of this Section. - - - Gets or sets the header margin (in points) of this Section. - - - Gets or sets the left margin (in points) of this Section. - - - Gets or sets the right margin (in points) of this Section. - - - Gets or sets the top margin (in points) of this Section. - - - Gets or sets if the mirror margins option is enabled for this Section. - - - Gets or sets the Borders to use for all the pages of this Section. - - - Gets or sets the page height (in points) of this Section. - - - Gets the PageLayout of this Section. - - - Gets or sets the formatting of the page numbers used in the current Section of the Document. - - - Gets or sets the page width (in points) of this Section. - - - Gets or sets the SectionBreakType used in the current Section of the Document. - - - Gets or sets the collection of Paragraphs in this -Section. - - - Gets the Tables in this Section. - - - Initializes a new instance of the Series class. - The Name of the Series. - - - Binds the data for this Series. - - - Binds the data for this Series, using the provided list, and the category and value property names. - The list of categories and values. - The property name for the category. - The property name for the value. - - - Binds the data for this Series, using the provided lists of categories and values. - The list of categories. - The list of values. - - - Gets or sets the list of string categories (X axis) for this Series. - - - Gets or sets the Color for this Series. - - - Gets the list of data points in the designated series. - - - Gets or sets the markers? image, style, shape size and outline in the series using the Marker -class. This feature only works for line charts since the other chart types don't use markers. - - - Gets or sets the list of numeric values (Y axis) for this Series. - - - Gets or sets the size of a series. - - - Gets or sets the fill color for the Table, Cell or Paragraph. - - - Gets or sets the style of the ShaddingPattern used by the Table, Cell or Paragraph. - - - Gets or sets the style color of the ShaddingPattern used by the Table, Cell or Paragraph. - - - Removes the current Shape (or TextBox) from the document. - - - Gets or sets the distance of the text from the bottom of the shape. - - - Gets or sets the distance of the text from the left of this Shape. - - - Gets or sets the distance of the text from the right of this Shape. - - - Gets or sets the distance of the text from the top of the shape. - - - Gets or sets the color used to fill this Shape. - - - Gets or sets if this Shape is horizontally flipped. - - - Gets or sets if this Shape is vertically flipped. - - - Gets or sets the height of this Shape (in points). - - - Gets or sets the text horizontal alignment for this Shape. - - - Gets or sets the text horizontal offset of this Shape relative to the element identified in the HorizontalOffsetAlignmentFrom property. - - - Gets or sets the element from which the HorizontalOffset is calculated. - - - Gets or sets if this Shape auto adjusts its size to fit the contained text. - - - Gets or sets if the text inside this Shape will wrap. - - - Gets or sets the outline color of this Shape. - - - Gets or sets the style of this Shape's outline dash. - - - Gets or sets the width of this Shape's outline (in points). - - - Gets or sets the type of this Shape. - - - Gets or sets the margin between the text and the bottom side of this shape (in points). - - - Gets or sets the margin between the text and the left side of this Shape (in points). - - - Gets or sets the margin between the text and the right side of this Shape (in points). - - - Gets or sets the margin between the text and the top side of this Shape (in points). - - - Gets or sets the vertical alignment of the text inside this Shape. - - - Gets or sets the text vertical alignment for this Shape. - - - Gets or sets the text vertical offset of this Shape relative to the element identified in the VerticalOffsetAlignmentFrom property. - - - Gets or sets the element from which the VerticalOffset is calculated. - - - Gets or sets the width of this Shape (in points). - - - Gets or sets the list of points to use to define the polygon inside this Shape where no text can be drawn. - - - Gets or sets the text wrapping style. The default setting is WrapInLineWithText. - - - Gets or sets the text wrapping position. The default setting is bothSides. - - - Gets or sets the bottom value. - - - Gets or sets the left value. - - - Gets or sets the right value. - - - Gets or sets the top value. - - - Removes this SignatureLine from the Document. - - - Gets or sets if the signature comments of the SignatureLine will be displayed. Default is true. - - - Gets or sets the distance of the text from the bottom of the SignatureLine (in points). By default, 0.
-This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText, WrapTight and -WrapThrough.
-
- - Gets or sets the distance of the text from the left of the SignatureLine (in points). By default, 0.
-This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText and -WrapTopAndBottom.
-
- - Gets or sets the distance of the text from the right of the SignatureLine (in points). By default, 0.
-This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText and -WrapTopAndBottom.
-
- - Gets or sets the distance of the text from the top of the SignatureLine (in points). By default, 0.
-This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText, WrapTight and -WrapThrough.
-
- - Gets or sets the horizontal alignment for the SignatureLine. By default, None.
-The SignatureLine can be positioned Left, Centered, Right, Inside or Outside, relative to Margin, Page, Column, Character, LeftMargin, RightMargin, -InsideMargin or OutsideMargin.
-
- - Gets or sets the horizontal offset (in points) of the SignatureLine in relation to the element identified in the HorizontalOffsetAlignmentFrom property. By -default, 0.
-The HorizontalAlignment property must be set to None.
-
- - Gets or sets the element from which the HorizontalOffset is calculated. By default, None.
-The HorizontalAlignment property must be set to None.
-
- - Gets the Id of the SignatureLine.
-When creating a SignatureLine, an Id will automatically be generated; use this id in the SignOptions to associate a SignatureLine with a Digital Signature.
-
- - - Gets or sets the instructions relative to this SignatureLine.
-Used to inform the signer of the reason to sign this SignatureLine.
-
-
- - Gets if the SignatureLine is currently signed. - - - Gets if the SignatureLine is currently signed and has a valid digital signature. - - - Gets or sets if the signing date should be displayed on the top right corner of the SignatureLine. Default is true. - - - Gets or sets the suggested signer of the SignatureLine. - - - Gets or sets the e-mail address of the suggested signer of the SignatureLine. - - - Gets or sets the title of the suggested signer of the SignatureLine. - - - Gets or sets the vertical alignment for the SignatureLine. By default, None.
-The SignatureLine can be positioned at Top, Centered, Bottom, Inside or Outside, relative to Margin, Page, Line, TopMargin, BottomMargin, InsideMargin or -OutsideMargin.
-
- - Gets or sets the vertical offset (in points) of the SignatureLine in relation to the element identified in the VerticalOffsetAlignmentFrom property. By -default, 0.
-The VerticalAlignment property must be set to None.
-
- - - Gets or sets the element from which the VerticalOffset is calculated. By default, None.
-The VerticalAlignment property must be set to None.
-
-
- - Gets or sets the list of points used to define the polygon inside the SignatureLine where no text can be drawn.
-A minimum of 3 points are necessary in order to activate the WrapPolygon. By default, null (unless the SignatureLine's WrappingStyle property is set to -WrapTight or WrapThrough, in which case it will contain the 4 corners of the picture by default, meaning no text inside the SignatureLine).
-This property is used when the SignatureLine's WrappingStyle property is set to WrapTight or WrapThrough.
-The top left of a SignatureLine has the coordinates (0,0), while the bottom right has the coordinates (21600,21600).
-
- - Gets or sets the text wrapping style. The default setting is WrapInLineWithText. - - - Gets or sets the text wrapping position. The default setting is bothSides. - - - - Gets or sets if the comments accompanying the SignatureLine will be displayed. Default is true. - - - - Gets or sets the distance of the text from the bottom of the SignatureLine (in points). By default, 0.
-This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText, WrapTight and -WrapThrough.
-
- - Gets or sets the distance of the text from the left of the SignatureLine (in points). By default, 0.
-This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText and -WrapTopAndBottom.
-
- - Gets or sets the distance of the text from the right of the SignatureLine (in points). By default, 0.
-This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText and -WrapTopAndBottom.
-
- - Gets or sets the distance of the text from the top of the SignatureLine (in points). By default, 0.
-This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText, WrapTight and -WrapThrough.
-
- - Gets or sets the horizontal alignment for the SignatureLine. By default, None.
-The SignatureLine can be positioned Left, Centered, Right, Inside or Outside, relative to Margin, Page, Column, Character, LeftMargin, RightMargin, -InsideMargin or OutsideMargin.
-
- - Gets or sets the horizontal offset (in points) of the SignatureLine in relation to the element identified in the HorizontalOffsetAlignmentFrom property. By -default, 0.
-The HorizontalAlignment property must be set to None.
-
- - Gets or sets the element from which the HorizontalOffset is calculated for the SignatureLine. By default, None.
-The HorizontalAlignment property must be set to None.
-
- - Gets or sets the instructions relative to this SignatureLine.
-Used to inform the signer of the reason to sign this SignatureLine.
-
- - Gets or sets if the signing date should be displayed on the top right corner of the SignatureLine. Default is true. - - - Gets or sets the suggested signer for the SignatureLine. - - - Gets or sets the e-mail address of the suggested signer of the SignatureLine. - - - Gets or sets the title of the suggested signer of the SignatureLine. - - - Gets or sets the vertical alignment for the SignatureLine. By default, None.
-The SignatureLine can be positioned at Top, Centered, Bottom, Inside or Outside, relative to Margin, Page, Line, TopMargin, BottomMargin, InsideMargin or -OutsideMargin.
-
- - Gets or sets the vertical offset (in points) of the SignatureLine in relation to the element identified in the VerticalOffsetAlignmentFrom property. By -default, 0.
-The VerticalAlignment property must be set to None.
-
- - Gets or sets the element from which the VerticalOffset is calculated for the SignatureLine. By default, None.
-The VerticalAlignment property must be set to None.
-
- - Gets or sets the list of points used to define the polygon inside the SignatureLine where no text can be drawn.
-A minimum of 3 points are necessary in order to activate the WrapPolygon. By default, null (unless the SignatureLine's WrappingStyle property is set to -WrapTight or WrapThrough, in which case it will contain the 4 corners of the picture by default, meaning no text inside the SignatureLine).
-This property is used when the SignatureLine's WrappingStyle property is set to WrapTight or WrapThrough.
-The top left of a SignatureLine has the coordinates (0,0), while the bottom right has the coordinates (21600,21600).
-
- - Gets or sets the Formatting that will be applied to the new text that will be inserted. The -default value is null. - - - Gets or sets if the text that will be replaced needs to be escaped. The default value is true. - - - Gets or sets the string that will replace all occurrences of the text that is being replaced. The default value is null. - - - Gets or sets the string that will be replaced. The default value is null. - - - Gets or sets if RegEx-like replacement should be performed, i.e. if NewValue contains RegEx substitutions. The default value is -false. - - - Gets/sets the Unicode character value from the font glyph. - - - Gets/sets the font to use for the Code property. - - - Deletes a Cell in a Row, and shifts -the other Cells to the left. - The index of the Row where a Cell will be removed.. - The index of the Cell to remove. - - - Gets a Border from this Table. - The Border of the Table. - The type of table border to get. - - - Gets the width of the specified column (in points). - The width of the specified column (in points). - The index of the column. - - - Inserts a Column in this Table. - - - Inserts a page break after this Table. - - - Inserts a page break before this Table. - - - Inserts a Paragraph after this Table. - - - Inserts a Paragraph before this Table. - - - Inserts a Row in this Table. - - - Inserts a Table after this Table. - - - Inserts a Table before this Table. - - - Merges cells in a given column, using the provided start and end row indexes. - The index of the column where cells are to be merged. - The index of the row where the merge begins. - The index of the row where the merge ends. - - - Removes this Table from this Document. - - - Removes a Column from this Table. - - - Removes a Row from this Table. - - - Sets a border on this Table. - A TableBorderType value indicating which border to set. - The border object to set. - - - Sets the width of the specified column (in points). - The index of the column. - The width to apply (in points). - - true to fix the column width. When false, adding new columns may reduce all column's width to fit on page. - - - Sets the Direction of the content of this Table. - The Direction of the content. - - - Sets a cell margin on this Table (in points). - A TableCellMarginType value indicating which margin to set. - The margin value to set (in points). - - - Sets the widths of this Table's columns (in points). - The array of widths to set (one entry per column, in points). - - true to fix the columns width. When false, adding new columns may reduce all column's width to fit on page. - - - Sets the widths of this Table's columns, using the provided total width (in points) and a width percentage for each column. - The array of width percentages to use (in points). - The total width of the columns. If null, the maximum width available is used. - - - Inserts a Column at the right end of this Table. - - - Inserts a Column at a specific location in this Table. - The index at which to insert the new Column. - - true to insert the Column on the right side of the indexed Column, false to insert on the left side. - - - Inserts the provided Paragraph after this Table. - The new Paragraph that was inserted. - The Paragraph to insert. - - - Inserts a Paragraph after this Table, using the provided -text and formatting, and optionally track this change. - The new Paragraph that was inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts a Paragraph after this Table, using the provided -text, and optionally track this change. - The new Paragraph that was inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts a Paragraph after this Table, using the provided -text. - The new Paragraph that was inserted. - The text for the new Paragraph. - - - Inserts the provided Paragraph before this Table. - The new Paragraph that was inserted. - The Paragraph to insert. - - - Inserts a Paragraph before this Table, using the -provided text. - The new Paragraph that was inserted. - The text for the new Paragraph. - - - Inserts a Paragraph before this Table, using the -provided text, and optionally track this change. - The new Paragraph that was inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - - - Inserts a Paragraph before this Table, using the -provided text and formatting, and optionally track this change. - The new Paragraph that was inserted. - The text for the new Paragraph. - - true if this change should be tracked, otherwise false. - The format to apply to the new Paragraph. - - - Inserts a Row at the end of this Table. - The new Row that was inserted. - - - Inserts a copy of the provided Row at the end of this Table, -and optionally keep the same formatting as the original Row. - The new Row that was inserted. - The Row to copy. - - true if the format of the original Row is also copied, otherwise false. - - - Inserts a Row at a specific location in this Table. - The new Row that was inserted. - The index at which to insert the new Row. - - - Inserts a copy of the provided Row at a specific location in -this Table, and optionally keep the same formatting as the original Row. - The new Row that was inserted. - The Row to copy. - The index at which to insert the new Row. - - true if the format of the original Row is also copied, otherwise false. - - - Inserts the provided Table after this Table. - The new Table that was inserted. - The Table to insert. - - - Inserts a Table of a specific size after this Table. - The new Table that was inserted. - The row count for the new Table. - The column count for the new Table. - - - Inserts the provided Table before this Table. - The new Table that was inserted. - The Table to insert. - - - Inserts a Table of a specific size before this Table. - The new Table that was inserted. - The row count for the new Table. - The column count for the new Table. - - - Removes the last column from this Table. - - - Removes a specific column from this Table. - The index of the column to remove. - - - Removes the last row from this Table. - - - Removes a specific column from this Table. - The index of the row to remove. - - - Gets or sets the Alignment of this Table. - - - Gets or sets the AutoFit of this Table. - - - Gets the Column Count of this Table. - - - Gets the collection of Column Widths of this Table (in points). - - - Gets or sets the name of the custom design to apply to this Table. - - - Gets or sets the Design of this Table. - - - Gets or sets the distance of the text from the bottom of this Table. - - - Gets or sets the distance of the text from the left of this Table. - - - Gets or sets the distance of the text from the right of this Table. - - - Gets or sets the distance of the text from the top of this Table. - - - Gets or sets the horizontal alignment for this Table. - - - Gets or sets the horizontal offset of this Table relative to the element identified in the HorizontalOffsetAlignmentFrom property. - - - Gets or sets the element from which the HorizontalOffset is calculated. - - - Gets the collection of Hyperlinks in this Table. - - - - Gets or sets the indentation of this Table, from the left margin of the document. - - - - Gets the Index of this Table. - - - Gets the collection of Paragraphs in this Table. - - - Gets the collection of Pictures in this Table. - - - Gets the Row Count of this Table. - - - Gets the collection of Rows in this Table. - - - Gets or sets the ShadingPattern that will be used for all the cells in a table. - - - Gets the collection of Shapes associated with this Table. - - - Gets or sets the Caption of this Table. - - - Gets or sets the Description of this Table. - - - Gets or sets the TableLook of this Table. - - - Gets the collection of TextBoxes associated with this Table. - - - Gets or sets the vertical alignment for this Table. - - - Gets or sets the vertical offset of this Table relative to the element identified in the VerticalOffsetAlignmentFrom property. - - - Gets or sets the element from which the VerticalOffset is calculated. - - - Gets or sets the wrapping style for this Table. The default setting is WrapNone. - - - Initializes a new instance of the TableLook class. - - - Initializes a new instance of the TableLook class, using the default values. - - - Initializes a new instance of the TableLook class, using the provided values for FirstRow, LastRow, FirstColumn, LastColumn, and specififying -if no Horizontal or Vertical Banding is applied. - - true if the First Row conditional formatting is applied to the Table, otherwise false. - - true if the Last Row conditional formatting is applied to the Table, otherwise false. - - true if the First Column conditional formatting is applied to the Table, otherwise false. - - true if the Last Column conditional formatting is applied to the Table, otherwise false. - - true if the Horizontal Banding conditional formatting is NOT applied to the Table, otherwise false. - - true if the Vertical Banding conditional formatting is NOT applied to the Table, otherwise false. - - - Gets or sets if the First Column conditional formatting is applied to this Table. - - - Gets or sets if the First Row conditional formatting is applied to this Table. - - - Gets or sets if the Last Column conditional formatting is applied to this Table. - - - Gets or sets if the Last Row conditional formatting is applied to this Table. - - - Gets or sets if the horizontal banding conditional formatting is not applied to this Table. - - - Gets or sets if the vertical banding conditional formatting is not applied to this Table. - - - Gets/sets the boldness of the axis' title. - - - Gets/sets the title's capitalization style. - - - - Gets/sets the text spacing used on the axis' title. The spacing must be in the range (-1585 - 1585). - - - - Gets/sets the color of the title text. - - - Gets/sets the font family used by this formatting. - - - Gets/sets the highlight color used on the title text. - - - Gets/sets the italicized formatting of the axis' title. - - - Gets/sets whether the underline's color is the same color as the text or not. - - - Gets/sets whether the style of the underline follows the text or not. - - - Gets/sets the scripted formatting of the axis' title. - - - Gets/sets the size of the title text. The size must be between 0 and 1638. - - - Gets/sets the strike through formatting of the axis' title. - - - Gets/sets the color of the title's underline. - - - Gets/sets the underline style applided by this formatting. - - - Initializes a new instance of the ValueAxis class. - The Id of the Axis. - - - Gets or sets a logarithmic scale on the value axis. The chosen value must be over 2. - - - Allows the user to add or remove custom unit mark values for major tick marks. - - - Gets or sets the maximum value that can be displayed on the value axis. It cannot be equal or less than the minimum value. - - - Gets or sets the minimum value that can be displayed on the value axis. It cannot be equal or greater than the maximum value. - - - Allows the user to add or remove custom unit mark values for minor tick marks. - - - Represents an Xml Template for the Table of Contents (element's style base). - - - Represents an Xml Template for the Table of Contents (heading's style base). - - - Represents an Xml Template for the Table of Contents (hyperlink's style base). - - - Represents an Xml Template for the Table of Contents' base. - -
-
\ No newline at end of file diff --git a/bin/Debug/Xceed.Drawing.NET.dll b/bin/Debug/Xceed.Drawing.NET.dll deleted file mode 100644 index faa3f2b..0000000 Binary files a/bin/Debug/Xceed.Drawing.NET.dll and /dev/null differ diff --git a/bin/Debug/Xceed.Drawing.NET.xml b/bin/Debug/Xceed.Drawing.NET.xml deleted file mode 100644 index f9e4f24..0000000 --- a/bin/Debug/Xceed.Drawing.NET.xml +++ /dev/null @@ -1,911 +0,0 @@ - - - - Xceed.Drawing.NET - - - - Specifies the style of the dashed lines drawn with a Pen object. - - - The line will be solid. - - - The line will be made of a series of dashes. - - - The line will be made of a series of dots. - - - The line will be made of a repeating dash-dot pattern. - - - The line will be made of a repeating dash-dot-dot pattern. - - - The line will use a custom style. - - - Specifies the style that will be applied to the text. - - - The text will not be stylized. - - - The text will be in bold. - - - - The text will be in italic. - - - - A line will be added below the text. - - - A line will go through the text. - - - Encapsulates a SkiaSharp.SKColor in .NET5+ or a System.Drawing.Color in .NET Framework. - - - Encapsulates a SkiaSharp.SKPoint in .NET5+ or a System.Drawing.Point in NET Framework. - - - Encapsulates a SkiaSharp.SKPoint in .NET5+ or a System.Drawing.PointF in .NET Framework. - - - Encapsulates a SkiaSharp.SKRect in .NET5+ or a System.Drawing.RectangleF in .NET Framework. - - - Creates a new Color object from a color. - The color that will be encapsulated. - - - Returns the Color's brightness. - - - Returns the Color's hue. - - - Returns the Color's saturation. - - - Will return true if the value string corresponds to one of the SKColors in .NET5+ or one of the System.Drawing.KnownColor -in .NET Framework. - The string that will be evaluated. - - - Creates a Color from specific values. - - - Returns the Color's 32-bit ARGB value. - - - Creates a Color from the stringColor parameter. - The string that will be used to create the Color. - - - Creates a Color from 8-bit color values (Red, Green & Blue). - The Red component's value. Valid values go from 0 to 255. - The Green component's value. Valid values go from 0 to 255. - The Blue component's value. Valid values go from 0 to 255. - - - Creates a Color from the four ARGB components' values (Alpha, Red, -Green & Blue). - The Alpha component's value. Valid values go from 0 to 255. - The Red component's value. Valid values go from 0 to 255. - The Green component's value. Valid values go from 0 to 255. - The Blue component's value. Valid values go from 0 to 255. - - - Creates a Color based on an existing Color -object, but with a new alpha value. - The new Color's Alpha value. Valid values go from 0 to 255. - The Color object on which the new Color will -be based. - - - Creates a Color from a 32-bit ARGB value. - Specifies the new Color's 32-bit ARGB value. - - - Get's the Color's Alpha byte. - - - Gets the Color's Blue byte. - - - Get's the Color's Green byte. - - - Gets if the Color is empty. - - - Gets the Color's name. - - - Gets the Color's Red byte. - - - Gets the value of the Color object. - - - Creates a Color object using the active border color. - - - Creates a Color object using the active caption color. - - - Creates a Color object using the active caption text color. - - - Creates a Color object using the alice blue color. - - - Creates a Color object using the antique white color. - - - Creates a Color object using the app workspace color. - - - Creates a Color object using the aqua color. - - - Creates a Color object using the aquamarine color. - - - Creates a Color object using the azure color. - - - Creates a Color object using the beige color. - - - Creates a Color object using the bisque color. - - - Creates a Color object using the black color. - - - Creates a Color object using the blanched almond color. - - - Creates a Color object using the blue color. - - - Creates a Color object using the blue violet color. - - - Creates a Color object using the brown color. - - - Creates a Color object using the burly wood color. - - - Creates a Color object using the button face color. - - - Creates a Color object using the button highlight color. - - - Creates a Color object using the button shadow color. - - - Creates a Color object using the cadet blue color. - - - Creates a Color object using the chartreuse color. - - - Creates a Color object using the chocolate color. - - - Creates a Color object using the control light color. - - - Creates a Color object using the control text color. - - - Creates a Color object using the coral color. - - - Creates a Color object using the cornflower blue color. - - - Creates a Color object using the cornsilk color. - - - Creates a Color object using the crimson color. - - - Creates a Color object using the cyan color. - - - Creates a Color object using the dark blue color. - - - Creates a Color object using the dark cyan color. - - - Creates a Color object using the dark goldenrod color. - - - Creates a Color object using the dark gray color. - - - Creates a Color object using the dark green color. - - - Creates a Color object using the dark khaki color. - - - Creates a Color object using the dark magenta color. - - - Creates a Color object using the dark olive green color. - - - Creates a Color object using the dark orange color. - - - Creates a Color object using the dark orchid color. - - - Creates a Color object using the dark red color. - - - Creates a Color object using the dark salmon color. - - - Creates a Color object using the dark sea green color. - - - Creates a Color object using the dark slate blue color. - - - Creates a Color object using the dark slate gray color. - - - Creates a Color object using the dark turquoise color. - - - Creates a Color object using the dark violet color. - - - Creates a Color object using the deep pink color. - - - Creates a Color object using the deep sky blue color. - - - Creates a Color object using the desktop color. - - - Creates a Color object using the dim gray color. - - - Creates a Color object using the dodger blue color. - - - Creates a Color object using the empty color. - - - Creates a Color object using the firebrick color. - - - Creates a Color object using the floral white color. - - - Creates a Color object using the forest green color. - - - Creates a Color object using the fuchsia color. - - - Creates a Color object using the gainsboro color. - - - Creates a Color object using the ghost white color. - - - Creates a Color object using the gold color. - - - Creates a Color object using the goldenrod color. - - - Creates a Color object using the gradient active caption color. - - - Creates a Color object using the gradient inactive caption color. - - - Creates a Color object using the gray color. - - - Creates a Color object using the gray text color. - - - Creates a Color object using the green color. - - - Creates a Color object using the green yellow color. - - - Creates a Color object using the highlight color. - - - Creates a Color object using the highlight text color. - - - Creates a Color object using the honeydew color. - - - Creates a Color object using the hot pink color. - - - Creates a Color object using the hot track color. - - - Creates a Color object using the inactive border color. - - - Creates a Color object using the inactive caption color. - - - Creates a Color object using the inactive caption text color. - - - Creates a Color object using the indian red color. - - - Creates a Color object using the indigo color. - - - Creates a Color object using the info color. - - - Creates a Color object using the info text color. - - - Creates a Color object using the ivory color. - - - Creates a Color object using the khaki color. - - - Creates a Color object using the lavender color. - - - Creates a Color object using the lavender blush color. - - - Creates a Color object using the lawn green color. - - - Creates a Color object using the lemon chiffon color. - - - Creates a Color object using the light blue color. - - - Creates a Color object using the light coral color. - - - Creates a Color object using the light cyan color. - - - Creates a Color object using the light goldenrod yellow color. - - - Creates a Color object using the light gray color. - - - Creates a Color object using the light green color. - - - Creates a Color object using the light pink color. - - - Creates a Color object using the light salmon color. - - - Creates a Color object using the light sea green color. - - - Creates a Color object using the light sky blue color. - - - Creates a Color object using the light slate gray color. - - - Creates a Color object using the light steel blue color. - - - Creates a Color object using the light yellow color. - - - Creates a Color object using the lime color. - - - Creates a Color object using the lime green color. - - - Creates a Color object using the linen color. - - - Creates a Color object using the magenta color. - - - Creates a Color object using the maroon color. - - - Creates a Color object using the medium aquamarine color. - - - Creates a Color object using the medium blue color. - - - Creates a Color object using the medium orchid color. - - - Creates a Color object using the medium purple color. - - - Creates a Color object using the medium sea green color. - - - Creates a Color object using the medium slate blue color. - - - Creates a Color object using the medium spring green color. - - - Creates a Color object using the medium turquoise color. - - - Creates a Color object using the medium violet red color. - - - Creates a Color object using the menu color. - - - Creates a Color object using the menu bar color. - - - Creates a Color object using the menu highlight color. - - - Creates a Color object using the menu text color. - - - Creates a Color object using the midnight blue color. - - - Creates a Color object using the mint cream color. - - - Creates a Color object using the misty rose color. - - - Creates a Color object using the moccasin color. - - - Creates a Color object using the navajo white color. - - - Creates a Color object using the navy color. - - - Creates a Color object using the old lace color. - - - Creates a Color object using the olive color. - - - Creates a Color object using the olive drab color. - - - Creates a Color object using the orange color. - - - Creates a Color object using the orange red color. - - - Creates a Color object using the orchid color. - - - Creates a Color object using the pale goldenrod color. - - - Creates a Color object using the pale green color. - - - Creates a Color object using the pale turquoise color. - - - Creates a Color object using the pale violet red color. - - - Creates a Color object using the papaya whip color. - - - Creates a Color object using the peach puff color. - - - Creates a Color object using the peru color. - - - Creates a Color object using the pink color. - - - Creates a Color object using the plum color. - - - Creates a Color object using the powder blue color. - - - Creates a Color object using the purple color. - - - Creates a Color object using the red color. - - - Creates a Color object using the rosy brown color. - - - Creates a Color object using the royal blue color. - - - Creates a Color object using the saddle brown color. - - - Creates a Color object using the salmon color. - - - Creates a Color object using the sandy brown color. - - - Creates a Color object using the scroll bar color. - - - Creates a Color object using the sea green color. - - - Creates a Color object using the sea shell color. - - - Creates a Color object using the sienna color. - - - Creates a Color object using the silver color. - - - Creates a Color object using the sky blue color. - - - Creates a Color object using the slate blue color. - - - Creates a Color object using the slate gray color. - - - Creates a Color object using the snow color. - - - Creates a Color object using the spring green color. - - - Creates a Color object using the steel blue color. - - - Creates a Color object using the tan color. - - - Creates a Color object using the teal color. - - - Creates a Color object using the thistle color. - - - Creates a Color object using the tomato color. - - - Creates a Color object using the transparent color. - - - Creates a Color object using the turquoise color. - - - Creates a Color object using the violet color. - - - Creates a Color object using the wheat color. - - - Creates a Color object using the white color. - - - Creates a Color object using the white smoke color. - - - Creates a Color object using the window color. - - - Creates a Color object using the window frame color. - - - Creates a Color object using the window text color. - - - Creates a Color object using the yellow color. - - - Creates a Color object using the yellow green color. - - - Creates a new Point object from x & y coordinates. - The Point's x coordinate. - The Point's y coordinate. - - - Gets or sets the Point's x coordinate. - - - Gets or sets the Point's y coordinate. - - - Creates a new PointF object from x & y coordinates. - The PointF's x coordinate. - The PointF's y coordinate. - - - Gets or sets the PointF's x coordinate. - - - Gets or sets the PointF's y coordinate. - - - Creates a new RectangleF by determining its Width & Height, along with the location of its top left corner. - The left coordinate associated with the RectangleF's top left corner. - The top coordinate associated with the RectangleF's top left corner. - The RectangleF's Width. - The RectangleF's Height. - - - Gets the y coordinate that corresponds to the sum of the Y &Height properties. - - - Gets or sets the RectangleF's height. - - - Gets the x coordinate that corresponds to the left edge of the RectangleF. - - - Gets the x coordinate that corresponds to the sum of the X & Width properties. - - - Gets the y coordinate that corresponds to the top edge of the RectangleF. - - - Gets the value of the RectangleF object. - - - Gets or sets the RectangleF's width. - - - Gets or sets the x coordinate that corresponds to the upper left corner of the RectangleF. - - - Gets or sets the y coordinate that corresponds to the upper left corner of the RectangleF. - - - Creates an empty RectangleF. - - - Encapsulates a SkiaSharp.SKBitmap in .NET5+ or a System.Drawing.Bitmap in .NET Framework. - - - Encapsulates a SkiaSharp.SKPaint in .NET5+ or a System.Drawing.SolidBrush in .NET Framework. - - - Encapsulates a SkiaSharp.SKFont in .NET5+ or a System.Drawing.Font in .NET Framework. - - - Encapsulates a SkiaSharp.SKImage in .NET5+ or a System.Drawing.Image in .NET Framework. - - - Encapsulates a SkiaSharp.SKPaint in .NET5+ or a System.Drawing.Pen in .NET Framework. - - - Represents a Brush object with a specific Color. - - - Creates a new Bitmap object from a width & height value. - The Bitmap's width. - The Bitmap's height. - - - Releases all resources used by the Bitmap. - - - Creates a Bitmap from an Image. - The Image that will be used to create the Bitmap. - - - Sets the Color of a target pixel. - The pixel's x coordinate. - The pixel's y coordinate. - The pixel's Color. - - - Gets the value of the Bitmap object. - - - Creates a new Brush object from a Color. - The Color that will be used to create the Brush. - - - Releases all resources used by the Brush. - - - Gets the Brush's Color. - - - Creates a new Font object from specific values. - - - Creates a new Font object using fontFamily, fontSize & fontStyle values. - The font family to which the created Font will belong. - The size of the Font that will be created. - The style that will be applied to the created Font. - - - Creates a new Font object using fontFamily & fontSize values. - The font family to which the created Font will belong. - The size of the Font that will be created. - - - Releases all resources used by the Font. - - - Gets the Font's Name from a font -file & then returns it. - The file that will be used to get the Font's Name. - - - Gets the Font's byte array. - The Font that will be evaluated. - An output parameter that contains the Font's byte array. - An output parameter that contains the size of the Font's byte array. - An output parameter that is true if the Font's byte array is corrupted. - - - Returns the Font's height, as well as its ascent & descent. - An output parameter that contains the Font's ascent. - An output parameter that contains the Font's descent. - - - Calculates the text's height, based on the Font's Name & Size, as well as -the text block's width. - The text that will be evaluated. - The Name of the Font that will be -used to calculate the text's height. - The Size of the Font that will be -used to calculate the text's height. - The text block's width. - - - Calculates the text's width, based on the Font's Name & Size. - The text that will be evaluated. - The Name of the Font that will be -used to calculate the text's width. - The Size of the Font that will be -used to calculate the text's width. - - - Gets the Font's name. - - - Gets the Font's size. - - - Gets the Font's style. - - - Gets the value of the Font object. - - - Creates a copy of an Image. - The Image that will be copied. - - - Creates a memory stream from a .jpeg image. - The .jpeg image that will be used to create the memory stream. - The quality of the encoding used for compressing the .jpeg. - - - Returns the Image's format as a string. - The stream that is associated with the evaluated Image. - - - Releases all resources used by the Image. - - - Draw the Image based on rotation & cropping values. - The angle that determines what kind of rotation will be applied to the Image. - The value that determines how the Image will be cropped on its 4 sides. - An output parameter for the Image's Width. - An output parameter for the Image's Height. - - - Creates an Image from a Bitmap object. - The Bitmap object that will be used to create the Image. - - - Creates an Image from a file's path. - The path that will be used to create the Image. - - - Creates an Image from a stream object. - The stream object that will be used to create the Image. - - - Gets the Image's height. - - - Gets the Image's horizontal resolution. - - - Gets the value of the Image object. - - - Gets the Image's vertical resolution. - - - Gets the Image's width. - - - Creates a Pen object from specific values. - - - Creates a Pen object from a Color -& a specific Width. - The Pen's Color. - The Pen's Width. - - - Creates a Pen object from a Color. - The Pen's Color. - - - Returns the type of cap that will be used by the Pen object. - - - Returns the type of line join that will be used by the Pen object. - - - Gets or sets the Pen's Color. - - - Gets the dash's offset. - - - Gets or sets the pattern that will be used for the dash that will be drawn by the Pen. - - - Gets or sets the Pen's DashStyle. - - - Gets the Pen object's miter limit. - - - Gets or sets the Pen object's width. - - - Creates a Brush using a solid Color. - The SolidBrush's Color. - - - \ No newline at end of file diff --git a/bin/Debug/Xceed.Pdf.dll b/bin/Debug/Xceed.Pdf.dll deleted file mode 100644 index 7ffae66..0000000 Binary files a/bin/Debug/Xceed.Pdf.dll and /dev/null differ diff --git a/bin/Debug/Xceed.Words.NET.dll b/bin/Debug/Xceed.Words.NET.dll index bc6814a..f108527 100644 Binary files a/bin/Debug/Xceed.Words.NET.dll and b/bin/Debug/Xceed.Words.NET.dll differ diff --git a/bin/Debug/Xceed.Words.NET.xml b/bin/Debug/Xceed.Words.NET.xml deleted file mode 100644 index 4678e99..0000000 --- a/bin/Debug/Xceed.Words.NET.xml +++ /dev/null @@ -1,198 +0,0 @@ - - - - Xceed.Words.NET - - - - Represents a holder for a X509Certificate2 certificate. - - - Represents a digital signature in a document. - - - Represents a DocX document. - - - Represents the class that registers the classes defined in the Xceed.Words.NET assembly. - - - Represents the options that can be set when signing a document. - - - Creates a DigitalCertificate object from the certificate path and password received. This certificate will be used to sign a document with the DocX.Sign() -method.
- The path to the certificate to register. - The password required to access the certificate. -
- - Gets the certificate associated with this object. - - - Gets the issuer of the certificate needed in order to sign the document. - - - Gets the owner of the certificate needed in order to sign the document. - - - Gets the comments from the signer on the purpose for signing the document. - - - Gets if the digital signature is valid and confirms that the document has not been modified since signed. - - - Gets the time at which the document was signed. - - - Adds a SignatureLine to the document. - The SignatureLine added to the document. - The options required to create the SignatureLine in the document. By default, null. - - - Checks the validity of the digital signatures in a document. - - - Converts a DocX document into a PDF document. - - - Copies the document into a new Document. - A copy of the Document. - - - Creates a document. - - - Gets the digital signatures in a document. - - - Evaluates if a SignatureLine is signed. - True if the SignatureLine is signed, false otherwise. - The SignatureLine to evaluate. The evaluation checks if it is signed. - - - Evaluates if a SignatureLine is signed and if the digital signature is valid. - True if the SignatureLine is signed and the digital signature is valid, false otherwise. - The SignatureLine to evaluate. The evaluation checks if it is signed and if the associated digital signature is valid. - - - Loads a document into a DocX object. - - - Removes all the digital signatures in a document. - - - Removes a digital signature from a document. - - - Saves this document. - - - Saves this document but allows to set some options first. - - - Allows to digitally sign a document. - - - Returns true if the input document's digital signatures are all valid, false otherwise. - True if all the digital signatures contained in the input document are valid, false otherwise. - The path of the document. Used to validate its digital signatures. - - - Returns true if the input document stream's digital signatures are all valid, false otherwise. - True if the digital signatures contained in the input document stream are all valid, false otherwise. - The path of the document stream. Used to validate its digital signatures. - - - Creates a DocX Document using a Stream. - A DocX object which represents the document. - The Stream to create the document from. - - - Creates a DocX Document using a fully qualified or relative filename. - A DocX object which represents the document. - The fully qualified or relative filename. - - - Returns the digital signatures of the input document. - The list of Digital signatures found in the input document. - The path of the document. Used to retrieve the digital signatures. - - - Returns the digital signatures of the input document stream. - The list of Digital signatures found in the input document stream. - The path of the document stream. Used to retrieve the digital signatures. - - - Returns true if the input document contains at least 1 digital signature, false otherwise. - True if the input document contains at least 1 digital signature, false otherwise. - The path of the document. Used to validate if that document is signed. - - - Returns true if the input document stream contains at least 1 digital signature, false otherwise. - True if the input document stream contains at least 1 digital signature, false otherwise. - The document stream used to validate if that stream is signed. - - - Loads a document into a DocX object using a Stream. - A DocX object which represents the document. - The Stream to load the document from. - - - Loads a document into a DocX object using a fully qualified or relative filename. - A DocX object which represents the document. - The fully qualified or relative filename. - - - Removes all the digital signatures from an input document and saves the result in an output document. - The path of the document where all the digital signatures are to be removed. - The path where the document will be saved after the digital signatures are removed. - - - Removes all the digital signatures from an input document stream and saves the result in an output document stream. - The path of the document stream where all the digital signatures are to be removed. - The path where the document stream will be saved after the digital signatures are removed. - - - Removes a specific digital signature from an input document and saves the result in an output document. - The path of the document where the digital signature will be removed. - The path where the document will be saved ater the digital signature is removed. - The digital signature to remove. - - - Removes a specific digital signature from an input document stream and saves the result in an output document stream. - The path of the document stream where the digital signature will be removed. - The path where the document stream will be saved ater the digital signature is removed. - The digital signature to remove. - - - Signs an input document with a certificate and sign options, and saves the result in an output document. - The path of the document to sign. - The path to store the signed document. - The certificate used to sign the document. - The options set to sign the document. By default, null. - - - Signs an input document stream with a certificate and sign options and saves the result in an output document stream. - The stream containing the document to sign. - The stream that will contain the signed document. - The certificate used to sign the stream. - The options set to sign the stream. By default, null. - - - Gets or sets the license key used to license this product. - - - Gets or sets the comments on the purpose for signing the document. - - - Gets or sets the id of the SignatureLine associated with the digital signature. - - - Gets or sets the image that will be used to sign the SignatureLine. The SignatureLineId must be set to the associated SignatureLine. - - - Gets or sets the text that will be used to sign the SignatureLine. The SignatureLineId must be set to the associated SignatureLine and the SignatureLineImage -must be null to use this property.
-
-
-
\ No newline at end of file diff --git a/bin/Debug/Xceed.Workbooks.NET.dll b/bin/Debug/Xceed.Workbooks.NET.dll deleted file mode 100644 index 7ca7295..0000000 Binary files a/bin/Debug/Xceed.Workbooks.NET.dll and /dev/null differ diff --git a/bin/Debug/Xceed.Workbooks.NET.xml b/bin/Debug/Xceed.Workbooks.NET.xml deleted file mode 100644 index aca5bde..0000000 --- a/bin/Debug/Xceed.Workbooks.NET.xml +++ /dev/null @@ -1,4300 +0,0 @@ - - - - Xceed.Workbooks.NET - - - - Offers the base properties for a range. - - - Interface exposing the properties and methods of a read-only Alignment object. - - - Interface exposing the properties and methods of a read-only Border object. - - - Interface exposing the properties and methods of a read-only Fill object. - - - Interface exposing the properties and methods of a read-only Font object. - - - Interface exposing the properties and methods of a read-only Protection object. - - - Interface exposing the properties and methods of a read-only Style object. - - - Represents the available properties of a read-only ThemeColor object. - - - Contains, in their read-only version, the actions that can be carried out on a Workbook -when it is protected. - - - Contains, in their read-only version, the actions that can be carried out on a Worksheet -when it is protected. - - - Clears specific elements in the range. - Sets the options that determine which elements are cleared from the range. The default setting isAll. - - - Searches into the content of the range and replaces all occurences of a specific value with a new value. - The total number of instances of the searchValue that were replaced within the content of the range. - The value that will be searched for. - The value that will replace all found instances of the searchValue. - - - Searches into the content of the range and replaces all instances of the SearchValues with their corresponding NewValues. - Returns how many instances of the searchValues were replaced within the content of the range. - The values that will be searched for. - - The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- -
- - Gets the number of items in the range. - - - Gets the items in the range. - - - Gets or sets the last item in the range. - - - Gets or sets the first item in the range. - - - Returns a copy of the Alignment object. - - - Gets the horizontal alignment. - - - Gets if the text content of a Cell is wrapped or not. - - - Gets the vertical alignment. - - - Returns a copy of the Border object. - - - Gets the Border's Color. - - - Gets the Border's Style. - - - Gets the Border's ThemeColor. - - - Returns a copy of the Fill object. - - - Gets the Fill object's BackgroundColor. - - - Gets the Fill object's BackgroundThemeColor. - - - Gets the Fill object's PatternColor. - - - Gets the Fill object's PatternStyle. - - - Gets the Fill object's PatternThemeColor. - - - Returns a copy of the Font object. - - - Gets if the Font object is bold or not. - - - Gets the Color of the Font object. - - - Gets if the Font object is in italic. - - - Gets the name of the Font object. - - - Gets the size of the Font object. - - - Gets if the Font object is strikethrough. - - - Gets if the Font object is displayed as subscript. - - - Gets if the Font object is displayed as superscript. - - - Gets the Font object's ThemeColor. - - - Gets if the Font object is underlined. - - - Gets the type of underline used on the Font object. - - - Clones a Protection object. - The cloned Protection object. - - - Gets if the content of the Cell or the formula are displayed in the formula bar or not. - - - Gets if the Cell is locked or not. - - - Returns a copy of the Style object. - - - Gets the Alignment object of the Style object. - - - Gets the collection of active Borders from a Style. - - - Gets the BuiltinStyleType. - - - Gets the format of the Style object. - - - Gets the Fill object of the Style object. - - - Gets the Font object of the Style object. - - - Gets the predefined format Id of the Style object. This Id will be a number between 0 and 49. - - - Gets the Protection object associated with the Style. - - - Gets the ThemeColor's type. - - - Gets if the following actions are allowed when a Workbook is protected: adding, removing, -inserting, moving, copying, deleting and renaming Worksheets. - - - Gets if resizing the Workbook's window is allowed when the Workbook is protected. - - - Gets if deleting Columns is allowed when the Worksheet is protected. - - - Gets if deleting Rows is allowed when the Worksheet is protected. - - - Gets if editing objects like Pictures, Notes or Comments is allowed when -the Worksheet is protected. - - - Gets if modifying the formatting of Cells is allowed when the Worksheet is protected. - - - Gets if modifying the formatting of Columns is allowed when the Worksheet is protected. - - - Gets if modifying the formatting of Rows is allowed when the Worksheet is protected. - - - Gets if inserting Columns is allowed when the Worksheet is protected. - - - Gets if inserting Hyperlinks is allowed when the Worksheet is protected. - - - Gets if inserting Rows is allowed when the Worksheet is protected. - - - Gets if selecting locked Cells is allowed when the Worksheet is protected. - - - Gets if selecting unlocked Cells is allowed when the Worksheet is protected. - - - Gets if using AutoFilter is allowed when the Worksheet is protected. - - - Determines how a Picture is anchored in a Worksheet. - - - This anchor uses the AnchorPosition (with different values for StartingElement and EndingElement) and Edit properties to determine the position of the Picture in the Worksheet. The -TopLeftOffsets and BottomRightOffsets properties can also be used to nudge the image using either -its top left or bottom right corners as a reference point. - - - This anchor uses the AnchorPosition (with the same StartingElement and EndingElement), Height and Width -properties to determine the position of the Picture in the Worksheet. The TopLeftOffsets property can also be used to nudge the image using its top left corner -as a reference point. - - - This anchor uses the AbsolutePosition, Height and Width -properties to determine the position of the Picture in the Worksheet. - - - Determines the Annotation's type. - - - The Annotation is a Note. - - - The Annotation is a Comment. - - - Defines the Border's type. - - - Border will be on top - - - Border will be at the bottom - - - Border will be at the left - - - Border will be at the right - - - Borders will be at the top and at the bottom of the Cells in a range - - - Borders will be at the left and at the right of the Cells in a range - - - Borders will be from the top left to the bottom right - - - Borders will be from the bottom left to the top right - - - Determines which kind of page break will be inserted. - - - Inserts a row break. - - - Inserts a column break. - - - Represents the different types of built-in CellStyles offered by MS Excel. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (Sorry, no preview is available for this one!) - - - (Sorry, no preview is available for this one!) - - - Contains the options that determine what will be cleared when one of the Clear methods is used on a Row, Column, Worksheet or Range. - - - This options will clear the content as well as the Formulas. - - - This option will clear only the Styles. - - - This option will clear the Hyperlinks but the rest of the content will remain in place. - - - This option will clear only the Annotations. - - - This option will clear everything, meaning all the content, the Formulas, the Styles, the Hyperlinks and the -Annotations. - - - Determines if the Cell or CellRange is cut or copied. - - - The Cell or CellRange will -be copied; in other words, it will stay in place once pasted. - - - The Cell or CellRange will -be cut; in other words, it will be removed once pasted. - - - Determines the type of comparison that the DataValidation process will use. - - - To be valid, the data entered by the user must be between the MinValue & -MaxValue. - - - To be valid, the data entered by the user must not be between the MinValue -& the MaxValue. - - - To be valid, the data entered by the user must be equal to the Value. - - - To be valid, the data entered by the user must not be the same as the Value. - - - To be valid, the data entered by the user must be greater than the Value. - - - To be valid, the data entered by the user must be less than the Value. - - - To be valid, the data entered by the user must be greater than or equal to the Value. - - - To be valid, the data entered by the user must be less than or equal to the Value. - - - Determines the type of data entered in a Cell. - - - The data is an int, a double, a byte, a float or any of the other number types. - - - The data is of the boolean type. - - - The data is of the DateTime type. - - - The value is of the TimeSpan type. - - - The data is a string, an enum, a char or a guid. - - - The data is an error. - - - The data is a formula. - - - Represents the different types of built-in error alerts offered by MS Excel. - - - - A Stop alert message prevents users from entering invalid data in a Cell.
-It offers two options: Retry or Cancel.
-
-
- - Warns users that the data they entered is invalid, without preventing them from entering it. The users can click Yes to accept the invalid entry, -No to edit the invalid entry or Cancel to remove the invalid entry. - - - Informs users that the data they entered is invalid, without preventing them from entering it. The users can click Ok to accept the invalid value or -Cancel to reject it. - - - Determines how Cells are shifted after a CellRange is deleted. - - - The Cells that are located after the deleted CellRange are shifted to the left. - - - The Cells that are located after the deleted CellRange are shifted up. - - - Represents the possible values for a pattern style when a Fill object is used to fill a -Cell, Row, Column or range. - - - No pattern is applied - - - A solid fill pattern - - - A 75% gray fill pattern. - - - A 50% gray fill pattern. - - - A 25% gray fill pattern. - - - A 12.5% gray fill pattern. - - - A 6.25% gray fill pattern. - - - A fill pattern that uses horizontal stripes - - - A fill pattern that uses vertical stripes - - - A fill pattern that uses left diagonal stripes - - - A fill pattern that uses right diagonal stripes - - - A fill pattern that uses cross diagonal stripes - - - A fill pattern that uses cross diagonal thick stripes - - - A fill pattern that uses thin horizontal stripes - - - A fill pattern that uses thin vertical stripes - - - A fill pattern that uses left diagonal thin stripes - - - A fill pattern that uses right diagonal thin stripes - - - A fill pattern that uses thin horizontal and vertical stripes - - - A fill pattern using cross diagonal thin stripes - - - Specifies the types of horizontal alignments possible for a cell. - - - The default alignment. Texts will be aligned to the left, Numbers/Dates/Times will be aligned to right and Boolean will be aligned to the center of the cell. - - - The content will be aligned to the left of the cell. - - - The content will be aligned to the center of the cell. - - - The content will be aligned to the right of the cell. - - - The content will be duplicated to fill the cell?s width. - - - The content will be centered within the selection (which is a cell, for now). - - - The text will be aligned with the left and right sides of a cell simultaneously, except for the last line, which will be aligned to the left side only. - - - The text will be centered but will also be aligned with the left and right side of the cell when possible. - - - Defines the hyperlink's type. - - - The hyperlink refers to an email address. - - - The hyperlink refers to a cell in the current worksheet or from another worksheet of the workbook. - - - The hyperlink refers to an external document. - - - The hyperlink refers to a website. - - - Determines how Cells are shifted after inserting a CellRange. - - - The Cells that are located after the inserted CellRange are shifted to the right. - - - The Cells that are located after the inserted CellRange are shifted down. - - - Defines the style of a Border. - - - No lines - - - Line composed of small dots - - - Line composed of dots - - - Line composed of dash-dot-dots - - - Line composed of dash-dots - - - Line composed of dashes - - - Full thin line - - - Medium line composed of dash-dot-dots - - - Line composed of diagonal dash-dots - - - Medium line composed of dash-dots - - - Medium line composed of dashes - - - Full medium line - - - Full thick line - - - Full double line - - - Allows to set the Margins using pre-set values. - - - Sets the Top & BottomMargins at 0.75" -& the Left & RightMargins at 0.25". - - - Sets the Top & BottomMargins at 0.75" -& the Left & RightMargins at 0.7". - - - Sets the Top, Bottom, Left & -RightMargins at 1". - - - Represents the number of MarginPresets that are available; currently, a total of 3 MarginPresets are available. - - - Defines how a page is laid out. - - - The page will be laid out vertically, similar to a standard portrait painting. - - - The page will be laid out horizontally, similar to a standard landscape portrait. - - - Defines the dimensions of a page. - - - The dimensions will be 8 1/2" x 11". - - - The dimensions will be 8 1/2" x 11". - - - The dimensions will be 11" x 17". - - - The dimensions will be 17" x 11". - - - The dimensions will be 8 1/2" x 14". - - - The dimensions will be 5 1/2" x 8 1/2". - - - The dimensions will be 7 1/2" x 10 1/2". - - - The dimensions will be 297 x 420 mm. - - - The dimensions will be 210 x 297 mm. - - - The dimensions will be 210 x 297 mm. - - - The dimensions will be 148 x 210 mm. - - - The dimensions will be 250 x 354 mm. - - - The dimensions will be 148 x 210 mm. - - - The dimensions will be 8 1/2" x 13". - - - The dimensions will be 215 x 275 mm. - - - The dimensions will be 10" x 14". - - - The dimensions will be 11" x 17". - - - The dimensions will be 8 1/2" x 11". - - - The dimensions will be 3 7/8" x 8 7/8". - - - The dimensions will be 4 1/8" x 9 1/2". - - - The dimensions will be 4 1/2" x 10 3/8". - - - The dimensions will be 4 1/2" x 11". - - - The dimensions will be 5" x 11 1/2". - - - The dimensions will be the equivalent of a C size sheet. - - - The dimensions will be the equivalent of a D size sheet. - - - The dimensions will be the equivalent of an E size sheet. - - - The dimensions will be 110 mm x 220 mm. - - - The dimensions wil be 162 x 229 mm. - - - The dimensions will be 324 x 458 mm. - - - The dimensions will be 229 x 324 mm. - - - The dimensions will be 114 mm x 162 mm. - - - The dimensions will be 114 mm x 229 mm. - - - The dimensions will be 250 x 353 mm. - - - The dimensions will be 176 x 250 mm. - - - The dimensions will be 176 x 125 mm. - - - The dimensions will be 110 mm x 230 mm. - - - The dimensions will be 3 7/8" x 7 1/2". - - - - The dimensions will be 3 5/8" x 6 1/2". - - - - The dimensions will be 14 7/8" x 11". - - - The dimensions will be 8 1/2" x 13". - - - The dimensions will be 8 1/2" x 13". - - - Determines what kind of data will be pasted into the new location. - - - Specifies that no mathematical operation will be applied to the pasted data. - - - Pastes the formula results found in the original Cell or CellRange, without any formatting or comments. - - - Pastes only the formulas found in the original Cell or CellRange, without any formatting or comments. - - - Pastes only the formatting of the original Cell or CellRange. - - - Pastes only the data validation rules found in the original Cell or CellRange. - - - Pastes & reorients the content of the original Cell or CellRange; this means that the data in Rows will be pasted into Columns & -vice versa. - - - Pastes all of the Cell or CellRange's content, as well as how it is formatted. - - - Represents the available picture format. - - - Specifies the built-in style used on a Table. The available styles are the same as the ones -found in MS Excel. - - - - No Style is applied to the Table. - - - - - - - - Creates a custom Style. - The name of this Style is specified via the StyleName property in the Table class. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Determines how the text will flow. - - - Automatically determines the flow of the text. - - - Text will flow from left to right. - - - Text will flow from right to left. - - - The available types for the ThemeColor class. - - - The ThemeColor that corresponds to the Text/Background - Dark 1 Color in MS -Excel. - - - The ThemeColor that corresponds to the Text/Background - Light 1 Color in MS -Excel. - - - The ThemeColor that corresponds to the Text/Background - Dark 2 Color in MS -Excel. - - - The ThemeColor that corresponds to the Text/Background - Light 2 Color in MS -Excel. - - - The ThemeColor that corresponds to the Accent 1 Color in MS Excel. - - - The ThemeColor that corresponds to the Accent 2 Color in MS Excel. - - - The ThemeColor that corresponds to the Accent 3 Color in MS Excel. - - - The ThemeColor that corresponds to the Accent 4 Color in MS Excel. - - - The ThemeColor that corresponds to the Accent 5 Color in MS Excel. - - - The ThemeColor that corresponds to the Accent 6 Color in MS Excel. - - - The ThemeColor that corresponds to the Hyperlink Color in MS Excel. - - - The ThemeColor that corresponds to the FollowedHyperlink Color in MS Excel. - - - This enum can be used to set the TableColumn.TotalRowFunction property. It will be used to apply a built-in formula in a TableColumn?s total row. - - - 0 - - - 101 - - - 102 - - - 103 - - - 104 - - - 105 - - - 107 - - - 109 - - - 110 - - - Affects the behavior of a TwoCellAnchorPicture when adding and deleting Rows -and Columns. - - - When inserting or deleting Rows or Columns, the Picture can move but -its size will stay the same. - - - When inserting or deleting Rows or Columns, the Picture can move and -change size. - - - When inserting or deleting Rows or Columns, the Picture will not move -or change size. - - - Defines which type of underline is used. - - - 1 single line - - - 2 lines - - - 1 single line extending through the parent cell. - - - 2 lines extending through the parent cell. - - - Determines what type of units are used for measurements. - - - Inches - - - Centimeters - - - Millimeters - - - Points - - - English measure units - - - Defines which type of DataValidation is accepted. - - - Accepts any value. - - - Accepts only whole numbers. - - - Accepts only decimal numbers. - - - Allows to pick data from a drop-down list. - - - Accepts only a date. - - - Accepts only a time-related value. - - - Restricts the length of the text. - - - Uses a custom formula. - - - Specifies the types of vertical alignments possible for a cell. - - - The content will be aligned to the bottom of the cell. - - - The content will be aligned to the center of the cell. - - - The content will be aligned to the top of the cell. - - - The text will be aligned with the top and bottom sides of the cell. - - - The text will be centered as well as aligned with the top and bottom sides of the cell. - - - Determines which View mode is used by a SheetView. - - - The SheetView uses the Normal View mode, which is the standard mode for viewing -Excel documents. - - - The SheetView uses the Page Break Preview mode, which displays where the page -breaks will appear if the document is printed. - - - The SheetView uses the Page Layout mode, which displays how the document will -look once it is printed. - - - Determines how the Worksheet is displayed. - - - - The Worksheet is visible. - This is the default value. - - - - The Worksheet is not visible but it can be displayed by using the user interface (UI). - - - - The Worksheet is not visible and cannot be displayed in the user interface (UI). - This state is only available programmatically. - - - - An alignment represents the horizontal and vertical alignment used to align the content of a Cell. Alignment is available through these properties: Cell.Style, Row.Style or Column.Style. - - - Base class that contains the basic components for Notes & Comments. - - - Represents a collection of all the Notes and ThreadCommentCollections in the Worksheet. - - - An AutoFilter represents the object controlling the filtering process in a Table. It offers -properties to display the filtering buttons and customize the filtering process on TableColumns. - - - Defines the content of a specific border. - - - Defines the collection of Borders for a Style. - - - A cell represents a rectangle in a Worksheet. Each cell is the intersection of a Row and a Column. It can be accessed -by using an address (a combination of a letter and a number, like A1, B2, C3?, where the letter is the Column Id and the number is the Row -Id) or by coordinates (by specifying the Row Id first & then the Column Id, for example, 0,0; 2,3; 5;5...). Note that indexes for rows & columns always start -at 0. - - - Represents a collection of Cell. - - - Offers some static functions for converting data. - - - - Represents a rectangular range of Cells. The top-left and bottom-right Cells delimit the range. - - - - Contains many methods that will help convert Colors between Color, int, string and ThemeColor. - - - Represents a column in a Worksheet. - - - This collection represents the collection of Cell for a specific column. - - - Represents a collection of Column in a worksheet. - - - Defines a ColumnRange, which is a range of consecutives Columns. It derives from LinearRange. - - - This class represents a single Comment in a ThreadCommentCollection. - - - Specifies the properties of the import options for a CSV document or stream when importing data in a Worksheet through the Worksheet.ImportData method. - - - Specifies the properties of the import options for DataTables when importing data in a Worksheet through the Worksheet.ImportData method. - - - Represents the data validation process used to validate the content of a Cell. - - - The collection of DataValidations found in the Worksheet. - - - Gets or sets an error message. - - - Represents the message that the user will see when entering data in a Cell. - - - This class is used to enable or disable the selection and printing of the elements within the worksheet when it is protected. - - - This class represents a builder used to build ranges in a Worksheet. - - - Contains the properties related to filling a Cell, Row, Column or range with a Color and -a pattern. - - - The Font object representing the possible properties that a font can have. - - - Represents a text that is formatted in a specific way. - - - Represents a list of FormattedText objects. - - - Encapsulates the object that represents an hyperlink. - - - Represents a collection of Hyperlinks in a Worksheet. - - - Specifies the import options' properties when importing data in a Worksheet through the -Worksheet.ImportData method. - - - Represents the class used to register all classes defined in the Xceed.Workbooks.NET assembly. - - - Abstract class defining a LinearRange, which is a range of consecutives WorksheetElements. - - - Contains the common elements for the Column and Row classes. - - - Represents the Worksheet's margins. - - - Represents a collection of all the Cells that need to be merged. - - - Represents a Note, which is made of multiple blocks of FormattedText that are added one after the other. - - - Contains the Protection properties of a Note. - - - Defines the options related to the Worksheet's page & printing layouts. - - - Represents the person who interacted with an object that requires identification. - - - This class represents a picture element in the PictureCollection of the Worksheet. - - - This class will contain all the pictures in the worksheet. It will also allow the user to add new pictures and manipulate them. - - - Allows the user to remove the authorization to modify certain properties of the picture in MS Excel. All values are false by default. - - - Manages the values of properties that are unit dependent, like AbsoluteAnchor, -TopLeftOffsets and BottomRightOffsets. - - - Represents the possible properties of a Protection. - - - Contains the base data for a Protection. - - - Contains the base data for a range. - - - Represents a row in a Worksheet. - - - This collection represents the collection of Cell for a specific row. - - - Represents a collection of Row in a worksheet. - - - Defines a range of consecutives Rows. - - - A single sheet view from a Worksheet. Currently, only one SheetView per Worksheet is supported. - - - Represents the style that is used to display either a Cell, Cells from a Column or -Cells from a Row. - - - A generic base class for styled objects like Style, Fill, Font and Alignment. - - - Contains the base data for a range. - - - Abstract class that contains a Style property for worksheet elements. - - - - A Table represents a range of cells in a Worksheet. To be considered a Table, these -cells should be independent from the other cells in the Worksheet and grouped to form a -rectangular arrangement of rows and columns. Built-in styles can be used to unify these grouped cells visually. - The Table?s header row can display filtering options for each column. A total row can also be added. Each cell of this row will display a formula -calculation based on the data in that column (SUM, AVERAGE, COUNT?). - - - - Represents a collection of Table in a Worksheet. - - - Represents a column from a Table in a Worksheet. - - - Represents a collection of TableColumn in a Table. - - - Contains the properties and methods of a Theme object. - - - Represents a Theme's Color. - - - Contains a collection of the various threads of Comments that can be found in the Worksheet. - - - Specifies the properties of the import options for user objects when importing data in a Worksheet through the Worksheet.ImportData method. - - - Represents the root document containing the Worksheet(s). - - - This is the base class for all single elements in a Workbook. - - - Represents the Protection used on a Workbook. - - - Gets the ThemeColor associated with the Workbook's Theme. - - - The collection of ThemeColors associated to the current Theme used by the Workbook. - - - Each WorkbookView opens a new window when the document is opened. This allows the user to focus on an important element of the document by displaying it in a -different window. - - - Represents a single worksheet from a Workbook. - - - Represents a collection of Worksheet in a Workbook. - - - This is the base class for all single elements in a Worksheet. - - - Contains the actions that can be carried out on a Worksheet when it is protected. - - - Corresponds to a group of continuous Worksheets in a WorksheetCollection. - - - Determines whether the specified System.Object is equal to the current System.Object. - Returns true if the specified System.Object is equal to the current System.Object; returns false otherwise. - The object that will be compared with the current object. - - - Serves as the default hash function.Serves as a hash function for a particular type. - A hash code for the current object. - - - Gets or sets the alignment used to align the content of a cell horizontally. - - - Gets or sets the indentation for the content of the Cell. - - - Gets or sets if the text is shrunk to fit within the Cell or not. - - - Gets or sets if the text content of a Cell is wrapped or not. - - - Gets or sets the rotation angle. The rotation can be up to 90 degrees upward ( 90 ) or downward ( -90 ). The default value is 0. - - - Keeps the text flowing in the specified direction. - - - Gets or sets the alignment used to align the content of a cell vertically. - - - Returns the AnnotationType. - - - Object that represents the person who wrote the Note or the Comment. - - - Represents the Cell in which the Note or the Comment is inserted. - - - Indicates if the Annotation is visible or not when the Workbook is opened. The default value is false. - - - Adds a Comment in the current Worksheet. - - - Adds a Note in the current Worksheet. - - - Removes an Annotation (Note or Comment) from the AnnotationCollection. - - - Adds a Comment in the current Worksheet, using the Address of a Cell to determine -the insertion point. - The text that will be displayed in the Comment. - The Address of the Cell -in which the Comment will be inserted. - - - Adds a Comment in the current Worksheet, using a Row Id and a -Column Id to determine the insertion point. - The text that will be displayed in the Comment. - The Id of the Row in which the Comment will be inserted. - The Id of the Column in which the Comment will be inserted. - - - Adds a Note in the current Worksheet, using a Row Id and a -Column Id to determine the insertion point. - The block of FormattedText that will be displayed in the Note. - The Id of the Row in which the Note will be inserted. - The Id of the Column in which the Note will be inserted. - Adds the Name of the Person who created the Note. - - - Adds a Note in the current Worksheet, using the Address of a Cell to determine -the insertion point. - The block of FormattedText that will be displayed in the Note. - The Address of the Cell -in which the Note will be inserted. - Adds the Name of the Person who created the Note. - - - Adds a Note in the current Worksheet, using a Row Id and a -Column Id to determine the insertion point. - The FormattedTextList that will be displayed in the Note. - The Id of the Row in which the Note will be inserted. - The Id of the Column in which the Note will be inserted. - Adds the Name of the Person who created the Note. - - - Adds a Note in the current Worksheet, using the Address of a Cell to determine -the insertion point. - The FormattedTextList that will be displayed in the Note. - The Address of the Cell -in which the Note will be inserted. - Adds the Name of the Person who created the Note. - - - Removes a chosen Annotation (Note or Comment) from the AnnotationCollection. - The Annotation that will be removed. - - - Removes an Annotation (Note or Comment) from the AnnotationCollection by using a Row Id and a Column Id to locate it. - The Id of the Row in which the Annotation that will be removed was initially inserted. - The Id of the Column in which the Annotation that will be removed was initially inserted. - - - Removes an Annotation (Note or Comment) from the AnnotationCollection by using the Address of a Cell to locate it. - The Address of the Cell -in which the Annotation that will be removed was initially inserted. - - - Gets the ThreadCommentCollection associated with the current Worksheet. - - - Returns the number of Annotations in the Worksheet. - - - Gets a specific Annotation. - - - Gets an Annotation by using a Row Id & a Column Id. - The Id of the Row to which the Annotation is attached. - The Id of the Column to which the Annotation is attached. - - - Gets an Annotation by using a CellAddress. - The Address of the Cell -to which the Annotation is attached. - - - Gets the range of cells, in a Table, where the filtering will be applied. - - - Gets or sets if the filtering buttons will be displayed in the header cells of a Table. The -default value is true. - - - Determines whether the specified System.Object is equal to the current System.Object. - Returns true if the specified System.Object is equal to the current System.Object; returns false otherwise. - The object that will be compared with the current object. - - - Serves as the default hash function.Serves as a hash function for a particular type. - A hash code for the current object. - - - Gets or sets the Color of the Border. The default value is null. - - - Gets or sets the style of the Border. The default value is None. - - - Gets or sets the ThemeColor of the Border. The default value is null. - - - Determines whether the specified System.Object is equal to the current System.Object. - Returns true if the specified System.Object is equal to the current System.Object; returns false otherwise. - The object that will be compared with the current object. - - - Serves as the default hash function.Serves as a hash function for a particular type. - A hash code for the current object. - - - Sets the DiagonalUp and DiagonalDown borders using the same lineStyle and color. - The style that will be used for the two Borders. - The color that will be used for the two Borders. The default value is null, -resulting in a black color. - - - Sets the Horizontal and VerticalBorders using -the same lineStyle and color. This is useful in CellRanges, ColumnRanges and RowRanges -to automatically set the Left, Right, Top and -BottomBorders -inside the range based on the position of the Cell, Column or Row position in the range -and the BorderType that is used. - The style used for the Horizontal & VerticalBorders. - The color used for the Horizontal & VerticalBorders. The -default value is null, resulting in a black color. - - - Sets the Left, Right, Top and -BottomBorders -using the same lineStyle and color. - The style that will be used for the four Borders. - The color that will be used for the four Borders. The default value is null, -resulting in a black color. - - - Sets the DiagonalUp and DiagonalDownBorders using the same lineStyle and themeColor. - The style that will be used for the two Borders. - The theme color that will be used for the two Borders. The default value is null, -which sets the color to black. - - - Sets the Horizontal and VerticalBorders using -the same lineStyle and themeColor. This is useful for CellRanges, ColumnRanges or RowRanges as -it allows to automatically set the Left, Right, Top and -BottomBorders -inside the range based on the position of the Cell, Column or Row in the range and the -type of border that is used. - The style that will be used for the Horizontal & VerticalBorders. - The theme color that will be used for the Horizontal & VerticalBorders. The -default value is null, which sets the borders to black. - - - Sets the Left, Right, Top and -BottomBorders -using the same lineStyle and themeColor. - The style that will be used for the four Borders. - The theme color that will be used for the four Borders. The default value is null, -which sets the borders to black. - - - Gets or sets a specific Border in the BorderCollection. - Defines the border's type. - - - Starts the calculation process in order to get a value from the Cell's formula. - - - Copies or cuts a Cell & pastes it into another Cell. - Where the data will be pasted; this can be either an Address (ie. "D14") or a RowID followed by a ColumnID (ie. 4, 5). - The PasteOptions; in other words, this determines what will be pasted into the new -Cell. - The CopyOptions; in other words, this determines if the Cell will be copied or cut. - - - Formats a specific section of the text with a selected Font. - The Font that will be used to format the text. - The 0 based index that determines the starting point of the formatting. - - The length of the formatted section of text. - If this value is 0, all of the text that follows the startingIndex will be formatted. - - - - Gets the result of the DataValidation process. - - - Gets the address of this Cell, which is composed of a letter (for the Column) and a number (for the Row). -The first Column starts at ?A? and first Row starts at ?1?; this means that the top left Cell is located at the ?A1? address. - - - Gets the Id of the column associated to this cell, the first column starting at Id 0. The maximum numbers of column allowed for a worksheet is 16384. - - - Gets the DataType in the Cell. The default type is Number. - - - Gets or sets the Cell's DataValidation. - - - - Gets or sets the formula used for this cell. A formula always starts with the equal sign (?=?) and uses comma (?,?) as parameter separators. Example: -?=SUM(A1, A2, A4)?. A formula can include constant (?=A1 + 5*4%?), references (?=A1*A3?), ranges of references (?=SUM(A1:A3, B1:B3)?) or functions -(?=SUM(A1:A3) + AVERAGE(B1:B3)?). Note that each functions have their own characteristics and that you should refer to their specific pages for more -information. - The formula will be calculated once the workbook is opened with MS Excel and the Value property will be updated once the workbook is saved with MS Excel. -The formula can also be calculated by using Worksheet.CalculateFormulas() since this call will automatically set the Value property. The default value is null. - - - - Gets the Id of the row associated to this cell, the first row starting at Id 0. The maximum number of rows allowed for a worksheet is 1048576. - - - Gets or sets the value for this Cell. Currently, the valid value types can be numerics ( int, -double, float, byte, decimal, short, long, sbyte, ushort, uint, ulong), string, DateTime, TimeSpan or bool. The default value is null. - - - Gets the number of cells from the CellCollection. - - - Gets the Cell element that is located at the specified Row Id and Column Id. - The Id of the Row where the Cell -is located. - The Id of the Column where the Cell is located. - - - Returns a collection of Cells in a CellRange format. - The Row Id that corresponds to the topmost part of the range. - The Column Id that corresponds to the leftmost part of the range. - The Row Id that corresponds to the bottommost part of the range. - The Column Id that corresponds to the rightmost part of the range. - - - Gets the Cell element that is located at the specified address. - - - Returns a collection of Cells in the CellRange format. - The Address of the Cell -that is located at the top left of the range. - The Address of the Cell -that is located at the bottom right of the range. - - - Converts letters into a numerical value. - The number corresponding to the chosen letters. - - The letter or letters that will be converted. - This must correspond to one or more letters used by MS Excel to identify a Column. - - - - Converts a number into one or more letters. - The letter or letters that correspond to the chosen number. - - The number that will be converted. - This number must be equal to or greater than 0. - - - - Clears specific elements in the range.Clears specific elements in the CellRange. - Sets the options that determine which elements are cleared from the range. The default setting isAll.All. - - - Copies a CellRange & pastes it to another location. - - - Cuts a CellRange & pastes it to another location. - - - Serves as the default hash function. - A hash code for the current object. - - - Gets a list of Cells that have failed the DataValidation process. - - - Adds the CellRange in the MergedCellCollection. - Centers the text horizontally and vertically. The default value is true. - Splits the merge per Row; for example, "A1 : B2" will be merged as "A1: B1" and "A2 : B2". The -default value is false. - - - Searches into the content of the range and replaces all occurences of a specific value with a new value.Searches into the content of the CellRange and replaces all occurences of a specific value -with a new value. - The total number of instances of the searchValue that were replaced within the content of the range.The total number of instances of the searchValue that were replaced within the content of the CellRange. - The value that will be searched for.The value that will be searched for. - The value that will replace all found instances of the searchValue.The value that will replace all found instances of the searchValue. - - - Searches into the content of the StyledRange and replaces all instances of the -SearchValues with their corresponding NewValues.SearchValuesNewValues - Returns how many instances of the searchValues were replaced within the content of the StyledRange.searchValues - The values that will be searched for.The values that will be searched for. - - The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- The values that will replace all found instances of the searchValues.
- Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said -data with the corresponding newValues. - -
- - Returns a string that represents the current object.Returns the starting element and the ending element addresses in the following format ( "SE : EE " ). - A string that represents the current object. - - - Removes all the element in the CellRange from the MergedCellCollection. - - - - Copies the CellRange from its current location and pastes it to a new -location, using the Address of a Cell to determine where the data will be pasted. - The Address of the Cell -used as the target location for pasting the copied CellRange. - The PasteOptions; in other words, what type of data will be pasted into the new -location. - The Worksheet in which the data will be pasted; by default, this is set to null, -which means that the data will be pasted into the current Worksheet. - The CopyOptions; by default, this is set to Copy. - - - - Copies the CellRange from its current location and pastes it to a new -location, using a RowID & a ColumnID to determine where the data will be pasted. - The RowID used to determine where the CellRange will be pasted. - The ColumnID used to determine where the CellRange will be pasted. - The PasteOptions; in other words, what type of data will be pasted into the new -location. - The Worksheet in which the data will be pasted; by default, this is set to null, -which means that the data will be pasted in the current Worksheet. - The CopyOptions; by default, this is set to Copy. - - - - Removes the CellRange from its current location and pastes it to a new -location, using the Address of a Cell to determine where the data will be pasted. - The Address of the Cell -used as the target location for pasting the CellRange. - The PasteOptions; in other words, what type of data will be pasted into the new -location. - The Worksheet in which the data will be pasted; by default, this is set to null, -which means that the data will be pasted into the current Worksheet. - - - - Removes the CellRange from its current location and pastes it to a new -location, using a RowID & a ColumnID to determine where the data will be pasted. - The RowID that will be used to determine the location where the CellRange will be pasted. - The ColumnID used to determine the location where the CellRange will be pasted. - The PasteOptions; in other words, what type of data will be pasted into the new -location. - The Worksheet in which the data will be pasted; by default, this is set to null, -which means that the data will be pasted into the current Worksheet. - - - Gets the number of items in the range.Returns the number of cells within the cell range. - - - Sets the Cell Range's DataValidation. - - - Returns the Color associated with a specific index in the Indexed Color palette. - The index associated with a specific Color. This should be a number between 0 and 63. - - - Converts to an int, which represents an ARGB Color. - - - Converts to a Color. - - - Converts to an HTML string that represents a Color. - - - Returns the index associated with a specific Color in the Indexed Color palette. - The name of the Color, for example Red or Ice Blue. - - - Converts a ThemeColor into an int. - The int that represents the converted ThemeColor. - The Workbook that contains the ThemeColor to convert. - The ThemeColor to convert. - - - Converts a Color into an int. - The int that represents the converted Color. - The Color to convert. - - - Converts 3 int values into an int. - The int that represents the converted Color. - The int that represents the red part of the Color. - The int that represents the green part of the Color. - The int that represents the blue part of the Color. - - - Converts 4 int values into an int. - The int that represents the converted Color. - The int that represents the alpha part of the Color. - The int that represents the red part of the Color. - The int that represents the green part of the Color. - The int that represents the blue part of the Color. - - - Converts an HTML string Color into an int. - The int that represents the converted Color. - The string that represents the hex Color. For example: "#FFF000". - - - Converts a Workbook's ThemeColor into a Color. - The converted Color. - The Workbook that contains the ThemeColor to convert. - The ThemeColor to convert. - - - Converts an int Color into a Color. - The converted Color. - The int that represents the ARGB Color. - - - Converts 3 int values into a Color. - The converted Color. - The int that represents the red part of the Color. - The int that represents the green part of the Color. - The int that represents the blue part of the Color. - - - Converts 4 int values into a Color. - The converted Color. - The int that represents the alpha part of the Color. - The int that represents the red part of the Color. - The int that represents the green part of the Color. - The int that represents the blue part of the Color. - - - Converts an HTML string Color into a Color. - The converted Color. - The string that represents the hex Color. For example: "#FFF000". - - - Converts a ThemeColor into an HTML string. - The HTML string that represents the converted ThemeColor. - The Workbook that contains the ThemeColor to convert. - The ThemeColor to convert. - - - Converts an int Color into an HTML string. - The HTML string that represents the converted Color. - The int that represents the ARGB Color to convert. - - - Converts a Color into an HTML string. - The HTML string that represents the converted Color. - The Color to convert. - - - Converts 3 int values into an HTML string. - The HTML string that represents the converted Color. - The int that represents the red part of the Color. - The int that represents the green part of the Color. - The int that represents the blue part of the Color. - - - Converts 4 int values into an HTML string. - The HTML string that represents the converted Color. - The int that represents the alpha part of the Color. - The int that represents the red part of the Color. - The int that represents the green part of the Color. - The int that represents the blue part of the Color. - - - Base method declaration for auto-fitting the Height of a Row or the Width of a Column.Adjusts the column width based on the cell with the widest content. - The minimum desired width when autoFitting a column. The default value is 0. - The maximum desired width when autofitting a column. The default value is 255. - The Id for the row from where to start calculating the cells content width in the specified column. The default value is 0 (the first row Id in a column). - The Id for the row from where to stop calculating the cells content width in the specified column. The default value is 1048575 (the last row Id in a column). - - - Gets or sets if the width of the column will be adjusted to the largest cell value content from the column. The default setting is false. - - - Gets the collection of Cell from the current column. Only the modified cells will be returned. - - - Gets the index of the Column and returns it as a letter. - - - Gets or sets the width of the column. - - - Gets the number of cells from the ColumnCellCollection. - - - Gets the Cell element at the specified row Id. - The Id for the row where the Cell is located. - - - Adjusts the columns? width based on the cell with the widest content within the ColumnRange. - The minimum desired width when autoFitting a column. The default value is 0. - The maximum desired width when autofitting a column. The default value is 255. - The Id for the row from where to start calculating the cells content width in the specified column. The default value is 0 (the first row Id in a column). - The Id for the row from where to end calculating the cells content width in the column. The default value is 1048575 (the last row Id in a column). - - - Gets the number of Column from the ColumnCollection. - - - Gets the Column element at the specified column Id. The first column starts at 0 and the last -column is located at 16383. - - - Gets a ColumnRange that starts at the column with the Id startColumnId and ends at the -column with the Id endColumnId. For example ?var columnRange = worksheet.Columns[1, 3];? will get a range from column 1 to 3. - - - Gets the Column element at the specified column address. The first column is located at ?A?. - - - Gets a ColumnRange that starts at the column with the Id startColumnId and ends at the -column with the Id endColumnId. For example, ?var columnRange = worksheet.Columns["B", "D"];? will get a range from column "B" to "D". - - - Base method for auto-fitting the Height of a RowRange or the Width -of a ColumnRange.Adjusts the columns? width based on the cell with the widest content in the ColumnRange. - The minimum desired width when autoFitting a column. The default value is 0. - The maximum desired width when autofitting a column. The default value is 255. - The Id for the row from where to start calculating the cells content width in the specified column. The default value is 0 (the first row Id in a column). - The Id for the row from where to end calculating the cells content width in the specified column. The default value is 1048575 (the last row Id in a column). - - - Gets or sets the Width of all Columns in the range. Getting this property will return the common Width of all the Columns in -the range; if at least one Column has a different Width than the others, 0 will be returned. - - - Inserts a new Comment at the end of the ThreadCommentCollection. - Corresponds to the text that will be displayed in the new Comment. - - - Returns the AnnotationType. - - - Returns the time at which the Comment was first written in the Workbook. - - - Gets or sets the text that is displayed in the Comment. - - - Gets or sets the separator used to split the CSV data. The default value is ",". - - - Gets or sets the DataTable?s ColumnNames. These will be displayed in the Worksheet after -importing the data. When set to null, which is the default setting, all the ColumnNames will be displayed. - - - Gets or sets if the DataTable?s ColumnNames will be shown or not. -The default value is false. - - - Creates a new DataValidation. - The ValidationType. - The DataComparisonType. - - - Serves as the default hash function. - A hash code for the current object. - - - Sets an error message. - The error message's title. - The error message's text. - The DataValidationErrorStyle. - When set to true, the error message will be displayed when the user enters invalid data. - - - Sets the message that will be displayed when the user selects or hovers over the target Cell(s). - The message's title. - The message's text. - When set to true, the target Cell(s) will display the message. - - - Sets where the DataValidation process should validate data. - The Address of the Cell -or CellRange where data should be validated. - - - Sets a range of values accepted by the DataValidation. - The MinValue, or minimum value, accepted by the DataValidation process. - The MaxValue, or maximum value, accepted by the DataValidation process. - - - Sets the Value that will be accepted by the DataValidation. - The Value that will serve as a reference for the DataValidation process. - - - Determines whether the specified object is equal to the current object. - if the specified object is equal to the current object; otherwise, . - The object to compare with the current object. - - - Gets the DataComparisonType. - - - Gets or sets if the DataValidation ignores blank Cells. - - - Gets or sets if the Cell contains a drop-down menu offering choices that can be used for -DataValidation. - - - Gets or sets a maximum value for the DataValidation. - - - Gets or sets a minimum value for the DataValidation. - - - Gets the ExcelRangeBuilder. - - - Gets the ValidationType. - - - Gets or sets a value for the DataValidation. - - - Adds a DataValidation to the Worksheet's DataValidationCollection. - The DataValidation that will be added to the DataValidationCollection. - - - Empties the DataValidationCollection by removing all DataValidations in the Worksheet. - - - Gets all Cells that failed the DataValidation process in the current Worksheet. - The list of Cells that have failed the validation. Returns null if all Cells are valid. - - - Removes a specific DataValidation from the DataValidationCollection. - The DataValidation that will be removed. - - - Removes all DataValidations found in a particular range. - The range that will be targeted by the removal process. - - - Gets a DataValidation by using an index to locate it. - The DataValidation's index. - - - Serves as the default hash function. - A hash code for the current object. - - - Determines whether the specified object is equal to the current object. - if the specified object is equal to the current object; otherwise, . - The object to compare with the current object. - - - Gets or sets the DataValidationErrorStyle. - - - Serves as the default hash function. - A hash code for the current object. - - - Determines whether the specified object is equal to the current object. - if the specified object is equal to the current object; otherwise, . - The object to compare with the current object. - - - Gets or sets if the input message is displayed when the user selects or hovers over the target Cell(s). - - - Gets or sets the input message's text. - - - Gets or sets the input message's title. - - - Allows the user to enable the selection of drawing elements (Picture, Chart, Shape) when the -Worksheet is protected. The default value is true. - - - The user can enable or disable the printing of the elements with the worksheet when the sheet is protected. By default, the element will not be printed with -the worksheet. - - - Looks at the Worksheet & extracts a list of Addresses where DataValidation is used. - - - Gets where DataValidation is used to validate data entry. - - - Adds a location where data will be validated by the DataValidation process. - The Address or CellRange where DataValidation should be applied. - - - Creates an empty Fill object. - - - Determines whether the specified System.Object is equal to the current System.Object. - Returns true if the specified System.Object is equal to the current System.Object; returns false otherwise. - The object that will be compared with the current object. - - - Serves as the default hash function.Serves as a hash function for a particular type. - A hash code for the current object. - - - Gets/sets the Color used for filling the background of a Cell, Row, Column or range. The default -value is null. - - - Gets/sets the ThemeColor used for filling the background of a Cell, Row, Column or range. The default value is null. - - - Gets/sets the Color of the pattern used for filling a Cell, Row, Column or range. This will be -based on the PatternStyle property. The default setting is null. - - - Gets/sets the Style of the pattern used for filling a Cell, Row, Column or range. These will be filled based on the PatternColor property. The default setting is FillPattern.None. - - - - Gets/sets the ThemeColor of the pattern used for filling a Cell, Row, Column or range. The Cell, Row, Column or range are filled based -on the PatternStyle property. The default setting is null. - - - - Determines whether the specified System.Object is equal to the current System.Object. - Returns true if the specified System.Object is equal to the current System.Object; returns false otherwise. - The object that will be compared with the current object. - - - Serves as the default hash function.Serves as a hash function for a particular type. - A hash code for the current object. - - - Gets or sets if the Font has bold content. The default is false. - - - Gets or sets the Color for the Font. The default is null. - - - Gets or sets if the Font has Italic content. The default is false. - - - Gets or sets the name of the Font. The font must be installed for the system to recognize it -(ex: "Arial", "Times New Roman", "Broadway"...). The default font is "Calibri". - - - Gets or sets the size of the Font. The values are in points and must be between 1 and 409; they -are rounded to the nearest 0.5. The default value is 11. - - - Gets or sets if the Font is single strikethrough.The default is false. - - - Gets or sets if the Font is subscript. When set to true, the font will be smaller and -lower in the cell. The default setting is false. - - - Gets or sets if the Font is superscript. When set to true, the font will be smaller -and higher in the cell. The default setting is false. - - - Gets or sets the ThemeColor for the Font. The default setting is null. - - - Gets or sets if the Font has underline content. The default is false. - - - Gets or sets the type for the underline content. The Underline property must be set -to true in order to use this property. The default is Single. - - - Serves as the default hash function. - A hash code for the current object. - - - Gets or sets the style of the FormattedText. The style is made of elements like the -Name of the Font, its -Size and its Color. - - - Gets or sets the text content of the FormattedText. - - - Formats a specific section of the text with a selected Font. - The Font that will be used to format the text. - The 0 based index that determines the starting point of the formatting. - - The length of the formatted section of text. - If this value is 0, all of the text that follows the startingIndex will be formatted. - - - - Serves as the default hash function. - A hash code for the current object. - - - Creates a Hyperlink that can be used with the ReplaceContent method. - - The address that corresponds to the Hyperlink's destination. - This can be the Address of a Cell, an external document, a website or an email address. - - - - This property stores the range of cells where the hyperlink is applied. - - - This property stores the destination address of the hyperlink. - - - This property stores the text that should be displayed if the existing text is to be replaced. The default value will be the destinationAddress if no value is provided when the item is created. - - - This property stores the text that will be displayed when the user mouses over the hyperlink?s cells range. - - - This property returns the hyperlink's type (Internal, External, Email). - - - Adds a new Hyperlink in the designated Worksheet. - - - Removes a Hyperlink from the HyperlinkCollection. - - - Removes a Hyperlink from the HyperlinkCollection by using an index to locate it. - The index that corresponds to the Hyperlink that will be removed from the HyperlinkCollection. - - - Adds a new Hyperlink based on a string representing the Address of a Cell. - The address that corresponds to the Hyperlink's destination. This can be the Address of a Cell, an external -document, a website or an email address. - The Address of the Cell -where the Hyperlink will be located. - Specifies on how many vertical Cells the Hyperlink will be active. The default is 1. - Specifies on how many horizontal Cells the Hyperlink will be active. The default is 1. - The Cell?s text, if it is different from the existing one. The default value is null. - The tooltip text that will be displayed on mouse over. - - - Adds a new Hyperlink based on a Row and a Column Id. - The address that corresponds to the Hyperlink's destination. This can be the Address of a Cell, an external -document, a website or an email address. - The Id of the Row where the Hyperlink's location starts. - The Id of the Column where the Hyperlink's location starts. - Specifies on how many vertical Cells the Hyperlink is active. The default value is 1. - Specifies on how many horizontal Cells the Hyperlink is active. The default value is 1. - The Cell?s text, if it is different from the existing one. The default value is null. - The tooltip text that will be displayed on mouse over. - - - Adds a new Hyperlink based on 2 string CellAddresses. - The address that corresponds to the Hyperlink's destination. This can be the Address of a Cell, an external -document, a website or an email address. - The Address of the Cell -that corresponds to the top left corner of the Hyperlink's active range. - The Address of the Cell -that corresponds to the bottom right of the Hyperlink's active range. - The Cell?s text, if it is different from the existing one. The default value is null. - The tooltip text that will be displayed on mouse over. - - - Removes the chosen Hyperlink from the HyperlinkCollection. - The Hyperlink that will be removed. - - - Removes a Hyperlink from the HyperlinkCollection by using an Address to identify its location. - The Address that corresponds to the top left Cell of the area where the Hyperlink is located. - - - Removes a Hyperlink from the HyperlinkCollection by using Ids to identify its location. - The RowId that corresponds to the topmost Row of the area where the Hyperlink -is located. - The ColumnId that corresponds to the leftmost Column of the area where the Hyperlink is located. - - - Returns the number of hyperlinks in this collection. - - - Returns the designated hyperlink. - - - Gets or sets the Id of the Column where the first data item will be imported. Column Ids start at 0, which is the default value. - - - Gets or sets the Id of the Row where the first data item will be imported. Row Ids start at 0, which is the default value. - - - Gets or sets the address of the Cell where the first data item will be imported. The default -value is A1. - - - Gets or sets if a linear data (like a List<string>, Array<int>, MyProduct[], ...) will be imported and whether it will be displayed vertically or -horizontally in the Worksheet. The default value is true, which means that the -data will be displayed vertically. - - - Gets or sets the license key used to license this product. - - - Base method for auto-fitting the Height of a RowRange or the Width -of a ColumnRange. - The minimum value of a Height or Width. - The maximum value of a Height or Width. - The Id of the Row or Column -where the autofit starts from. - The Id of the Row or Column -where the autofit ends. - - - Clears specific elements in the range.Clears specific elements in the LinearRange. - Sets the options that determine which elements are cleared from the range. The default setting isAll.All - - - Serves as the default hash function. - A hash code for the current object. - - - Searches into the content of the range and replaces all occurences of a specific value with a new value.Searches into the content of the range and replaces all occurences of a specific value with a new value. - The total number of instances of the searchValue that were replaced within the content of the range.The total number of instances of the searchValue that were replaced within the content of the range. - The value that will be searched for.The value that will be searched for. - The value that will replace all found instances of the searchValue.The value that will replace all found instances of the searchValue. - - - Searches into the content of the StyledRange and replaces all instances of the -SearchValues with their corresponding NewValues.SearchValuesNewValues - Returns how many instances of the searchValues were replaced within the content of the StyledRange.searchValues - The values that will be searched for.The values that will be searched for. - - The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- -
- - Returns a string that represents the current object. - A string that represents the current object. - - - Gets the number of items in the range.Gets the number of items in the target range. - - - Gets or sets if the Rows or Columns in the RowRange or -ColumnRange are hidden are not. The default value is false. - - - Base method declaration for auto-fitting the Height of a Row or the Width of a Column. - The minimum value of a Height or Width. - The maximum value of a Height or Width. - The Id of the Row or Column -from where the autofit starts. - The Id of the Row or Column -where the autofit ends. - - - Clears specific elements in the LinearWorksheetElement. - Sets the options that determine which elements are cleared from the LinearWorksheetElement. The default setting is All. - - - Searches into the content of the LinearWorksheetElement and replaces all -occurences of a specific value with a new value. - The total number of instances of the searchValue that were replaced within the content of the LinearWorksheetElement. - The value that will be searched for. - The value that will replace all found instances of the searchValue. - - - Searches into the content of the LinearWorksheetElement and replaces all -instances of the SearchValues with their corresponding NewValues. - Returns how many instances of the searchValues were replaced within the content of the LinearWorksheetElement. - The values that will be searched for. - - The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- -
- - Gets the Id of a specific Column or Row in a Worksheet. - - - Gets or sets if the Row or Column is hidden or not. The default value is false. - - - Serves as the default hash function. - A hash code for the current object. - - - Sets all of the Worksheet's Margins at the same time. - The LeftMargin's -value. - The RightMargin's -value. - The TopMargin's -value. - The BottomMargin's -value. - The Header's value. - The Footer's value. - - - Sets which MarginPreset will be used. - The MarginPreset that will be used to set the Worksheet's Margins. - - - Determines whether the specified object is equal to the current object. - if the specified object is equal to the current object; otherwise, . - The object to compare with the current object. - - - Gets or sets the margin at the bottom of the Worksheet. - - - Gets or sets the height of the Footer area. - - - Gets or sets the height of the Header area. - - - Gets or sets the margin at the left of the Worksheet. - - - Gets or sets the margin at the right of the Worksheet. - - - Gets or sets the margin at the top of the Worksheet. - - - Adds a CellRange element in the MergedCellCollection. - - - Removes a CellRange from the MergedCellCollection. - The CellRange that will be removed. - - - Removes an element from the MergedCellCollection by using an index. - The index that corresponds to the element that will be removed from the collection. - - - Adds a CellRange element in the MergedCellCollection by providing Rows and Columns Ids. - Base 0 index that represents the topmost Row of the CellRange to add to the collection. - Base 0 index that represents the leftmost Column of the CellRange to add to the collection. - Base 0 index that represents the last Row of the CellRange to add to the collection. - Base 0 index that represents the rightmost Column of the CellRange to add to the collection. - Centers the text horizontally and vertically. The default value is true. - Splits the merge per Row. For example, "A1 : B2" will be merged as "A1: B1" and "A2 : B2". The -default value is false. - - - Adds a CellRange element in the MergedCellCollection by providing the addresses of the Cells that start and end the range. - Base 0 index that represents the top left element of the CellRange to add to the -collection. - Base 0 index that represents the bottom right element of the CellRange to add to the -collection. - Centers the text horizontally and vertically. The default value is true. - Splits the merge per Row. For example, "A1 : B2" will be merged as "A1: B1" and "A2 : B2". The -default value is false. - - - Returns the number of CellRange in the current collection. - - - Returns the CellRange object that represents all the Cells that will be merged at the index. - Represents the position of the object in the list. - - - Adds a new FormattedText object at the end of the Note's current FormattedTextList. - Returns the index that corresponds to the newly inserted FormattedText object. - Represents the FormattedText that will be added to the current Note. - - - Adds multiple FormattedText objects at the end of the Note's current FormattedTextList. - Returns the index that corresponds to the first FormattedText object that was just -inserted in the FormattedTextList. - Represents the FormattedText objects that will be added to the current Note. - - - Returns the AnnotationType. - - - Represents the Color used for the Note's background. The default value is null, which -uses the Note's default Color as the background Color. - - - Gets or sets the Note's height. The default value is 100. - - - Gets or sets if the Note uses AutoFit. - - - Returns a specific block of FormattedText contained in the Note. - The index corresponding to the location of the targeted block of FormattedText. - - - Represents the cumulative length of all the blocks of FormattedText in the current -Note. - - - Gets or sets the Unit used to define Width & Height. The -default value is Point. - - - Gets or sets the Note's Protection. The default setting automatically creates a protected Note if the associated Worksheet -is protected. - - - Represents the Note's HorizontalAlignement and VerticalAlignment. The default values are respectively Left and Top. - - - Gets or sets the Note's width. The default value is 100. - - - Gets or sets if the Note is locked. The default setting is true. - - - Gets or sets if the Note and the text that it contains are locked. The default value is -true. - - - Serves as the default hash function. - A hash code for the current object. - - - Inserts a page break at the left of a specific Column. - The index that corresponds to the target Column; the page break will be added to the left of -this Column. - - - Inserts a page break on top of a specific Row. - The index that corresponds to the target Row; the page break will be added on top of that -Row. - - - Inserts page breaks at a specific location in the Worksheet. - The index that corresponds to the target Row; a page break will be added on top of that Row. - The index that corresponds to the target Column; a page break will be added to the left of -this Column. - - - Inserts page breaks using a specific Cell as the target location for the insertion. - The Address of the Cell -that is used as a reference point for the insertion; two page breaks will be added, one on top of the Cell & one at the left of it. - - - Removes the page break at the left of a specific Column. - The index that corresponds to the target Column; the page break at the left of this Column will be removed. - - - Removes the page break that is located on top of a specific Row. - The index that corresponds to the target Row; the page break on top of that Row will be removed. - - - Removes the page breaks at a specific location in the Worksheet. - The index that corresponds to the target Row; the page break on top of that Row will be removed. - The index that corresponds to the target Column; the page break at the left of this Column will be removed. - - - Removes page breaks using a specific Cell as the target location for the removal. - The Address of the Cell -that is used as a reference point for the removal; both the page breaks on top & at the left of this Cell will be removed. - - - Resets all page breaks to their default state. - - - Determines whether the specified object is equal to the current object. - if the specified object is equal to the current object; otherwise, . - The object to compare with the current object. - - - Gets or sets if the Worksheet(s) will be printed in black & white or not. - - - Gets a list of indexes that correspond to all of the column breaks in the Worksheet. - - - Gets or sets whether the Worksheet(s) will be printed in draft quality or not. - - - Gets or sets how the content's height will be scaled when the Worksheet is printed. - - - Gets or sets how the content's width will be scaled when the Worksheet is printed. - - - Gets or sets if gridlines should be printed or not. - - - Gets or sets whether headings will be printed or not. - - - Gets or sets if the content will be centered horizontally when the Worksheet(s) is -printed. - - - Gets the Worksheet's Margins. - - - Gets or sets the page's orientation. - - - Gets or sets the page's size. - - - Gets a list of indexes that correspond to all of the row breaks in the Worksheet. - - - Gets or sets the percentage by which the Worksheet's content will be scaled before it is -printed. - - - Gets or sets if the content will be centered vertically when the Worksheet(s) is printed. - - - The name of the Person who wrote the object. - - - Gets/sets the absolute position of the Picture in the Worksheet. - - - Gets/sets the Anchor's position in the Worksheet. This position is determined by a StartingElement and an EndingElement, which sets a CellRange. For it to work, the CellRange must be located within the same Worksheet as the Picture. - - - Gets the Anchor's type. An Anchor can be either an AbsoluteAnchor, a OneCellAnchor or a TwoCellAnchor. - - - Offsets the bottom right corner of a TwoCellAnchorPicture. - - - This property contains the description of the picture. - - - Class property that contains the information of the ClientData, which is how the data should behave when the worksheet is protected. - - - Gets the file format of the uploaded media. - - - Gets/sets the height of an AbsoluteAnchor or OneCellAnchorPicture. - - - Gets/sets the unit used for measuring the Width and Height of the Picture. - - - Gets or sets the name of the Picture in the Worksheet. - - - Class property that contains the information of the PictureLocks, which are the -manipulations allowed on the picture. - - - Offsets the top right corner of a TwoCellAnchorPicture. - - - Gets or sets the behavior of the TwoCellAnchorPicture when moving or deleting Rows -or Columns. The defaut setting isMoveAndResize. - - - Gets/sets the width of an AbsoluteAnchor or OneCellAnchorPicture. - - - Adds a new picture by specifying the path and the file or by giving an ImageStream of the picture. - - - Removes a Picture from the PictureCollection. - - - Removes a Picture from the PictureCollection by using an index to locate it in the collection. - The index that corresponds to the Picture that will be removed. - - - Adds a picture in the worksheet using a filename. - The path for the image file that will be added. - The scale of the image.
-The values start at 0 and represent a percentage. The default value is 100, which stands for 100%. -
- - Adds a picture in the worksheet using a stream. - The stream for the image file that will be added. - The scale of the image.
-The values start at 0 and represent a percentage. The default value is 100, which stands for 100%. -
- - Adds a picture in the worksheet using a filename and a specific position corresponding to the top left corner of the picture. - The path for the image file that will be added. - The Id of the row where the top left corner of the picture will be located once it is inserted in the worksheet. - The Id of the column where the top left corner of the picture will be located once it is inserted in the worksheet. - The scale of the image.
-The values start at 0 and represent a percentage. The default value is 100, which stands for 100%. -
- - Adds a picture in the worksheet using a filename and a specific position corresponding to the top left corner of the picture. - The path for the image file that will be added. - The address of the cell where the top left corner of the picture will be located once it is inserted in the worksheet. - The scale of the image.
-The values start at 0 and represent a percentage. The default value is 100, which stands for 100%. -
- - Adds a picture in the worksheet using a stream and a specific position corresponding to the top left corner of the picture. - The stream for the image file that will be added. - The Id of the row where the top left corner of the picture will be located once it is inserted in the worksheet. - The Id of the column where the top left corner of the picture will be located once it is inserted in the worksheet. - The scale of the image.
-The values start at 0 and represent a percentage. The default value is 100, which stands for 100%. -
- - Adds a picture in the worksheet using a stream and a specific position corresponding to the top left corner of the picture. - The stream for the image file that will be added. - The address of the cell where the top left corner of the picture will be located once it is inserted in the worksheet. - The scale of the image.
-The values start at 0 and represent a percentage. The default value is 100, which stands for 100%. -
- - Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner. - The path for the image file to be added. - The Id of the row where the top left corner of the picture will be located once it is inserted in the worksheet. - The Id of the column where the top left corner of the picture will be located once it is inserted in the worksheet. - The Id of the row to which the bottom right corner of the picture will extend once it is inserted in the worksheet. - The Id of the column to which the bottom right corner of the picture will extend once it is inserted in the worksheet. - - - Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner. - The stream for the image file that will be added. - The Id of the row where the top left corner of the picture will be located once it is inserted in the worksheet. - The Id of the column where the top left corner of the picture will be located once it is inserted in the worksheet. - The Id of the row to which the bottom right corner of the picture will extend once it is inserted in the worksheet. - The Id of the column to which the bottom right corner of the picture will extend once it is inserted in the worksheet. - - - Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner. - The path for the image file to be added. - The address of the cell where the top left corner of the picture will be located once it is inserted in the worksheet. - The address of the cell to which the bottom right corner of the picture will extend once it is inserted in the worksheet. - - - Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner. - The stream for the image file that will be added. - The address of the cell where the top left corner of the picture will be located once it is inserted in the worksheet. - The address of the cell to which the bottom right corner of the picture will extend once it is inserted in the worksheet. - - - Removes a Picture from the PictureCollection by using its name. - The name of the Picture that will be removed. - - - Removes the chosen Picture from the PictureCollection. - The Picture that will be removed. - - - Returns the amount of Picture in the current worksheet. - - - Returns the Picture located at the specific index. - - - Removes the authorization to use the adjust handles when the value is set to true. - - - Removes the authorization to change Arrowheads when the value is set to true. - - - Removes the authorization to change the ratio when the value is set to true. - - - Removes the authorization to change the connection shape when the value is set to true. - - - Removes the authorization to crop the picture when the value is set to true. - - - Removes the authorization to edit the connection shape points when the value is set to true. - - - Removes the authorization to group shapes when the value is set to true. - - - Removes the authorization to move the picture when the value is set to true. - - - Removes the authorization to rotate the picture when the value is set to true. - - - Removes the authorization to select the picture when the value is set to true. - - - Represents the value of the horizontal (X) axis. - Represents the value of the vertical (Y) axis. - Represents the type of unit used for the given values. The default value is Inch. - Determines if negative values are accepted. The default value is false, so no negative numbers are allowed by default. - - - Represents the type of unit associated with the numbers input in the X and Y properties. The default value is Inch. - - - Represents the value of the horizontal axis. The default value is 0. - - - Represents the value of the vertical axis. The default value is 0. - - - Serves as the default hash function. - A hash code for the current object. - - - Gets or sets if the content of a Cell or the formula are displayed in the formula bar or not. -The default value is false. - - - Gets or sets if the Cell is locked or not. The default value is true. - - - Clears specific elements in the range. - Sets the options that determine which elements are cleared from the range. The default setting is All. - - - Searches into the content of the range and replaces all occurences of a specific value with a new value. - The total number of instances of the searchValue that were replaced within the content of the range. - The value that will be searched for. - The value that will replace all found instances of the searchValue. - - - Searches into the content of the RangeBase and replaces all instances of the -SearchValues with their corresponding NewValues. - Returns how many instances of the searchValues were replaced within the content of the RangeBase. - The values that will be searched for. - - The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- -
- - Gets the number of items in the range. - - - Gets the items in the range. - - - Gets or sets the last item in the range. - - - Gets or sets the first item in the range. - - - Base method declaration for auto-fitting the Height of a Row or the Width of a Column.CellRow - - - Base method declaration for auto-fitting the Height of a Row or the Width of a Column.Identifies the start and end of the AutoFit's range by using Ids. - The minimum desired Height when AutoFitting a Row. The default value is 0 point. - The maximum desired Height when AutoFitting a Row. The default value is 409 points. - The Id of the Column used as the starting point of the Autofit's range. The default is 0, -which is the first Column in a Row. - The Id of the Column used as the ending point of the Autofit's range. The default value is -16383, which is the last possible Column in a Row. - - - Identifies the start and end of the AutoFit's range by using string Ids. - The minimum desired Height when AutoFitting a Row. The default value is 0 point. - The maximum desired Height when AutoFitting a Row. The default value is 409 points. - The string Id of the Column used as the starting point of the Autofit's range. The default is -A, which is the first Column in a Row. - The string Id of the Column used as the ending point of the Autofit's range. The default -value is XFD, which is the last possible Column in a Row. - - - Gets the collection of Cell from the current Row. Only the modified Cells will be -returned. - - - Gets or sets the height of a specific Row. - - - Gets the number of cells from the RowCellCollection. - - - Gets the Cell element at the specified column Id. The first column starts at 0 and the last -column is located at 16383. - - - Gets the Cell element at the specified column address. The first column is located at ?A?. - - - Gets the number of Row from the RowCollection. - - - Gets the Row element at the specified row Id. The first row starts at 0 and the last row is -located at 1048575. - - - Gets a Row using an Id. - The Id of the Row that you want to get. - - - Gets a RowRange that starts at the Row associated with the startRowId and ends at the row associated with the endRowId. For example, ?var -rowRange = worksheet.Rows[1, 3];? will get a range from row 1 to 3. - The Id for the Row starting the range. - The Id for the Row ending the range. - - - Base method for auto-fitting the Height of a RowRange or the Width -of a ColumnRange.CellRowRange - - - Base method for auto-fitting the Height of a RowRange or the Width -of a ColumnRange.Identifies the start and end of the AutoFit's range by using Ids. - The minimum desired Height when AutoFitting a Row from a RowRange. The default -value is 0 point. - The maximum desired Height when AutoFitting a Row from a RowRange. The default -value is 409 points. - The Id of the Column used as the starting point of the Autofit's range. The default is 0, -which is the first Column in a Row. - The Id of the Column used as the ending point of the Autofit's range. The default value is -16383, which is the last possible Column in a Row. - - - Identifies the start and end of the AutoFit's range by using string Ids. - The minimum desired Height when AutoFitting a Row from a RowRange. The default -value is 0 point. - The maximum desired Height when AutoFitting a Row from a RowRange. The default -value is 409 points. - The string Id of the Column used as the starting point of the Autofit's range. The default is -A, which is the first Column in a Row. - The string Id of the Column used as the ending point of the Autofit's range. The default -value is XFD, which is the last possible Column in a Row. - - - Gets or sets the Height of all Rows in the range. Getting this property will return the common Height of all the Rows in the -range; if at least one Row has a different Height than the others, 0 will be returned. - - - Gets or sets the active Cell in the Worksheet, which is the one with focus. The address of the cell (?A2?, for example) is used to set -this property. Default is null. - - - Gets or sets the number of frozen Columns in the Worksheet. Frozen Columns are -always shown at the left of the SheetView when a user scrolls to the right. - - - Gets or sets the number of frozen Rows in the Worksheet. Frozen Rows are always -shown at the top of the SheetView when a user scrolls down. - - - Gets or sets the number of Columns after which a vertical split will appear in the Worksheet. Creating a split will divide the SheetView in two; afterwards, both sides of the split can be scrolled independently. - - - Gets or sets the number of Rows after which a horizontal split will appear in the Worksheet. Creating a split will divide the SheetView in two; afterwards, both sides of the split can be scrolled independently. - - - Gets or sets the Cell to be displayed as the top left position in the Worksheet view. The address of the cell (?A2?, for example) is used to set this property. The -default value is null. - - - Gets or sets the WorksheetViewType associated with the Worksheet. The default setting is Normal. - - - - Gets or sets the Zoom level used when the Worksheet is displayed in Normal mode. - The values are percentages and must be between 10 and 400. - - - - - Gets or sets the Zoom level used when the Worksheet is displayed in PageBreakPreview mode. - The values are percentages and must be between 10 and 400. - - - - - Gets or sets the Zoom level used when the Worksheet is displayed in PageLayout mode. - The values are percentages and must be between 10 and 400. - - - - Determines whether the specified System.Object is equal to the current System.Object. - Returns true if the specified System.Object is equal to the current System.Object; returns false otherwise. - The object that will be compared with the current object. - - - Serves as the default hash function.Serves as a hash function for a particular type. - A hash code for the current object. - - - Resets the Style of the Cell, -Row or Column back to its -default setting. - - - Gets or sets the horizontal and vertical alignments used to align the content of a cell. The default values are General for horizontal and Bottom for vertical. - - - Gets the collection of active Borders in a Style. Returns an empty collection by default. - - - Gets or sets the BuiltinStyleType. The default setting isNormal. - - - Gets or sets the format used to display the content of a Cell, the cells in a Column or the cells in a Row. The -default is null. Setting this property will overwrite the PredefinedNumberFormatId property. The formatting characters that can be used -are explained here : . - - - Gets or sets the Fill object used to fill the background of a Cell, Column, Row or range. - - - Gets or sets the Font to use for the current Style. - - - Gets or sets the predefined number format with an Id. Built-in common formatting options exist, like in MS Excel. A specific Id can be set to format the -content of a Cell, the Cells in a Column or the -Cells in a Row with -predefined formats. The default value is 0. Setting this property will overwrite the CustomFormat property. - - - Gets or sets the Protection object associated with this Style. The default value is null. - - - Clears specific elements in the range. - Sets the options that determine which elements are cleared from the range. The default setting isAll. - - - Searches into the content of the range and replaces all occurences of a specific value with a new value. - The total number of instances of the searchValue that were replaced within the content of the range. - The value that will be searched for. - The value that will replace all found instances of the searchValue. - - - Searches into the content of the StyledRange and replaces all instances of the -SearchValues with their corresponding NewValues. - Returns how many instances of the searchValues were replaced within the content of the StyledRange. - The values that will be searched for. - - The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- -
- - Gets the number of items in the range. - - - Gets the items in the range. - - - Gets or sets the last item in the range. - - - Gets or sets the first item in the range. - - - Gets the Style object for a worksheet element. The default value is a default style object. - - - Resizes the table with a new CellRange. The top of the table must remain in the same row, -the resulting table must contain at least one row of data and the resized table must overlap the original table. - The table?s first row Id. - The table?s first column Id. - The table?s last row Id. - The table?s last column Id. - - - Resizes the table with a new CellRange. The top of the table must remain in the same row, -the resulting table must contain at least one row of data and the resized table must overlap the original table. - The table?s top-left cell. - The table?s bottom-right cell. - - - Gets the Table?s AutoFilter. The AutoFilter contains the filtering options that will be used -for every column of that table. - - - Gets the range of cells that are part of the table. A CellRange contains the top-left and the bottom-right cells of a rectangular selection of cells. - - - Gets the collection of columns that are part of the Table. When a column has no header -content, ?Column1? will be used as the column header?s default content; the numbers will be incremented for the next columns without header content, thus -filing the second column without header content with ?Column2? and so forth. - - - Gets or sets the name of the Table. The default name is ?Table1?; the numbers will be -incremented for every table without a name, thus naming the second Table without a name -?Table2? & so forth. Custom names must start with a letter or an underscore (_), contain only letters or numbers and contain between one and 255 -characters. Also note that two tables in the Workbook can not have the same name. - - - Gets or sets if banded columns are displayed. When set to true, the even columns are formatted differently from the odd columns, which can make the table -easier to read. The default setting is false. - - - Gets or sets if banded rows are displayed. When set to true, the even rows are formatted differently from the odd rows, which can make the table easier to -read. The default setting is false. - - - Gets or sets if the table?s first column is displayed using special formatting. The default setting is false. - - - Gets or sets if the table?s header row is displayed or not. When it is displayed, the table?s first row uses unique formatting to set it apart from the other -rows. The default setting is true. - - - Gets or sets if the table?s last column is displayed using special formatting. The default setting is false. - - - Gets or sets if the table?s total row is displayed or not. The total row is the row at the end of the table; it displays totals for each column. When set to -true, the table?s CellRange will grow by one row. The default setting is -false. - - - Gets or sets the Style that is used to format the Table. Many built-in styles can be used but the default style is TableStyleLight9. - - - Gets or sets the name of a CustomStyle that is applied to the Table. -The default value is the string value used by the Style property. - - - Returns true if the TableCollection contains a Table with the name ?tableName?; returns false otherwise. - - true if the Table is found; false otherwise. - The name of the Table to look for. - - - Removes a Table from the TableCollection. - - - Removes a Table from the TableCollection by using an index to identify the Table that needs to be removed. - The index that corresponds to the Table that will be removed. - - - Adds a new Table to the TableCollection using a range of cells defined by cell addresses. - The Table added to the TableCollection. - The top-left cell of the range of cells that defines the table. - The bottom-right cell of the range of cells that defines the table. - The built-in style used to format the new table. The default style is TableStyleLight9. - Determines if the header row is displayed. The default setting is true. - - - Adds a new Table to the TableCollection using its name and a range of cells defined by cell addresses. - The Table added to the TableCollection. - The name of the table. - The top-left cell of the range of cells that defines the table. - The bottom-right cell of the range of cells that defines the table. - The built-in style used to format the new table. The default style is TableStyleLight9. - Determines if the header row should be displayed. The default setting is true. - - - Adds a new Table to the TableCollection using a range of cells defined by indexes. The indexes start at (0, 0). - The Table added to the TableCollection. - The Id for the first row of the range of cells that defines the table. - The Id for the first column of the range of cells that defines the table. - The Id for the last row of the range of cells that defines the table. - The Id for the last column of the range of cells that defines the table. - The built-in style used to format the new table. The default style is TableStyleLight9. - Determines if the header row should be displayed. The default setting is true. - - - Adds a new Table to the TableCollection using its name and a range of cells defined by indexes. The indexes start at -(0, 0). - The Table added to the TableCollection. - The name of the table. - The Id for the first row of the range of cells that defines the table. - The Id for the first column of the range of cells that defines the table. - The Id for the last row of the range of cells that defines the table. - The Id for the last column of the range of cells that defines the table. - The built-in style used to format the new table. The default style is TableStyleLight9. - Determines if the header row should be displayed. The default setting is true. - - - Removes a Table from the TableCollection by using its name. - The name of the Table that will be removed. - - - Removes the chosen Table from the TableCollection. - The Table that will be removed. - - - Gets the number of Table from the TableCollection. - - - Gets the Table element at the specified Id. The first table starts at 0. - - - Gets the Table element that has the specified table name. - - - Gets the last cell of the TableColumn. - - - Gets or sets the name of the table's column. - - - Gets the first cell of the TableColumn. - - - Gets or sets the custom formula used for a TableColumn?s total row. The -TableColumn.TotalRowFunction property must be set to CustomFormula for this property to work. Note that this property can affect the Formula property of the cells in the total row. - - - Gets or sets the built-in formula used for a TableColumn?s total row. The formula will -be applied for each cell of the TableColumn. If the value is None, the -TableColumn.TotalRowLabel can be displayed; if the value is CustomFormula, the TableColumn.TotalRowFormula can be used. This property can affect the -Formula and Value -properties of the cells in the total row. The default value is None. - - - Gets or sets the label used for a TableColumn?s total row. The -TableColumn.TotalRowFunction property must be set to None for this property to work. Note that this property can affect the Value property of the cells in the total row. - - - Gets the number of TableColumn from the TableColumnCollection. - - - Gets the TableColumn element at the specified Id. The first TableColumn starts at 0. - - - Gets the TableColumn element with the specified column name. - - - Gets the Theme's ThemeColors. - - - Gets/sets the Theme's name. - - - Instanciates a ThemeColor by specifying its Type and possible Tint. - The ThemeColor's type. - The ThemeColor's tint. Values range from -1 (dark) to +1 (light). The default value is 0. - - - Returns true if the current ThemeColor is equal to the obj received. - Returns true if the obj received is equal to the current ThemeColor; returns -false otherwise. - The ThemeColor that will be compared to the current ThemeColor. - - - Serves as the default hash function.Serves as the default hash function. - A hash code for the current object. - - - Gets/sets the ThemeColor's tint. Values are from -1 (dark) to +1 (light). The default -value is 0. - - - Gets or sets the ThemeColor's type. - - - Gets the number of Comment threads in the current Worksheet. - - - Gets a thread of Comments. - - - Gets a thread of Comments by using a Row Id and a Column Id. - The Id of the Row where the thread of Comments was inserted. - The Id of the Column where the thread of Comments was inserted. - - - Gets a thread of Comments by using an Address. - The Address of the Cell -where the thread of Comments was inserted. - - - Gets or sets if the user object?s PropertyNames will be shown -or not. The default value is false. - - - Gets or sets the user object?s PropertyNames, which will be displayed in the Worksheet -after importing the data. When set to null, which is the default value, all the PropertyNames are displayed. - - - Starts the calculation process for all the Cells containing a formula and update their Value properties once the process is done. - - - Clears specific elements in the Workbook. - Sets the options that determine which elements are cleared from the Workbook. The default -setting isAll. - - - Creates a new Workbook. - - - Loads an existing Workbook. - - - - Protects a Workbook by enabling or disabling specific actions. - This can be done with or without a password. - - The WorkbookProtection object that lets you select which actions can be carried -out on a protected Workbook. - - The password that will be used to protect this Workbook. - Note that the same password must be used to Unprotect the Workbook. However, you can protect a Workbook without using a password. The default setting is, in fact, null, which sets no -password for the Protection. - - - - Searches into the content of the Workbook and replaces all occurences of a specific value -with a new value. - The total number of instances of the searchValue that were replaced within the content of the Workbook. - The value that will be searched for. - The value that will replace all found instances of the searchValue. - - - Searches into the content of the Workbook and replaces all instances of the -SearchValues with their corresponding NewValues. - Returns how many instances of the searchValues were replaced within the content of the Workbook. - The values that will be searched for. - - The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- -
- - Saves the Workbook. - - - Saves the Workbook as a stream or as a new document. - - - Removes the protection that was added on the Workbook. - - The password that will be used to unprotect the protected Workbook. This password must -be the same as the one set when the Protect method was used. - Note, however, that this parameter does not require a value if the Workbook was -protected without using a password. The default value for the parameter is, in fact, null, which allows to unprotect a Workbook without the use of a password when no password was set when the Protect method was used. - - - - - Creates a new Workbook in a document. The name of this Workbook will be the chosen ?filename?. - The created Workbook. - The file name used to create the Workbook. - - - Loads an existing Workbook using a string. - The loaded Workbook. - The file name of the Workbook that will be loaded. - - - Loads an existing Workbook from a stream. - The loaded Workbook. - The stream where the Workbook can be found. - - - Saves the Workbook as a stream. - The stream where the Workbook will be saved. - - - Saves the Workbook in a document named ?filename?. - The file name used to save the Workbook. - - - Gets if the Workbook is currently protected. The default value is false. - - - Gets the name of the Workbook. - - - Gets the WorkbookProtection as a read-only object. - - - Gets the Workbook's Theme. - - - Gets the list of all the WorkbookViews. - - - Gets the collection of Worksheet that is part of this Workbook. A Workbook always -have at least one Worksheet. - - - Protects a Workbook by removing the right to execute the following actions : adding, -removing, inserting, moving, copying, deleting and renaming Worksheets. The default value -is false. - - - Protects a Workbook by locking the size of its window. The default value is false. - - - Gets/sets the WorkbookThemeColor's Color. - - - Gets the WorkbookThemeColor associated with the specified ThemeColorType. - - - Gets the WorkbookThemeColor associated th the specified ThemeColorType. - - - Gets or sets the first page shown when the document is opened. The default value is -1. The index starts at 0. - - - Gets or sets the first worksheet displayed at the bottom of the workbook. Pages before that number will be replaced by "..." . The default value is 0. The -index starts at 1. - - - Starts the calculation process in all the Cells containing a formula and update their Value properties once the process is done. - - - Clears specific elements in the Worksheet. - Sets the options that determine which elements are cleared from the Worksheet. The default -setting isAll. - - - Removes all DataValidations in the Worksheet. - - - Deletes Columns at a specific index in the Worksheet. - - - Deletes a CellRange and allows to specify in which direction the Cells located after the deleted range will be shifted. - - - Deletes Rows at a specific index in the Worksheet. - The Id of the Row that is currently located where the deletion will start. The Ids start at 0. - The number of Rows that will be deleted. The default value is 1. - - - - - Imports data of type Array, 2D-Array, ArrayList, ICollection, IDictionary, DataTable, -DataView or CSV path/stream in a Worksheet. - - - The number of items imported in the Worksheet. - The data to import.
-The data can be of any of the supported types: - -Array (like string[], int[], MyProduct[], object[]...)2D-Array (like double[,], string[,], MyProduct[,], object[,])ArrayListICollection (like List <string>, List<MyProduct>, ObservableCollection<MyProduct>, Array<int>, ...)IDictionary (like Dictionary<int, string>, Dictionary<int, MyProduct>, ...)DataTable (with DataColumns and DataRows)DataViewCSV path/stream (a path to a CSV document or a stream based on a CSV document). - - The options when importing the data.
-These can be any of the following:
- - ImportOptions - UserObjectImportOptions - DataTableImportOptions - CSVImportOptions. - - -
- - Inserts new Columns at a -specific index in the Worksheet. - - - Inserts an empty CellRange and allows to specify in which direction the Cells located after the inserted range will be shifted. - - - Inserts new Rows at a specific index in the Worksheet. - The Id of the Row that is currently located where the new Rows will be inserted. The Ids start at 0. - The number of Rows that will be inserted. The default value is 1. - - - - Protects a Worksheet by enabling or disabling specific actions. - This can be done with or without a password. - - - The WorksheetProtection object that lets you select which actions can be -carried out on a protected Worksheet. - When set to null, the default WorksheetProtection object will be -used, which will allow only two actions to be carried out : selecting locked and unlocked Cells. - - - The password that will be used to protect the Worksheet. - Note that the same password must be used to Unprotect the Worksheet. However, you can protect a Worksheet without using a password. The default setting is, in fact, null, which sets no -password for the Protection. - - - - Removes a specific DataValidation from the Worksheet. - The DataValidation that will be removed. - - - Searches into the content of the Worksheet and replaces all occurences of a specific value -with a new value. - The total number of instances of the searchValue that were replaced within the content of the Worksheet. - The value that will be searched for. - The value that will replace all found instances of the searchValue. - - - Searches into the content of the Worksheet and replaces all instances of the -SearchValues with their corresponding NewValues. - Returns how many instances of the searchValues were replaced within the content of the Worksheet. - The values that will be searched for. - - The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- -
- - Unprotects a Worksheet. - - The password that will be used to unprotect the protected Worksheet. This password must -be the same as the one set when the Protect method was used. - Note, however, that this parameter does not require a value if the Worksheet was -protected without using a password. The default value for the parameter is, in fact, null, which allows to unprotect a Worksheet without the use of a password when no password was set when the Protect method was used. - - - - Determines where the deletion starts by using an Id. - The Id of the Column that is currently located where the deletion will start. Ids start at 0. - The number of Columns that will be deleted. The default value is 1. - - - Determines where the deletion starts by using a string Id. - The string Id of the Column that is currently located where the deletion will start. Ids -start at A. - The number of Columns that will be deleted. The default value is 1. - - - Deletes a CellRange using Row & Column Ids to identify the -range and allows to specify in which direction the Cells located after the deleted range will -be shifted. - The Id of the Row that corresponds to the topmost Row of the CellRange that will be -deleted. - The Id of the Column that corresponds to the leftmost Column of the CellRange that -will be deleted. - The Id of the Row that corresponds to the bottommost Row of the CellRange that will be -deleted. - The Id of the Column that corresponds to the rightmost Column of the CellRange that -will be deleted. - Specifies the DeleteRangeShiftType. - - - Deletes a CellRange using CellAddresses to identify the -range and allows to specify in which direction the Cells located after the deleted range will -be shifted. - The Address of the Cell -that is located at the start of the CellRange that will be deleted. - The Address of the Cell -that is located at the end of the CellRange that will be deleted. - Specifies the DeleteRangeShiftType. - - - Determines where the new Columns will be inserted by using an Id . - The Id of the Column that is currently located where the new Columns will be inserted. Ids start at 0. - The number of Columns that will be inserted. The default value is 1. - - - Determines where the new Columns will be inserted by using a string Id. - The string Id of the Column that is currently located where the new Columns will be inserted. Ids start at A. - The number of Columns that will be inserted. The default value is 1. - - - Inserts an empty CellRange using Row & Column Ids to identify where -the range will be inserted and allows to specify in which direction the Cells located after the -inserted range will be shifted. - The Id of the Row that is currently located where the topmost Row of the inserted CellRange will -be located. - The Id of the Column that is currently located where the leftmost Column of the inserted CellRange -will be located. - The Id of the Row that is currently located where the bottommost Row of the inserted CellRange will -be located. - The Id of the Column that is currently located where the rightmost Column of the inserted CellRange -will be located. - Specifies the InsertRangeShiftType. - - - Inserts an empty CellRange using CellAddresses to identify where -the range will be inserted and allows to specify in which direction the Cells located after the -inserted range will be shifted. - The Address of the Cell -that is currently located where the top left corner of the inserted range will be located. - The Address of the Cell -that is currently located where the bottom right corner of the inserted range will be located. - Specifies the InsertRangeShiftType. - - - Gets the Worksheet's AnnotationCollection. - - - Gets the Worksheet's CellCollection. - - - Gets the Worksheet's ColumnCollection. - - - Gets the DataValidations in the DataValidationCollection. - - - Gets the Worksheet's HyperlinkCollection. - - - Gets the current Worksheet's Id. A Workbook may contain more than one Worksheet. The first Id starts at 0. - - - Gets if the Worksheet is currently protected. The default value is false. - - - Gets the Worksheet's MergedCellCollection. - - - - Gets or sets the Worksheet's name.
-
-
- - Gets the Worksheet's PageLayout. - - - Gets the Worksheet's PictureCollection. - - - Gets the WorksheetProtection as a read-only object. - - - Gets the Worksheet's RowCollection. - - - Gets the Worksheet's SheetView. - - - Gets or sets the Color for the Worksheet's tab. The default value is null. - - - Gets the Worksheet's TableCollection. - - - Gets or sets the ThemeColor that the Worksheet will use on its tabs. The default value is null. - - - Gets or sets how a Worksheet is displayed. The default setting isVisible. - - - This method allows to add a Worksheet to the WorksheetCollection. - - - Returns true if the WorksheetCollection contains a Worksheet with the name ?worksheetName?; returns false otherwise. - - true if the Worksheet is found; false otherwise. - - - This method is used to create a copy of a specific worksheet. The worksheet to be copied can be specified by its index, name or by using the Worksheet object itself. - - - Adds a new Worksheet at the designated location. - - - Moves a Worksheet or a WorksheetRange to a selected location in the WorksheetCollection. - - - Removes the Worksheet from the WorksheetCollection and offsets the index of the other Worksheets toward the deleted element. - - - Removes a Worksheet from the WorksheetCollection by using an index to locate it in the collection. - The index that corresponds to the Worksheet that will be removed. - - - Adds a Worksheet to the WorksheetCollection and sets how it is displayed. - Determines how the added Worksheet is displayed. The default -setting is Visible. - - - Adds a Worksheet to the WorksheetCollection using a string and then sets how it is displayed. - Identifies the Worksheet that will be added to the WorksheetCollection by using a string that corresponds to its name. - Sets how the added Worksheet is displayed. The default setting isVisible. - - - Uses an index as the target location. - The index that corresponds to the location where the new Worksheet will be placed. - The Name of the Worksheet that will be added. - - - Uses the Name of a Worksheet as the target location. - The Name of the Worksheet that is currently located where the new Worksheet will be placed. - The Name of the Worksheet that will be added. - - - Uses a specific Worksheet as the target location. - The Worksheet that is currently located where the new Worksheet will be placed. - The Name of the Worksheet that will be added. - - - Moves a Worksheet into a WorksheetCollection using Ids to identify the Worksheet to move & its insertion point. - The index corresponding to the Worksheet that will be moved. - The Id of the Worksheet that is currently located where the selected Worksheet will be moved. - - - Moves a Worksheet into a WorksheetCollection using an Id to identify the Worksheet to move & the name of a Worksheet to determine the insertion point. - The index corresponding to the Worksheet that will be moved. - The name of the Worksheet that is currently located where the selected Worksheet will be moved. - - - Moves a Worksheet into a WorksheetCollection using an Id to identify the Worksheet to move & a specific Worksheet as the insertion point. - The index corresponding to the Worksheet that will be moved. - The Worksheet that is currently located where the selected Worksheet will be moved. - - - Moves a Worksheet into a WorksheetCollection using a string to identify the Worksheet to move & an Id to determine its insertion point. - The name of the Worksheet that will be moved. - The Id of the Worksheet that is currently located where the selected Worksheet will be moved. - - - Moves a Worksheet into a WorksheetCollection using strings to identify the Worksheet to move & its insertion point. - The name of the Worksheet that will be moved. - The name of the Worksheet that is currently located where the selected WorksheetRange will be moved. - - - Moves a Worksheet into a WorksheetCollection using a string to identify the Worksheet to move & a specific Worksheet as the insertion point. - The name of the Worksheet that will be moved. - The Worksheet that is currently located where the selected Worksheet will be moved. - - - Moves a specific Worksheet into a WorksheetCollection and uses an Id to determine its insertion point. - The Worksheet that will be moved. - The Id of the Worksheet that is currently located where the selected Worksheet will be moved. - - - Moves a specific Worksheet into a WorksheetCollection and uses a string to determine its insertion point. - The Worksheet that will be moved. - The name of the Worksheet that is currently located where the selected WorksheetRange will be moved. - - - Moves a specific Worksheet into a WorksheetCollection and targets another Worksheet as the insertion point. - The Worksheet that will be moved. - The Worksheet that is currently located where the selected Worksheet will be moved. - - - Moves a WorksheetRange into a WorksheetCollection using an Id to determine the insertion point. - The WorksheetRange that will be moved. - The Id of the Worksheet that is currently located where the selected WorksheetRange will be moved. - - - Moves a WorksheetRange into a WorksheetCollection using the name of a Worksheet to determine the insertion point. - The WorksheetRange that will be moved. - The name of the Worksheet that is currently located where the selected WorksheetRange will be moved. - - - Moves a WorksheetRange into a WorksheetCollection using a specific Worksheet to determine the insertion point. - The WorksheetRange that will be moved. - The Worksheet that is currently located where the selected WorksheetRange will be moved. - - - Removes a Worksheet from the WorksheetCollection using a string to identify the Worksheet that needs to be removed. - The name of the Worksheet that will be removed. - - - Removes a Worksheet from the WorksheetCollection by identifying the specific Worksheet that needs to be removed. - The Worksheet that will be removed. - - - Removes a WorksheetRange from the WorksheetCollection. - The WorksheetRange that will be removed. - - - Gets the number of Worksheet in the WorksheetCollection. The default is one Worksheet per Workbook. - - - - Gets the Worksheet element that is located at the specified Id. - The first worksheet starts at 0. - - - - Gets the Worksheet element that has the specified worksheet name. - - - Gets a WorksheetRange from the WorksheetCollection, using Ids to identify the starting and ending points of the range. - The Id of the Worksheet that is used as the starting point of the range. - The Id of the Worksheet that ends the range. - - - Gets a WorksheetRange from the WorksheetCollection, using names to identify the starting and ending points of the -range. - The name of the Worksheet that is used as the starting point of the range. - The name of the Worksheet that ends the range. - - - Gets or sets if deleting Columns is allowed when a Worksheet is protected. The default value is false. - - - Gets or sets if deleting Rows is allowed when a Worksheet is protected. The default value is false. - - - Gets or sets if editing objects like Pictures, Notes or Comments is allowed when a -Worksheet is protected. The default value is false. - - - Gets or sets if modifying the formatting of Cells is allowed when a Worksheet is protected. The default value is false. - - - Gets or sets if modifying the formatting of Columns is allowed when a Worksheet is protected. The default value is false. - - - Gets or sets if modifying the formatting of Rows is allowed when a Worksheet is protected. The default value is false. - - - Gets or sets if inserting Columns is allowed when a Worksheet is protected. The default value is false. - - - Gets or sets if inserting Hyperlinks is allowed when a Worksheet is protected. The default value is false. - - - Gets or sets if inserting Rows is allowed when a Worksheet is protected. The default value is false. - - - Gets or sets if selecting locked Cells is allowed when a Worksheet is protected. The default value is true. - - - Gets or sets if selecting unlocked Cells is allowed when a Worksheet is protected. The default value is true. - - - Gets or sets if using AutoFilter is allowed when a Worksheet is protected. The default value is false. - - - Triggers CalculateFormulas for all of the Worksheets in the WorksheetRange. - - - Clears specific elements in the range.Clears specific elements in the WorksheetRange. - Sets the options that determine which elements are cleared from the range. The default setting is All.All - - - Searches into the content of the range and replaces all occurences of a specific value with a new value.Searches into the content of the range and replaces all occurences of a specific value with a new value. - The total number of instances of the searchValue that were replaced within the content of the range.The total number of instances of the searchValue that were replaced within the content of the range. - The value that will be searched for.The value that will be searched for. - The value that will replace all found instances of the searchValue.The value that will replace all found instances of the searchValue. - - - Searches into the content of the RangeBase and replaces all instances of the -SearchValues with their corresponding NewValues.SearchValuesNewValues - Returns how many instances of the searchValues were replaced within the content of the RangeBase.searchValues - The values that will be searched for.The values that will be searched for. - - The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- The values that will replace all found instances of the searchValues. - -
-Note that the replacement will respect the position of the data in the searchValues & will follow the established order when replacing said data -with the corresponding newValues.
- -
- - Returns a string that represents the current object. - A string that represents the current object. - - - Gets the number of items in the range.WorksheetRange - - - Gets or sets the TabColor of all the Worksheets in the WorksheetRange. - - - Gets or sets the TabThemeColor of all the Worksheets in the WorksheetRange. - - - Gets or sets the Visibility of all the Worksheets in the WorksheetRange. - -
-
\ No newline at end of file diff --git a/兴诺模板/兴诺模板/CS兴诺-A充电桩-系统购销合同-不含施工-含调试费-2024-9-2.docx b/兴诺模板/兴诺模板/CS兴诺-A充电桩-系统购销合同-不含施工-含调试费-2024-9-2.docx new file mode 100644 index 0000000..6bdab00 Binary files /dev/null and b/兴诺模板/兴诺模板/CS兴诺-A充电桩-系统购销合同-不含施工-含调试费-2024-9-2.docx differ diff --git a/兴诺模板/兴诺模板/CS兴诺-A充电桩-系统购销合同-含施工-2024-5-24.docx b/兴诺模板/兴诺模板/CS兴诺-A充电桩-系统购销合同-含施工-2024-5-24.docx new file mode 100644 index 0000000..832efb7 Binary files /dev/null and b/兴诺模板/兴诺模板/CS兴诺-A充电桩-系统购销合同-含施工-2024-5-24.docx differ diff --git a/兴诺模板/兴诺模板/CW充电桩维保服务合同-按服务事件报价-2024-4-11.docx b/兴诺模板/兴诺模板/CW充电桩维保服务合同-按服务事件报价-2024-4-11.docx new file mode 100644 index 0000000..b50adc0 Binary files /dev/null and b/兴诺模板/兴诺模板/CW充电桩维保服务合同-按服务事件报价-2024-4-11.docx differ diff --git a/兴诺模板/兴诺模板/CW技术-合同模版.docx b/兴诺模板/兴诺模板/CW技术-合同模版.docx new file mode 100644 index 0000000..be886ff Binary files /dev/null and b/兴诺模板/兴诺模板/CW技术-合同模版.docx differ diff --git a/兴诺模板/兴诺模板/C兴诺-A充电桩项目购销合同模板-2024-6-25.docx b/兴诺模板/兴诺模板/C兴诺-A充电桩项目购销合同模板-2024-6-25.docx new file mode 100644 index 0000000..e4ee996 Binary files /dev/null and b/兴诺模板/兴诺模板/C兴诺-A充电桩项目购销合同模板-2024-6-25.docx differ