瀏覽代碼

API renaming

Marcin Ziąbek 1 年之前
父節點
當前提交
e07086871b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/QuestPDF/Fluent/TextExtensions.cs

+ 1 - 1
Source/QuestPDF/Fluent/TextExtensions.cs

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