다음을 통해 공유


ITextParagraphFormat.RightIndent 속성

정의

단락의 오른쪽 여백을 가져오거나 설정합니다.

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

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

속성 값

Single

float

오른쪽 여백의 크기(부동 소수점)입니다.

적용 대상

추가 정보