ITextParagraphFormat.RightIndent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定段落的右邊界。
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
右邊界的大小,以浮點為單位。