|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.ColumnAdjustmentType
public class ColumnAdjustmentType
Enumerates adjustment types for determining the column widths of table.
| Field Summary | |
|---|---|
static ColumnAdjustmentType |
AutoFitToContent
AutoFit to content of cell. |
static ColumnAdjustmentType |
AutoFitToWindow
AutoFit to page width. |
static ColumnAdjustmentType |
Customized
Specified by Table.ColumnWidths manually. |
| Fields inherited from class aspose.pdf.EnumerationBase |
|---|
value |
| Method Summary |
|---|
| Methods inherited from class aspose.pdf.EnumerationBase |
|---|
getValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ColumnAdjustmentType AutoFitToContent
public static final ColumnAdjustmentType AutoFitToWindow
public static final ColumnAdjustmentType Customized
Table.ColumnWidths manually.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||