Uses of Class
aspose.pdf.ColumnAdjustmentType

Uses of ColumnAdjustmentType in aspose.pdf
 

Fields in aspose.pdf declared as ColumnAdjustmentType
static ColumnAdjustmentType ColumnAdjustmentType.AutoFitToContent
          AutoFit to content of cell.
static ColumnAdjustmentType ColumnAdjustmentType.AutoFitToWindow
          AutoFit to page width.
static ColumnAdjustmentType ColumnAdjustmentType.Customized
          Specified by Table.ColumnWidths manually.
 

Methods in aspose.pdf that return ColumnAdjustmentType
 ColumnAdjustmentType Table.getColumnAdjustment()
          Gets a ColumnAdjustmentType that indicates how to determine the width of columns.Default is Customized which means the column width are specified by manual.
 

Methods in aspose.pdf with parameters of type ColumnAdjustmentType
 void Table.setColumnAdjustment(ColumnAdjustmentType value)
          Sets a ColumnAdjustmentType that indicates how to determine the width of columns.Default is Customized which means the column width are specified by manual.