다음을 통해 공유


ITextParagraphFormat.SpaceAfter 속성

정의

단락 뒤에 있는 세로 공간의 크기를 가져오거나 설정합니다.

public:
 property float SpaceAfter { float get(); void set(float value); };
float SpaceAfter();

void SpaceAfter(float value);
public float SpaceAfter { get; set; }
var single = iTextParagraphFormat.spaceAfter;
iTextParagraphFormat.spaceAfter = single;
Public Property SpaceAfter As Single

속성 값

Single

float

부동 소수점 단위의 세로 공간 양입니다.

적용 대상

추가 정보