Click or drag to resize

TablePositioning Class

Table Positioning
Inheritance Hierarchy
System Object
Spire.Doc OwnerHolder
Spire.Doc.Formatting TablePositioning

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class TablePositioning : OwnerHolder

The TablePositioning type exposes the following members.

Properties
Name Description
Public property DistanceFromBottom
Gets or sets the distance from bottom.
Public property DistanceFromLeft
Gets or sets the distance from left.
Public property DistanceFromRight
Gets or sets the distance from right.
Public property DistanceFromTop
Gets or sets the distance from top.
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property HorizPosition
Gets or sets the horizontal position for table.
Public property HorizPositionAbs
Gets or sets the absolute horizontal position for table.
Public property HorizRelationTo
Gets or sets the horizontal relation of the table.
Public property VertPosition
Gets or sets the vertical position for table.
Public property VertPositionAbs
Gets or sets the absolute vertical position for table.
Public property VertRelationTo
Gets or sets the horizontal relation of the table.
Top
Methods
Name Description
Public method ClearFormatting
Clears the table positioning.
Public method Equals
Compares the current instance with another object of the same type to determine whether they are equal.
(Overrides Object Equals(Object) .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_doc (Inherited from OwnerHolder .)
Top
See Also