共用方式為


Paragraph.MinOrphanLines 屬性

定義

取得或設定值,這個值指定當分頁符號或分欄符號中斷 Paragraph 時,可以在中斷前留下的最少行數。

public:
 property int MinOrphanLines { int get(); void set(int value); };
public int MinOrphanLines { get; set; }
member this.MinOrphanLines : int with get, set
Public Property MinOrphanLines As Integer

屬性值

Int32

一個整數,指定當分頁符號或分欄符號中斷 Paragraph 時,可以在中斷前留下的最少行數。 值為 0 表示沒有最小值。

預設值為 0。

備註

相依性屬性資訊

識別碼欄位 MinOrphanLinesProperty
設定為 的中繼資料屬性 true AffectsParentMeasure

適用於

另請參閱