ParagraphFormat
RightIndent Property
|
Returns or sets the value that represents the right indent for paragraph.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public float RightIndent { get; set; }
Public Property RightIndent As Single
Get
Set
public:
property float RightIndent {
float get ();
void set (float value);
}
member RightIndent : float32 with get, set
Property Value
Type:
Single
See Also