Click or drag to resize

PreferredWidth Class

An PreferredWidth class that specifies the preferred total width of the table of which this row is a part.
Inheritance Hierarchy
System Object
Spire.Doc PreferredWidth

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

The PreferredWidth type exposes the following members.

Constructors
Name Description
Public method PreferredWidth
Create a new PreferredWidth object
Top
Properties
Name Description
Public property Static member Auto
Get an instance of PreferredWidth, this instance indicates thie preferred width is auto.
Public property Static member None
Get an instance of PreferredWidth, this instance indicates thie preferred width is not specified.
Public property Type
A enum element from WidthType that specifies the units of measurement for the Value.
Public property Value
An double value that specifies the preferred width
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(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 Static member FromPercent
Creates a PreferredWidth instance from a percentage value.
Public method Static member FromPoints
Creates a PreferredWidth object from a specified number of points.
Public method GetHashCode
Returns a hash code for the current instance.
(Overrides Object GetHashCode .)
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
See Also