Update 20241229

This commit is contained in:
Stefan Hutter
2024-12-29 23:03:57 +01:00
parent 4455cca85a
commit 2feaf6cc29
140 changed files with 12447 additions and 556552 deletions

Binary file not shown.

View File

@@ -16,7 +16,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-28.1462.35.0" newVersion="28.1462.35.0" />
<bindingRedirect oldVersion="0.0.0.0-28.1462.33.0" newVersion="28.1462.33.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
@@ -30,6 +30,14 @@
<assemblyIdentity name="System.Text.Encoding.CodePages" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Pdf.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-28.1462.35.0" newVersion="28.1462.35.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.XlsIO.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-28.1462.35.0" newVersion="28.1462.35.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /></startup></configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -20901,14 +20901,13 @@
<param name="columnsUsesPrefWidth">List containing index of preferred width based columns</param>
<param name="calculatedColumnWidth">List containing calculated column width</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsResizeColumnsBasedOnTextWrap(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Boolean,System.Collections.Generic.List{System.Single}@)">
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsResizeColumnsBasedOnTextWrap(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Collections.Generic.List{System.Single}@)">
<summary>
Checks whether any cell has disabled TextWrap and calculates cell width based on cell maximum para width
</summary>
<param name="table">Current table</param>
<param name="columns">Table columns(grid)</param>
<param name="tableWidth">Table width</param>
<param name="isTableHasMergeCells">Boolean to check whether table has merge cells or not.</param>
<param name="calculatedColumnWidth">List containing calculated column width</param>
<returns></returns>
</member>
@@ -20950,7 +20949,7 @@
<param name="clientWidth">Table client width</param>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsPointTableResizeColBasedOnCellPrefWidth(Syncfusion.DocIO.DLS.WTable,System.Int32,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Collections.Generic.List{System.Single}@,System.Single@,System.Single,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsPointTableResizeColBasedOnCellPrefWidth(Syncfusion.DocIO.DLS.WTable,System.Int32,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Collections.Generic.List{System.Single}@,System.Single@,System.Single)">
<summary>
Check whether the point width table need to be resized according to the cell preferred width
</summary>
@@ -20960,7 +20959,6 @@
<param name="calculatedColumnWidth">List containing calculated column width</param>
<param name="totalCellPreferredWidth">Total cell preferred width</param>
<param name="tableWidth">Table width</param>
<param name="isTableHasMergeCells">Boolean to check whether table has merge cells or not.</param>
<returns>True, if the point width table is need to resized according to the calculated column width</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.CheckPreferredWidth(System.Collections.Generic.List{System.Single}@,Syncfusion.DocIO.DLS.WTable,System.Single@,System.Int32,System.Single,Syncfusion.DocIO.DLS.WTableColumnCollection)">
@@ -20986,7 +20984,7 @@
<returns>True, if the table needs to resize as per maximum word width
of the table even though if table exceeds the table width else false</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsAutoTableResizeColumnsBasedOnCellPctPrefWidth(Syncfusion.DocIO.DLS.WTable,System.Collections.Generic.List{System.Int32}@,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Int32,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsAutoTableResizeColumnsBasedOnCellPctPrefWidth(Syncfusion.DocIO.DLS.WTable,System.Collections.Generic.List{System.Int32}@,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Int32)">
<summary>
Check whether the auto table need to resize as per percentage cell preferred width
</summary>
@@ -20994,7 +20992,6 @@
<param name="pctCellWidthRowIndexes">Row index containing the preferred cell width as percentage</param>
<param name="columns">Table columns</param>
<param name="clientWidth">Table owner width</param>
<param name="isTableHasMergeCells">Boolean to check whether table has merge cells or not.</param>
<returns>True, if the table needs to resize as per percentage cell preferred width; else, false</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.GetPctCellPrefWidthRowIndexes(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single)">
@@ -21015,7 +21012,7 @@
<param name="table">Current table</param>
<param name="clientWidth">Table owner width</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsResizeColumnBasedOnCellPreferredWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Single@,System.Collections.Generic.List{System.Single}@,System.Int32,System.Single,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsResizeColumnBasedOnCellPreferredWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Single@,System.Collections.Generic.List{System.Single}@,System.Int32,System.Single)">
<summary>
Check whether the table need to be resized according to the cell preferred width
</summary>
@@ -21025,7 +21022,6 @@
<param name="totalCellPreferredWidth">Total cell preferred width</param>
<param name="calculatedColumnWidth">List containing calculated column width</param>
<param name="maxCellCount">Maximum cell count in the table</param>
<param name="isTableHasMergeCells">Boolean to check whether table has merge cells or not.</param>
<returns>True, if table is need to resized according to the calculated column width</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsEnoughCalculatedWidth(Syncfusion.DocIO.DLS.WTableColumnCollection,System.Collections.Generic.List{System.Single},System.Single,System.Single)">
@@ -21090,7 +21086,7 @@
</summary>
<param name="columns">table columns</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.ChecksNestedTableNeedToRecalculate(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Single,System.Single,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.ChecksNestedTableNeedToRecalculate(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Single,System.Single)">
<summary>
Checks whether the nested table need to recalculate or not
</summary>
@@ -21099,7 +21095,6 @@
<param name="clientWidth">The nested table client width</param>
<param name="totalColumnWidth">The total column width of the nested table.</param>
<param name="tableWidth">The nested table width.</param>
<param name="isNestedTableHasMergeCells">Boolean to check whether nested table has merge cells or not.</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsNestedTableShrinkToClientWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTable,System.Single,System.Single)">
<summary>
@@ -21128,17 +21123,16 @@
<param name="columns">Current table columns</param>
<returns>True, if column not has enough width to store maximum word width else false.</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsAutoTableUsesCellPointPrefWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Single@,System.Collections.Generic.List{System.Single}@,System.Int32,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsAutoTableUsesCellPointPrefWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Single@,System.Collections.Generic.List{System.Single}@,System.Int32)">
<summary>
Check the whether table width is auto and it uses the cell preferred width.
</summary>
<param name="table">Current table.</param>
<param name="columns">The Tablegrid.</param>
<param name="clientWidth">The client width.</param>
<param name="totalCellPreferredWidth">Sum of cell preferred width</param>
<param name="calculatedColumnWidth">List containing calculated widths.</param>
<param name="maxCellCount">Maximum Cell count.</param>
<param name="isTableHasMergeCells">Boolean to check whether table has merge cells or not.</param>
<param name="table"></param>
<param name="columns"></param>
<param name="clientWidth"></param>
<param name="totalCellPreferredWidth"></param>
<param name="calculatedColumnWidth"></param>
<param name="maxCellCount"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsCalculatedWidthEnoughForMaxWordWidth(System.Collections.Generic.List{System.Single},Syncfusion.DocIO.DLS.WTableColumnCollection)">
@@ -21158,35 +21152,31 @@
<param name="totalCellPrefWidth">Total maximum cell preferred width</param>
<returns>List of maximum preferred width for each column </returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsAutoTableUsesNestedTableWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Int32,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsAutoTableUsesNestedTableWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Int32)">
<summary>
Check whether the auto table uses its nested table width
</summary>
<param name="table">Current table</param>
<param name="columns">Table columns</param>
<param name="maxCellCount">Maximum cell count</param>
<param name="isTableHasMergeCells">Boolean to check whether table has merge cells or not.</param>
<returns>True, if the auto table uses its nested table width; else, false</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsAutoTableUsesCellPrefWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Single,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsAutoTableUsesCellPrefWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Single)">
<summary>
Check whether the table should use the cell preferred width
</summary>
<param name="table">Outermost table</param>
<param name="columns">Table columns</param>
<param name="maxCellCount">Maximum cell count</param>
<param name="clientWidth">The client width.</param>
<param name="isTableHasMergeCells">Boolean to check whether table has merge cells or not.</param>
<param name="tableMaxCellCount">Maximum cell count</param>
<returns>True, if the table should use the cell preferred width; else, false</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsNestedTableUsesOwnerWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Int32,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsNestedTableUsesOwnerWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Int32)">
<summary>
Check whether the nested table should use owner width
</summary>
<param name="table">Current table</param>
<param name="columns">Table columns</param>
<param name="maxCellCount">Maximum cell count</param>
<param name="isTableHasMergeCells">Boolean to check whether table has merge cells or not.</param>
<returns>True, if the nested table should use owner width; else, false</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.HasLeftorRightPadding(Syncfusion.DocIO.DLS.WTableCell)">
@@ -21261,7 +21251,7 @@
Validate and update the preferredwidth of the cells for column spanned cells.
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsResizeColumnWidthBasedOnMaximumParaWidth(Syncfusion.DocIO.DLS.WTable,System.Single,System.Single,System.Single,System.Single,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsResizeColumnWidthBasedOnMaximumParaWidth(Syncfusion.DocIO.DLS.WTable,System.Single,System.Single,System.Single,System.Single)">
<summary>
Checks whether to resize the column based on the cell maximum para width
</summary>
@@ -26934,13 +26924,6 @@
Adds the new paragraph.
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.HTMLConverterImpl.IsValidPTag(Syncfusion.DocIO.DLS.HtmlNode)">
<summary>
Checks if the specified node has a matching uncreated parent node for any of the specified HTML tags.
</summary>
<param name="node">The node to check for matching parent nodes.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.HTMLConverterImpl.NodeIsInDiv(Syncfusion.DocIO.DLS.HtmlNode)">
<summary>
Determine whether the Node is in Div
@@ -32862,14 +32845,11 @@
Update the main document path
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.GetPathByContentType(System.String,Syncfusion.DocIO.DLS.Package,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.GetPathByContentType(System.String,Syncfusion.DocIO.DLS.Package)">
<summary>
Get the path by its content type
</summary>
<param name="contentType">Content type value of an xml file</param>
<param name="wordPackage">Document package</param>
<param name="skipGlossary">Boolean to decide whether glossary document need to skip or not</param>
<returns>Return the xml file name based on contenttype</returns>
<param name="document">The extension.</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.GetExtensionContentType(System.String)">
<summary>
@@ -32889,20 +32869,12 @@
</summary>
<param name="document">The document.</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseDocument(Syncfusion.DocIO.DLS.Package,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseDocument(Syncfusion.DocIO.DLS.Package)">
<summary>
Parse the document and its relations
</summary>
<param name="wordPackage"></param>
</member>
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.GetSettingsPath(Syncfusion.DocIO.DLS.Package,System.Boolean)">
<summary>
Gets the settings XML file name
</summary>
<param name="wordPackage">Document package</param>
<param name="isFlatOPC">Boolean to decide whether it is WordML fiel or not</param>
<returns>Return the settings XML file name if content type name and document relations name is same else null</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.RemoveInvalidCustomXML(Syncfusion.DocIO.DLS.PartContainer)">
<summary>
Check and Filters the Xml parts.
@@ -62219,7 +62191,7 @@
IWParagraph paragraph = section.HeadersFooters.Footer.AddParagraph();
paragraph.ParagraphFormat.Tabs.AddTab(523f, TabJustification.Right, Syncfusion.DocIO.DLS.TabLeader.NoLeader);
//Add text for the footer paragraph
paragraph.AppendText("Copyright Northwind Inc. 2001 - 2015");
paragraph.AppendText("Copyright Northwind Inc. 2001 - 2024");
//Add page number field to the document
paragraph.AppendText("\tPage ");
paragraph.AppendField("Page", FieldType.FieldPage);
@@ -62270,7 +62242,7 @@
Dim paragraph As IWParagraph = section.HeadersFooters.Footer.AddParagraph()
paragraph.ParagraphFormat.Tabs.AddTab(523F, TabJustification.Right, Syncfusion.DocIO.DLS.TabLeader.NoLeader)
'Add text for the footer paragraph
paragraph.AppendText("Copyright Northwind Inc. 2001 - 2015")
paragraph.AppendText("Copyright Northwind Inc. 2001 - 2024")
'Add page number field to the document
paragraph.AppendText(vbTab &amp; "Page ")
paragraph.AppendField("Page", FieldType.FieldPage)
@@ -65066,12 +65038,6 @@
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WParagraph.IsEmptyTextRangeAdded">
<summary>
Determines whether the last item is empty text range or not
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WParagraph.IsContainDinOffcFont">
<summary>
Determine whether the paragraph contains DIN Offc font text.
@@ -69709,7 +69675,15 @@
</summary>
<value><b>True</b> if this paragraph is in cell; otherwise, <b>false</b>.</value>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.DocIO.DLS.WParagraph.IsCreatedWithPTag" -->
<member name="P:Syncfusion.DocIO.DLS.WParagraph.HasParRTFTag">
<summary>
Gets or sets a value indicating whether this paragraph contains "\par" RTF tag.
</summary>
<value>if this paragraph contains "\par" RTF tag, set to <c>true</c>.</value>
<Remarks>
It's presence in last paragraph of the RTF from clipboard means that the copied content includes the last paragraph mark and its formatting should be copied in the pasted document. Also, the last paragraph should be preserved as separate paragraph and should not be merged in cursor position.
</Remarks>
</member>
<member name="P:Syncfusion.DocIO.DLS.WParagraph.IsEndOfSection">
<summary>
Gets a value indicating whether the current paragraph is end of the section. Read-only.
@@ -69810,6 +69784,15 @@
<c>true</c> if HTML is appending in this paragraph; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.DocIO.DLS.WParagraph.IsCreatedUsingHtmlSpanTag">
<summary>
Gets or sets a value indicating whether the Paragraph created using span tag in HTML.
</summary>
<value>
<c>true</c> if the paragraph is created using span tag in HTML; otherwise, <c>false</c>.
</value>
<remarks> This property is implemented for document editor internal use only.</remarks>
</member>
<member name="P:Syncfusion.DocIO.DLS.WParagraph.InternalText">
<summary>
Get or set the internal text property
@@ -73780,14 +73763,13 @@
<param name="maxCellPrefWidth">The maximum cell preferred width list.</param>
<returns>True if the the table grid update based on maximum cell preferred width else False.</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.IsGridUpdateBasedOnMaxPrefWidthPoint(System.Single,System.Single@,System.Collections.Generic.List{System.Single}@,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTable.IsGridUpdateBasedOnMaxPrefWidthPoint(System.Single,System.Single@,System.Collections.Generic.List{System.Single}@)">
<summary>
Checks whether the table grid should update based on maximum cell preferred width in point.
</summary>
<param name="tableWidth">The table width.</param>
<param name="totalMaxCellPrefWidth">The sum of maximum cell preferred width.</param>
<param name="maxCellPrefWidth">The maximum cell preferred width list.</param>
<param name="isTableHasMergeCells">Boolean to check whether table has merge cells or not.</param>
<returns>True if the the table grid update based on maximum cell preferred width in point, else False.</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.UpdateMaxPrefWidthBasedOnTableWidth(System.Single,System.Single@,System.Collections.Generic.List{System.Single}@)">
@@ -73855,7 +73837,7 @@
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.IsNeedToMergeTwoTables(System.Boolean,System.Int32)">
<member name="M:Syncfusion.DocIO.DLS.WTable.IsNeedToMergeTwoTables">
<summary>
Check whether the neighbour tables need to merge
</summary>
@@ -73884,7 +73866,7 @@
</summary>
<returns>True, If the preferred width of the column is not defined. Else returns false</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.CheckIsNeedToSkipGridValue(System.Single,System.Boolean,System.Single,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTable.CheckIsNeedToSkipGridValue(System.Single,System.Boolean,System.Single)">
<summary>
Checks whether we need to skip the grid value or not based on cell preferred width and maximumWordWidth.
</summary>
@@ -73897,7 +73879,7 @@
<param name="isNeedToConsidervMerge">True, if the verical merge is need to consider; else false</param>
<returns>True, If the table have merge columns either vertically or horizontally or having cellspan. Else returns false</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.IsAutoTableSkipTableGrid(System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTable.IsAutoTableSkipTableGrid">
<summary>
Checks whether the auto table is need to skip the table grid.
</summary>
@@ -73950,7 +73932,7 @@
<param name="cell">The cell.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.SetNewWidthToCells(System.Boolean,System.Int32)">
<member name="M:Syncfusion.DocIO.DLS.WTable.SetNewWidthToCells(System.Boolean)">
<summary>
Set the column to each cells.
</summary>
@@ -73961,7 +73943,7 @@
</summary>
<returns>Maximum nested table width from last column</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.SetNewWidthToNestedTableCells(System.Int32,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTable.SetNewWidthToNestedTableCells">
<summary>
Sets the width to nested table cells
</summary>
@@ -74008,7 +73990,7 @@
<param name="tableWidth">Table Width</param>
<returns>True if columns doesn't have enough width to store max word width. Otherwise False</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.IsTableBasedOnContent(Syncfusion.DocIO.DLS.WTable,System.Int32,System.Boolean)">
<member name="M:Syncfusion.DocIO.DLS.WTable.IsTableBasedOnContent(Syncfusion.DocIO.DLS.WTable)">
<summary>
Checks whether the cell width need to assign base on content
</summary>
@@ -74139,7 +74121,7 @@
<param name="tableWidth">Width of the table.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.GetCellWidth(Syncfusion.DocIO.DLS.WTableCell,System.Single,System.Single,System.Single,System.Single,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.Collections.Generic.List{System.Single},System.Single)">
<member name="M:Syncfusion.DocIO.DLS.WTable.GetCellWidth(Syncfusion.DocIO.DLS.WTableCell,System.Single,System.Single,System.Single,System.Single,System.Boolean,System.Boolean,System.Int32)">
<summary>
Gets the width of the cell.
</summary>
@@ -74150,9 +74132,6 @@
<param name="maxRowWidth">Width of the max row.</param>
<param name="isTableGridMissMatch">if set to <c>true</c> [is table grid miss match].</param>
<param name="isRowHasDefinedCells">True if the table has any one row having all cells have defined cell widths; else false</param>
<param name="maxPrefCellWidthOfColumns">List containing maximum preferred width in columns.</param>
<param name="hasMergeCellsInTable">Boolean to check whether table has merge cells or not.</param>
<param name="totalCellPreferredWidth">Summation of cells preferred width.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.GetMaxPrefCellWidthOfColumns(System.Single@,System.Int32)">
@@ -104294,14 +104273,6 @@
<param name="bookmarkName">The bookmark name.</param>
<param name="isTargetNull">The target is nothing.</param>
</member>
<member name="M:Syncfusion.DocIO.Rendering.DrawingContext.IsHyperlinkNeedToBeCreated(System.String,System.Drawing.RectangleF,System.Drawing.RectangleF)">
<summary>
Determines whether a new hyperlink needs to be created.
</summary>
<param name="bookmarkName"></param>
<param name="existingSourceBounds"></param>
<param name="currBounds"></param>
</member>
<member name="M:Syncfusion.DocIO.Rendering.DrawingContext.CreateAndAddLinkToBookmark(System.Drawing.RectangleF,System.String,System.Boolean)">
<summary>
Creates bookmark hyperlink and add into list.

View File

@@ -4269,14 +4269,6 @@
<param name="bookmarkName">The bookmark name.</param>
<param name="isTargetNull">The target is nothing.</param>
</member>
<member name="M:Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.IsHyperlinkNeedToBeCreated(System.String,System.Drawing.RectangleF,System.Drawing.RectangleF)">
<summary>
Determines whether a new hyperlink needs to be created.
</summary>
<param name="bookmarkName"></param>
<param name="existingSourceBounds"></param>
<param name="currBounds"></param>
</member>
<member name="M:Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.CreateAndAddLinkToBookmark(System.Drawing.RectangleF,System.String,System.Boolean)">
<summary>
Creates bookmark hyperlink and add into list.

View File

@@ -158067,11 +158067,6 @@
Extended view fields record.
</summary>
</member>
<member name="F:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.m_nameModified">
<summary>
Represents the datafield name is modified.
</summary>
</member>
<member name="M:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.#ctor(System.String,Syncfusion.XlsIO.PivotSubtotalTypes,Syncfusion.XlsIO.Implementation.PivotTables.PivotFieldImpl)">
<summary>
Initializes a new instance of the data field.
@@ -158134,11 +158129,6 @@
Gets or sets name of the data field.
</summary>
</member>
<member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.NameModified">
<summary>
Represents the datafield name is modified.
</summary>
</member>
<member name="P:Syncfusion.XlsIO.Implementation.PivotTables.PivotDataField.Subtotal">
<summary>
Gets or sets the subtotal function used for data field.
@@ -218014,11 +218004,6 @@
Collection of regex pattern and their hyperlink type.
</summary>
</member>
<member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_isSorting">
<summary>
Represents if it is sorting.
</summary>
</member>
<member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_slicers">
<summary>
Represents the slicers in the worksheet.
@@ -222138,13 +222123,6 @@
<param name="iColumnIndex">One-based column index.</param>
<param name="value">Width to set.</param>
</member>
<member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetColumnWidthInPixels(System.Int32,System.Double)">
<summary>
Sets column width in pixels as double value for the specified column.
</summary>
<param name="iColumn">One-based column index.</param>
<param name="value">Width in double to set.</param>
</member>
<member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.SetColumnWidthInPixels(System.Int32,System.Int32)">
<summary>
Sets column width in pixels for the specified column.
@@ -223466,11 +223444,6 @@
Indicates whether subtotal applied worksheet contains array separated formula.
</summary>
</member>
<member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.IsSorting">
<summary>
Gets or sets a value indicating if it is sorting or not, Default is false.
</summary>
</member>
<member name="P:Syncfusion.XlsIO.Implementation.WorksheetImpl.RecordsCells">
<summary>
The dictionary holds a records objects, representing each cell.