共用方式為


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

右邊界的大小,以浮點為單位。

適用於

另請參閱