aspose.pdf
Class ColumnAdjustmentType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.ColumnAdjustmentType

public class ColumnAdjustmentType
extends EnumerationBase

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.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AutoFitToContent

public static final ColumnAdjustmentType AutoFitToContent
AutoFit to content of cell.


AutoFitToWindow

public static final ColumnAdjustmentType AutoFitToWindow
AutoFit to page width.


Customized

public static final ColumnAdjustmentType Customized
Specified by Table.ColumnWidths manually.