다음을 통해 공유


ITextParagraphFormat.WidowControl 속성

정의

과부 및 고아 제거가 켜지거나 꺼져 있는지 여부를 가져오거나 설정합니다.

public:
 property FormatEffect WidowControl { FormatEffect get(); void set(FormatEffect value); };
FormatEffect WidowControl();

void WidowControl(FormatEffect value);
public FormatEffect WidowControl { get; set; }
var formatEffect = iTextParagraphFormat.widowControl;
iTextParagraphFormat.widowControl = formatEffect;
Public Property WidowControl As FormatEffect

속성 값

과부와 고아 억제의 상태입니다.

설명

단락의 마지막 줄이 페이지 맨 위에 직접 인쇄될 때 과부가 만들어집니다. 분리는 단락의 첫 번째 줄이 페이지 맨 아래에 단독으로 인쇄되는 경우입니다.

적용 대상

추가 정보