다음을 통해 공유


ITextParagraphFormat.SpaceBefore 속성

정의

단락 위의 세로 간격을 가져오거나 설정합니다.

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

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

속성 값

Single

float

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

적용 대상

추가 정보