public class StiColumnSize
extends java.lang.Object
| Constructor and Description |
|---|
StiColumnSize(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
Add(int indexCol,
double width) |
void |
AddLastNotFixed(double width) |
int |
GetCountNotFixedColumn() |
boolean |
GetFixed(int index) |
int |
getLength() |
double |
GetWidth(int indexCol) |
void |
SetFixedColumn(int indexCol,
double width) |
void |
SetWidth(int indexCol,
double width) |
void |
Subtract(int indexCol,
double width) |
public final void SetFixedColumn(int indexCol,
double width)
public final void Add(int indexCol,
double width)
public final void AddLastNotFixed(double width)
public final void Subtract(int indexCol,
double width)
public final void SetWidth(int indexCol,
double width)
public final boolean GetFixed(int index)
public final int getLength()
public final int GetCountNotFixedColumn()
public final double GetWidth(int indexCol)
Copyright © 2019 Stimulsoft. All Rights Reserved.