[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PreferredWidth

Class PreferredWidth

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a value and its unit of measurement that is used to specify the preferred width of a table or a cell.

public class PreferredWidth : FormattingBag
Inheritance
object
PreferredWidth
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Type

Gets or sets the unit of measurement used for this preferred width value.

public PreferredWidthType Type { get; set; }

Property Value

PreferredWidthType

Value

Gets or sets the preferred width value. The unit of measurement is specified by the Type property.

public float Value { get; set; }

Property Value

float