An PreferredWidth class that specifies the preferred total width of the table of which this row is a part.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PreferredWidth
Public Class PreferredWidth
public ref class PreferredWidth
type PreferredWidth =  class end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PreferredWidth(WidthType, Int16)
Create a new PreferredWidth object
Auto
Get an instance of PreferredWidth, this instance indicates thie preferred width is auto.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
None
Get an instance of PreferredWidth, this instance indicates thie preferred width is not specified.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
A enum element from WidthType that specifies the units of measurement for the Value.
Value
An short value that specifies the preferred width

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..PreferredWidth

See Also