public final class ColumnAdjustmentType
extends com.aspose.ms.System.Enum
Enumerates adjustment types for determining the column widths of table.
Modifier and Type | Field and Description |
---|---|
static int |
AutoFitToContent
AutoFit to content of cell.
|
static int |
AutoFitToWindow
AutoFit to page width.
|
static int |
Customized
Specified by
Table.ColumnWidths manually. |
public static final int AutoFitToContent
AutoFit to content of cell.
public static final int AutoFitToWindow
AutoFit to page width.
public static final int Customized
Specified by Table.ColumnWidths
manually.
Copyright © 2016 Aspose. All Rights Reserved.