Update 20241112
This commit is contained in:
@@ -1736,7 +1736,7 @@
|
||||
<param name="clipWidth">The clipwidth.</param>
|
||||
<param name="ltWidget">The layouted widget.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.Rotate(System.Single,System.Boolean@,System.Boolean@,Syncfusion.DocIO.DLS.TextWrappingStyle,System.Boolean,System.Boolean,System.Single@)">
|
||||
<member name="M:Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.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>
|
||||
@@ -1746,6 +1746,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.DocToPdfConverter.Rendering.PDFDrawingContext.CheckPreOrNextSiblingIsTab(Syncfusion.DocIO.DLS.WCharacterFormat@,System.Drawing.RectangleF@,Syncfusion.Layouting.LayoutedWidget,System.Boolean@)">
|
||||
@@ -1909,12 +1910,13 @@
|
||||
<param name="format">The string format.</param>
|
||||
<param name="charFormat">The character format.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.TransformGraphicsPosition(Syncfusion.Layouting.LayoutedWidget,System.Boolean,System.Drawing.PointF@,System.Single@,Syncfusion.DocIO.DLS.WParagraph)">
|
||||
<member name="M:Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.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>
|
||||
@@ -2835,12 +2837,14 @@
|
||||
<param name="underLineValues">Contains the underline values</param>
|
||||
<param name="strikeThroughValues">Contains the strike through values</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.TransformGraphics(Syncfusion.DocIO.DLS.WCharacterFormat,System.Boolean@,Syncfusion.Layouting.LayoutedWidget)">
|
||||
<member name="M:Syncfusion.DocToPdfConverter.Rendering.PDFDrawingContext.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.DocToPdfConverter.Rendering.PDFDrawingContext.GetTextboxOrShapesRotationValue(System.Single@,System.Boolean@,System.Boolean@,System.Boolean@,Syncfusion.DocIO.DLS.TextWrappingStyle@,System.Boolean@,Syncfusion.DocIO.DLS.WTextRange)">
|
||||
|
||||
Reference in New Issue
Block a user