com.stimulsoft.report.components.table
Class StiColumnSize
java.lang.Object
com.stimulsoft.report.components.table.StiColumnSize
public class StiColumnSize
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiColumnSize
public StiColumnSize(int size)
SetFixedColumn
public final void SetFixedColumn(int indexCol,
double width)
Add
public final void Add(int indexCol,
double width)
AddLastNotFixed
public final void AddLastNotFixed(double width)
Subtract
public final void Subtract(int indexCol,
double width)
SetWidth
public final void SetWidth(int indexCol,
double width)
GetFixed
public final boolean GetFixed(int index)
getLength
public final int getLength()
GetCountNotFixedColumn
public final int GetCountNotFixedColumn()
GetWidth
public final double GetWidth(int indexCol)