TableFormat
Positioning Property
|
Gets the positioning of the table.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TablePositioning Positioning { get; }
Public ReadOnly Property Positioning As TablePositioning
Get
public:
property TablePositioning^ Positioning {
TablePositioning^ get ();
}
member Positioning : TablePositioning with get
Return Value
Type:
TablePositioning
The
TablePositioning
object representing the positioning of the table.
See Also