Update 20240807 - nach NUGET-Update Syncfusion

This commit is contained in:
Stefan Hutter
2024-08-07 09:25:01 +02:00
parent 749b1e89ed
commit 77d5c661f7
8681 changed files with 5340624 additions and 1740134 deletions

View File

@@ -71738,6 +71738,18 @@
Create grid columns.
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.DocAutoFitColumns">
<summary>
Updates cell width of a table in DOC format document
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.IsAllRowsHaveSameWidth(System.Single)">
<summary>
Check whether allrows in a table contains same row width
</summary>
<param name="rowWidth">Row width of first row</param>
<returns>True if all rows contain same row width. Else false</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.CheckNeedToAutoFit">
<summary>
Checks whether the table is need to autofit to content or not.
@@ -98133,6 +98145,19 @@
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.Rendering.DocumentLayouter.IsLastTableHasKeepWithNext">
<summary>
Checks whether all the rows in the last table on the previous page's column have "Keep with Next".
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.Rendering.DocumentLayouter.IsTableHasKeepWithNext(Syncfusion.Layouting.LayoutedWidget)">
<summary>
Checks whether all the rows in the table has keep with next.
</summary>
<param name="ltWidget">layouted widget</param>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.Rendering.DocumentLayouter.HandlePageBreak">
<summary>
Handles the page break.