Click or drag to resize

TableWidth Structure

Represents a table width encapsulating table width value and table width measurement unit.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Document.TablesTableWidth

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public struct TableWidth : IEquatable<TableWidth>

The TableWidth type exposes the following members.

Constructors
 NameDescription
Public methodTableWidth Initializes a new instance of the TableWidth struct.
Top
Properties
 NameDescription
Public propertyUnit Gets the table width measurement unit.
Public propertyValue Gets the table width value.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this TableWidth instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(TableWidth) Determines whether the other  TableWidth is equal to this TableWidth instance.
Public methodGetHashCode Returns a hash code for this TableWidth instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(TableWidth, TableWidth) Determines whether first and second TableWidths are equal.
Public operatorStatic memberInequality(TableWidth, TableWidth) Determines whether first and second TableWidths are not equal.
Top
Fields
 NameDescription
Public fieldStatic memberAuto Represents an automatic table width.
Top
See Also