java.lang.Objectcom.aspose.words.PreferredWidthType
public class PreferredWidthType
Field Summary | ||
---|---|---|
static final int | AUTO | |
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. | ||
static final int | PERCENT | |
Measure the current item width using a specified percentage. | ||
static final int | POINTS | |
Measure the current item width using a specified number of points (1/72 inch). |
Field Detail |
---|
AUTO = 1 | |
public static final int AUTO |
PERCENT = 2 | |
public static final int PERCENT |
POINTS = 3 | |
public static final int POINTS |