RowFormat
Paddings Property
|
Note: This API is now obsolete.
Gets the paddings.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.Paddings" property.")]
public Paddings Paddings { get; }
<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.Paddings" property.")>
Public ReadOnly Property Paddings As Paddings
Get
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Table.Format.Paddings" property.")]
property Paddings^ Paddings {
Paddings^ get ();
}
[<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.Paddings" property.")>]
member Paddings : Paddings with get
Property Value
Type:
Paddings
See Also