Table
IndentFromLeft Property
|
Gets or sets indent from left for the table.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public float IndentFromLeft { get; set; }
Public Property IndentFromLeft As Single
Get
Set
public:
virtual property float IndentFromLeft {
float get () sealed;
void set (float value) sealed;
}
abstract IndentFromLeft : float32 with get, set
override IndentFromLeft : float32 with get, set
Property Value
Type:
Single
Implements
ITable
IndentFromLeft
See Also