[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PreferredWidthType

Enum PreferredWidthType

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

Specifies the unit of measurement for the preferred width of a table or cell.

public enum PreferredWidthType

Fields

Auto = 3

The preferred width is not specified. The actual width of the table or cell is either specified using the explicit width or will be determined automatically by the table layout algorithm when the table is displayed, depending on the table auto fit setting.

None = 0

Value is zero.

Percent = 1

Measure the current item width using a specified percentage.

Points = 2

Measure the current item width using a specified number of points.