update nach anpassungen clsgetdoc
This commit is contained in:
@@ -34844,6 +34844,12 @@
|
||||
<param name="reader"></param>
|
||||
<param name="section"></param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseHeaderFooter(System.Xml.XmlReader)">
|
||||
<summary>
|
||||
Parse the Header/Footer.
|
||||
</summary>
|
||||
<param name="reader">reader</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.DocIO.DLS.Convertors.DocxParser.ParseHeaderFooter(Syncfusion.DocIO.DLS.WHeadersFooters,System.Xml.XmlReader,System.String,System.Boolean)">
|
||||
<summary>
|
||||
To Parse Header/Footer
|
||||
@@ -86774,11 +86780,14 @@
|
||||
Closes this instance.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.DocIO.DLS.WField.GetAsSymbol">
|
||||
<member name="M:Syncfusion.DocIO.DLS.WField.GetAsSymbolOrTextRange">
|
||||
<summary>
|
||||
Gets the field as WSymbol item.
|
||||
Gets the field as WSymbol or WTextRange item.
|
||||
</summary>
|
||||
<returns></returns>
|
||||
<returns>
|
||||
A <see cref="T:Syncfusion.DocIO.DLS.ParagraphItem"/> which can be either a <see cref="T:Syncfusion.DocIO.DLS.WSymbol"/> if the character code is within the
|
||||
ASCII range (0-255) or a <see cref="T:Syncfusion.DocIO.DLS.WTextRange"/> for Unicode characters.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.DocIO.DLS.WField.GetFieldCodeForUnknownFieldType">
|
||||
<summary>
|
||||
@@ -123324,6 +123333,14 @@
|
||||
<param name="floatingItems">The floating items.</param>
|
||||
<param name="sortPosition">The sort list based on.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Layouting.FloatingItem.UpdateWrapCollectionIndex(System.Collections.Generic.List{Syncfusion.Layouting.FloatingItem},System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Updates the wrap collection index after sorting.
|
||||
</summary>
|
||||
<param name="floatingItems">The floating items.</param>
|
||||
<param name="sortItemIndex">Current sort item index</param>
|
||||
<param name="indexToBeInserted">Index in which the floating item to be inserted</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Layouting.FloatingItem.SortXYPostionFloatingItems(System.Collections.Generic.List{Syncfusion.Layouting.FloatingItem},System.Drawing.RectangleF,System.Drawing.SizeF)">
|
||||
<summary>
|
||||
Sorts the X position floating items based on Y position.
|
||||
|
||||
Reference in New Issue
Block a user