TablePositioning Class
Represents floating table positioning settings.
- Inheritance:
- System.ObjectTablePositioning
Properties
DistanceFromSurroundingText
Gets or sets the minimum distance which shall be maintained between the current floating table and the text in the paragraph which is surrounding this floating table.
public Padding DistanceFromSurroundingText { get; set; }
Public Property DistanceFromSurroundingText As Padding
Property Value
The minimum distance which shall be maintained between the current floating table and the text in the paragraph which is surrounding this floating table.
HorizontalPosition
Gets or sets the table horizontal position.
public HorizontalPosition HorizontalPosition { get; set; }
Public Property HorizontalPosition As HorizontalPosition
Property Value
The table horizontal position.
Remarks
VerticalPosition
Gets or sets the table vertical position.
public VerticalPosition VerticalPosition { get; set; }
Public Property VerticalPosition As VerticalPosition
Property Value
The table vertical position.
Remarks
Methods
ClearPositioning()
Clears floating table positioning settings.
Equals(Object)
Determines whether the specified System.Object is equal to this TablePositioning instance.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
obj
- System.Object
The System.Object to compare with this table positioning instance.
Returns
- System.Boolean
true if the specified System.Object is a TablePositioning and is equal to this TablePositioning instance; otherwise, false.
Overrides
GetHashCode()
Returns a hash code for this TablePositioning instance.
Returns
- System.Int32
An integer value that specifies a hash value for this TablePositioning instance.
Overrides
Operators
Equality(TablePositioning, TablePositioning)
Determines whether first
and second
TablePositionings are equal.
public static bool operator ==(TablePositioning first, TablePositioning second)
Public Shared Operator =(first As TablePositioning, second As TablePositioning) As Boolean
Parameters
first
- TablePositioning
The first table positioning.
second
- TablePositioning
The second table positioning.
Returns
- System.Boolean
true if first
and second
table positionings are equal; otherwise, false.
Inequality(TablePositioning, TablePositioning)
Determines whether first
and second
TablePositionings are not equal.
public static bool operator !=(TablePositioning first, TablePositioning second)
Public Shared Operator <>(first As TablePositioning, second As TablePositioning) As Boolean
Parameters
first
- TablePositioning
The first table positioning.
second
- TablePositioning
The second table positioning.
Returns
- System.Boolean
true if first
and second
table positionings are not equal; otherwise, false.