THotPDF.ConfigureParagraphPagination 方法

為 CreateParagraph 所建立的段落設定與下段同頁、孤行與寡行限制

宣告

procedure ConfigureParagraphPagination(Index: Integer; KeepWithNext: boolean; MinOrphanLines: Integer= 2; MinWidowLines: Integer= 2);

單元

HPDFDoc

參數

名稱用途
IndexCreateParagraph 傳回的從一開始段落控制代碼
KeepWithNext當段落可完整移動時,保留至少一行後續行
MinOrphanLines分頁前允許的最小開頭行數
MinWidowLines分頁後允許的最小結尾行數

傳回值

此成員不傳回值

使用說明

相關 API