Update 20241112

This commit is contained in:
Stefan Hutter
2024-11-12 14:22:55 +01:00
parent 23a308ad73
commit 09bcee5a2a
1162 changed files with 6775694 additions and 968 deletions

View File

@@ -21623,6 +21623,16 @@
<param name="maxCellCount">Maximum cell count of a table</param>
<returns>True, if the table width is point and is need to resize columns based on maximum word width and cell preferred width, else false</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.IsPctTableNotHaveEnoughMaxWordWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Collections.Generic.List{System.Single}@)">
<summary>
Checks whether Preferred width is lesser than Maximum Word Width and calculates cell width based on cell maximum word width
</summary>
<param name="table">Current Table</param>
<param name="columns">Table columns(grid)</param>
<param name="tableWidth">Table Width</param>
<param name="calculatedColumnWidth">List containing calculated column width</param>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTableColumnCollection.ResizePointTableColumnsByCellPrefAndMaxWordWidth(Syncfusion.DocIO.DLS.WTable,Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single,System.Int32)">
<summary>
Resize the table columns based on table cell preferred width and maximum word width which exceed client width
@@ -25224,6 +25234,13 @@
Specifies the process when a table tag starts
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.HTMLConverterImpl.SetNestedTableCellWidthBasedOnPreferredWidth(Syncfusion.DocIO.DLS.WTable,System.Single)">
<summary>
Calculates cell width of nested table based on preferred width
</summary>
<param name="table">Nested Table</param>
<param name="clientWidth">Client Width of owner cell</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.HTMLConverterImpl.WriteHyperlink(System.Xml.XmlNode)">
<summary>
COnverting Hyperlink in html to Doc
@@ -25458,6 +25475,18 @@
<param name="paramName"></param>
<param name="paramValue"></param>
</member>
<member name="M:Syncfusion.DocIO.DLS.HTMLConverterImpl.GetTabjustification(System.String)">
<summary>
Parses the tab justification.
</summary>
<param name="value">The justification value.</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.HTMLConverterImpl.GetTabLeader(System.String)">
<summary>
Parses the tab leader.
</summary>
<param name="value">The leader value.</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.HTMLConverterImpl.GetTextFormat(Syncfusion.DocIO.DLS.HTMLConverterImpl.TextFormat,System.String,System.String)">
<summary>
Get text format.
@@ -36521,7 +36550,7 @@
</summary>
<param name="relation">The relation.</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.DocxSerializator.SerializeTableStlye(Syncfusion.DocIO.DLS.RowFormat)">
<member name="M:Syncfusion.DocIO.DLS.DocxSerializator.SerializeTableStyle(Syncfusion.DocIO.DLS.RowFormat)">
<summary>
Serialize the table style element
</summary>
@@ -39781,6 +39810,13 @@
<param name="officeMathRunElement">Math run element</param>
<param name="text">Text to append in text range</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.DocxLaTeXConverter.GetText(Syncfusion.Office.IOfficeMathRunElement)">
<summary>
Get the text from a math run element text range.
</summary>
<param name="officeMathRunElement">The math run element to retrieve text from.</param>
<returns>The text content of the math run element, or null if the provided element is not a text range.</returns>
</member>
<member name="T:Syncfusion.DocIO.DLS.Convertors.FieldGroupType">
<summary>
Specifies the field group type
@@ -45676,6 +45712,11 @@
Closes this instance.
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTextBody.IsContainBlockContentControl">
<summary>
Checks whether the textbody contains any block content control in it.
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTextBody.MakeChanges(System.Boolean)">
<summary>
Accepts or rejects changes tracked from the moment of last change acceptance.
@@ -45842,6 +45883,11 @@
Alternate chunk collection from the current section
</summary>
</member>
<member name="P:Syncfusion.DocIO.DLS.WTextBody.IsPerformingFindAndReplace">
<summary>
Checks whether currently performing find and replace or not
</summary>
</member>
<member name="P:Syncfusion.DocIO.DLS.WTextBody.LastParagraph">
<summary>
Gets the last paragraph in the section. Read-only.
@@ -50499,6 +50545,11 @@
default value for DefaultTabWidth
</summary>
</member>
<member name="F:Syncfusion.DocIO.DLS.WordDocument.m_characterSpacingControl">
<summary>
default value for CharacterSpacingControl
</summary>
</member>
<member name="F:Syncfusion.DocIO.DLS.WordDocument.m_mailMerge">
<summary>
@@ -56788,6 +56839,11 @@
<value>The width of the default tab.</value>
<seealso cref="T:Syncfusion.DocIO.DLS.Tab"/>
</member>
<member name="P:Syncfusion.DocIO.DLS.WordDocument.CharacterSpacingControl">
<summary>
Gets or sets the value for Character Spacing Control
</summary>
</member>
<member name="P:Syncfusion.DocIO.DLS.WordDocument.FIBVersion">
<summary>
Gets or sets the word version based on the nFib and nFibNew.
@@ -57668,6 +57724,11 @@
Denotes whether the revisions should be update or not while adding or inserting a entity
</summary>
</member>
<member name="P:Syncfusion.DocIO.DLS.WordDocument.DocxLaTeXConveter">
<summary>
Get the instance of DocxLaTeXConverter.
</summary>
</member>
<member name="P:Syncfusion.DocIO.DLS.WordDocument.HasStyleSheets">
<summary>
Gets or sets the value indicating whether the document has styles
@@ -67326,6 +67387,11 @@
<param name="hasMatch"></param>
<param name="orgTextBody"></param>
</member>
<member name="M:Syncfusion.DocIO.DLS.WParagraph.HasOnlyComment(Syncfusion.DocIO.DLS.WParagraph,System.Int32@)">
<summary>
Checks if a paragraph contains only comments or comment marks.
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.WParagraph.SplitUnmatchedTextAndMoveParaItemIndex(Syncfusion.DocIO.DLS.WParagraph,System.Int32@,System.Int32@,System.Int32@)">
<summary>
Split the unmatched text as separate text range in the paragraph items.
@@ -68282,11 +68348,18 @@
Determines the page breaks.
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.WParagraph.LayoutParagraphInfoImpl.GetFirstParagraphFromEntity(Syncfusion.DocIO.DLS.IEntity)">
<summary>
Retrieves the first paragraph from the given entity, which can be a WParagraph, WTable, or BlockContentControl.
</summary>
<param name="entity">The entity from which to retrieve the first paragraph. This can be a WParagraph, WTable, or BlockContentControl.</param>
<returns>The first WParagraph found within the given entity, or null if no paragraph is found.</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WParagraph.LayoutParagraphInfoImpl.IsLastParagraphInTextBody">
<summary>
To identify the current paragraph is last paragraph of its owner textbody
To identify if the current paragraph is the last paragraph of its owner text body.
</summary>
<returns></returns>
<returns>True if the current paragraph is the last paragraph of its owner text body; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WParagraph.LayoutParagraphInfoImpl.InitFormat">
<summary>
@@ -71545,7 +71618,7 @@
Updates the table grid.
</summary>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.IsGridUpdateBasedOnMaxPrefWidthPercent(System.Single@,System.Collections.Generic.List{System.Single}@)">
<member name="M:Syncfusion.DocIO.DLS.WTable.IsGridUpdateBasedOnMaxPrefWidthPercent(System.Single,System.Boolean,System.Single@,System.Collections.Generic.List{System.Single}@)">
<summary>
Checks whether the table grid should update based on maximum cell preferred width in percentage.
</summary>
@@ -71665,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.
@@ -71773,6 +71858,14 @@
<param name="clientWidth"></param>
<returns>True If the column preferred width doesn't enough to store MaximumWordWidth else False</returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.WTable.IsColumnsNotHaveEnoughPreferredWidthForWordWidth(Syncfusion.DocIO.DLS.WTableColumnCollection,System.Single)">
<summary>
Checks whether column has enough width to store Maximum word width word in a column
</summary>
<param name="columns">Table columns</param>
<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)">
<summary>
Checks whether the cell width need to assign base on content
@@ -75976,16 +76069,16 @@
<c>true</c> if [cancel on change]; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.DocIO.DLS.CellFormat.IsChangedFormat">
<summary>
Gets or sets a value indicating whether the cell's format track has changed.
</summary>
</member>
<member name="P:Syncfusion.DocIO.DLS.CellFormat.Hidden">
<summary>
Get's / Set's the Hidden property of the cell
</summary>
</member>
<member name="P:Syncfusion.DocIO.DLS.CellFormat.IsChangedFormat">
<summary>
Gets or sets a value indicating whether the cell's format track has changed.
</summary>
</member>
<member name="P:Syncfusion.DocIO.DLS.CellFormat.PreferredWidth">
<summary>
Gets or sets the preferred width of the cell.
@@ -85632,6 +85725,13 @@
<param name="tocParagraph">The toc paragraph.</param>
<param name="tocLinkStyles">The toc link styles.</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.TableOfContent.IsNeedToApplyFontName(Syncfusion.DocIO.DLS.WTextRange,Syncfusion.DocIO.DLS.WCharacterStyle)">
<summary>
Checks whether the font name need to apply for linked character style TOC items.
</summary>
<param name="textrange">Textrange of the paragraph</param>
<param name="characterStyle">Textrange character style</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.TableOfContent.GetTOCValidItemIndex(Syncfusion.DocIO.DLS.WParagraph)">
<summary>
Gets the index of the toc valid item.
@@ -98045,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.
@@ -99309,7 +99422,7 @@
<param name="clipWidth">The clipwidth.</param>
<param name="ltWidget">The layouted widget.</param>
</member>
<member name="M:Syncfusion.DocIO.Rendering.DrawingContext.Rotate(System.Single,System.Boolean@,System.Boolean@,Syncfusion.DocIO.DLS.TextWrappingStyle,System.Boolean,System.Boolean,System.Single@)">
<member name="M:Syncfusion.DocIO.Rendering.DrawingContext.Rotate(System.Single,System.Boolean@,System.Boolean@,Syncfusion.DocIO.DLS.TextWrappingStyle,System.Boolean,System.Boolean,System.Boolean@,System.Single@)">
<summary>
Rotate a Graphics based on Shape Rotation.
</summary>
@@ -99319,6 +99432,7 @@
<param name="doNotRotateText">Specifies whether the text need to rotate.</param>
<param name="textWrappingStyle">Specifies the text wrapping style.</param>
<param name="isNeedToScale">Indicates whether the text need to scale or not.</param>
<param name="isRotateTransformApplied">Indicates whether the line rotate transform is applied or not.</param>
<param name="rotationAngle">Specifies the modified rotation angle.</param>
</member>
<member name="M:Syncfusion.DocIO.Rendering.DrawingContext.CheckPreOrNextSiblingIsTab(Syncfusion.DocIO.DLS.WCharacterFormat@,System.Drawing.RectangleF@,Syncfusion.Layouting.LayoutedWidget,System.Boolean@)">
@@ -99471,12 +99585,13 @@
<param name="format">string format</param>
<param name="charFormat">character Format</param>
</member>
<member name="M:Syncfusion.DocIO.Rendering.DrawingContext.TransformGraphicsPosition(Syncfusion.Layouting.LayoutedWidget,System.Boolean,System.Drawing.PointF@,System.Single@,Syncfusion.DocIO.DLS.WParagraph)">
<member name="M:Syncfusion.DocIO.Rendering.DrawingContext.TransformGraphicsPosition(Syncfusion.Layouting.LayoutedWidget,System.Boolean,System.Boolean@,System.Drawing.PointF@,System.Single@,Syncfusion.DocIO.DLS.WParagraph)">
<summary>
Transform the graphics rendering positions based on rotation angle
</summary>
<param name="ltWidget">Current ltWidget</param>
<param name="isNeedToScale">set to <c>true</c> when the widget need to scale</param>
<param name="isRotateTransformApplied">set to <c>true</c> when the widget rotate transform is applied</param>
<param name="translatePoints">Translation points </param>
<param name="rotationAngle">Rotation angle</param>
<param name="ownerParagraph">OwnerParagraph</param>
@@ -100376,12 +100491,14 @@
<param name="underLineValues">Contains the underline values</param>
<param name="strikeThroughValues">Contains the strike through values</param>
</member>
<member name="M:Syncfusion.DocIO.Rendering.DrawingContext.TransformGraphics(Syncfusion.DocIO.DLS.WCharacterFormat,System.Boolean@,Syncfusion.Layouting.LayoutedWidget)">
<member name="M:Syncfusion.DocIO.Rendering.DrawingContext.TransformGraphics(Syncfusion.DocIO.DLS.WCharacterFormat,System.Boolean@,System.Boolean@,System.Boolean@,Syncfusion.Layouting.LayoutedWidget)">
<summary>
Transform the graphics based on the rotation and scaling.
</summary>
<param name="characterFormat">The character format.</param>
<param name="isNeedToScale">Indicates whether the line need to scale or not.</param>
<param name="isRotateTransformApplied">Indicates whether the line rotate transform is applied or not.</param>
<param name="isNeedToClip">Indicates whether the line need to set clip or not.</param>
<param name="ltWidget">Line widget.</param>
</member>
<member name="M:Syncfusion.DocIO.Rendering.DrawingContext.GetTextboxOrShapesRotationValue(System.Single@,System.Boolean@,System.Boolean@,System.Boolean@,Syncfusion.DocIO.DLS.TextWrappingStyle@,System.Boolean@,Syncfusion.DocIO.DLS.WTextRange)">
@@ -104905,6 +105022,13 @@
<param name="acceptChanges">boolean to ensure accept or reject changes</param>
<returns></returns>
</member>
<member name="M:Syncfusion.DocIO.DLS.Revision.MoveToNextSection(Syncfusion.DocIO.DLS.WSection)">
<summary>
Move items to nextSection
</summary>
<param name="item">The Paragraph</param>
<param name="ownerSection">OwnerSection of the paragraph</param>
</member>
<member name="M:Syncfusion.DocIO.DLS.Revision.CheckMoveToNext(Syncfusion.DocIO.DLS.TextBodyItem,System.Boolean)">
<summary>
Checks the whether item's content has to be moved to next paragraph.
@@ -121041,7 +121165,7 @@
<param name="layoutInCell">if set to <c>true</c> [layout in cell].</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Layouting.LayoutedWidget.ShiftLocation(System.Double,System.Double,System.Single,System.Single,Syncfusion.DocIO.DLS.Rendering.DocumentLayouter)">
<member name="M:Syncfusion.Layouting.LayoutedWidget.ShiftLocation(System.Double,System.Double,System.Single,System.Single,System.Boolean,Syncfusion.DocIO.DLS.Rendering.DocumentLayouter)">
<summary>
Shifts the location.
</summary>
@@ -121050,7 +121174,7 @@
<param name="footerHeight">Height of the footer.</param>
<param name="pageHeight">Height of the page.</param>
</member>
<member name="M:Syncfusion.Layouting.LayoutedWidget.ShiftLocation(System.Double,System.Double,System.Single,System.Single,System.Single,Syncfusion.DocIO.DLS.Rendering.DocumentLayouter)">
<member name="M:Syncfusion.Layouting.LayoutedWidget.ShiftLocation(System.Double,System.Double,System.Single,System.Single,System.Single,System.Boolean,Syncfusion.DocIO.DLS.Rendering.DocumentLayouter)">
<summary>
Shifts the location.
</summary>
@@ -123262,6 +123386,11 @@
Holds the empty space value
</summary>
</member>
<member name="P:Syncfusion.Layouting.TrackChangesMarkups.IsAligned">
<summary>
Checks whether the track changes markup position is aligned or not.
</summary>
</member>
<member name="T:Syncfusion.Layouting.CommentsMarkups">
<summary>
It is used to find the comment text along with its coordinates while CommentDisplayMode is ShowInBalloons.
@@ -123309,7 +123438,6 @@
</summary>
<param name="floatingItems">The floating items.</param>
<param name="sortPosition">The sort list based on.</param>
<param name="isNeedToUpdateWrapCollectionIndex">True if need to update the wrap collection index. Else false</param>
</member>
<member name="M:Syncfusion.Layouting.FloatingItem.IsYPositionIntersect(System.Drawing.RectangleF,System.Drawing.RectangleF)">
<summary>
@@ -123567,6 +123695,20 @@
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Layouting.TableLayoutInfo.GetTableHeight">
<summary>
Gets the Table height using row height
</summary>
<param name="m_table"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Layouting.TableLayoutInfo.GetRowHeight(Syncfusion.DocIO.DLS.WTableRow)">
<summary>
Gets the table row height
</summary>
<param name="row"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Layouting.TableLayoutInfo.Width">
<summary>
Gets / sets table width
@@ -125087,11 +125229,32 @@
Create balloon for deleted paragraph text.
</summary>
</member>
<member name="M:Syncfusion.Layouting.LCContainer.AppendContentsForDeletedTextRange(Syncfusion.Layouting.TrackChangesMarkups,Syncfusion.Layouting.IWidget)">
<summary>
Appends the content in the track changes balloon for deleted text range
</summary>
<param name="trackChangesMarkups">track changes markup collection</param>
<param name="childWidget">child widget</param>
</member>
<member name="M:Syncfusion.Layouting.LCContainer.AppendContentsForDeletedImage(Syncfusion.Layouting.TrackChangesMarkups,Syncfusion.Layouting.IWidget)">
<summary>
Appends the content in the track changes balloon for deleted image
</summary>
<param name="trackChangesMarkups">track changes markup collection</param>
<param name="childWidget">child widget</param>
</member>
<member name="M:Syncfusion.Layouting.LCContainer.CreateBalloonForDeletedParagraphText(Syncfusion.Layouting.IWidget)">
<summary>
Create balloon for deleted paragraph text.
</summary>
</member>
<member name="M:Syncfusion.Layouting.LCContainer.AppendContentsForDeletedParagraph(Syncfusion.Layouting.TrackChangesMarkups,Syncfusion.Layouting.IWidget)">
<summary>
Appends the content in the track changes balloon for deleted paragraph
</summary>
<param name="trackChangesMarkups">track changes markup collection</param>
<param name="childWidget">child widget</param>
</member>
<member name="M:Syncfusion.Layouting.LCContainer.CreateBalloonValueForCFormat(Syncfusion.Layouting.IWidget)">
<summary>
Creates balloon for character format.
@@ -126030,6 +126193,11 @@
Changes the childs alignment.
</summary>
</member>
<member name="M:Syncfusion.Layouting.LCLineContainer.TrackChangesAlignment(System.Single)">
<summary>
Updates X position of track changes balloon.
</summary>
</member>
<member name="M:Syncfusion.Layouting.LCLineContainer.UpdateXPositionOfCommentBalloon">
<summary>
Update a X position of Comment balloon.
@@ -126648,6 +126816,14 @@
<param name="s"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Layouting.LeafLayoutContext.IsNeedToFitBasedOnLineSpacing(Syncfusion.DocIO.DLS.WParagraph,System.Drawing.SizeF)">
<summary>
Checks whether the paragraph item should fit in the same page based on atlease and exactly line spacing.
</summary>
<param name="paragraph"> owner paragraph </param>
<param name="size"> Size of the paragraph item </param>
<returns></returns>
</member>
<member name="M:Syncfusion.Layouting.LeafLayoutContext.IsNeedToFitSectionBreakParaHavingOnlyFloatingItems(Syncfusion.DocIO.DLS.WParagraph,Syncfusion.Layouting.ILeafWidget)">
<summary>
Determine whether the section break paragraph contains only floating items.
@@ -127652,13 +127828,6 @@
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Layouting.LCTable.GetTableHeight">
<summary>
Gets the Table height using row height
</summary>
<param name="m_table"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Layouting.LCTable.IsTableMoveToNextPage(Syncfusion.DocIO.DLS.TextBodyItem)">
<summary>
Check table move to next page or not
@@ -127666,13 +127835,6 @@
<param name="m_table"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Layouting.LCTable.GetRowHeight(Syncfusion.DocIO.DLS.WTableRow)">
<summary>
Gets the table row height
</summary>
<param name="row"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Layouting.LCTable.GetFirstRowWidth">
<summary>
Get the First row width
@@ -156766,6 +156928,16 @@
</summary>
<param name="reader">The reader.</param>
</member>
<member name="M:Syncfusion.DocIO.ReaderWriter.Security.KeyData.GetAttributeValueAsInt(System.Xml.XmlReader,System.String)">
<summary>
Retrieves the attribute value from the XmlReader and parses it as an integer.
</summary>
</member>
<member name="M:Syncfusion.DocIO.ReaderWriter.Security.KeyData.GetAttributeValueAsByte(System.Xml.XmlReader,System.String)">
<summary>
Retrieves the attribute value from the XmlReader and parses it as a byte array.
</summary>
</member>
<member name="M:Syncfusion.DocIO.ReaderWriter.Security.KeyData.Serialize(System.Xml.XmlWriter)">
<summary>
Serializes the specified writer.
@@ -163937,6 +164109,11 @@
Zoom percentage is automatically recalculated to fit text.
</summary>
</member>
<member name="T:Syncfusion.DocIO.CharacterSpacingControl">
<summary>
Specifies the Character-Level Whitespace
</summary>
</member>
<member name="T:Syncfusion.DocIO.LineNumberingMode">
<summary>
Specifies the line numbering mode to apply.