Paragraph.MinOrphanLines 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值指定當分頁符號或分欄符號中斷 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
屬性值
一個整數,指定當分頁符號或分欄符號中斷 Paragraph 時,可以在中斷前留下的最少行數。 值為 0 表示沒有最小值。
預設值為 0。
備註
相依性屬性資訊
識別碼欄位 | MinOrphanLinesProperty |
設定為 的中繼資料屬性 true |
AffectsParentMeasure |