|
@@ -143,7 +143,7 @@ namespace QuestPDF.Fluent
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// Sets the maximum number of lines to display.
|
|
/// Sets the maximum number of lines to display.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
- public void LineClamp(int maxLines)
|
|
|
|
|
|
|
+ public void ClampLines(int maxLines)
|
|
|
{
|
|
{
|
|
|
TextBlock.LineClamp = maxLines;
|
|
TextBlock.LineClamp = maxLines;
|
|
|
}
|
|
}
|