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

右边距的大小(以浮点为单位)。

适用于

另请参阅