|
||
| Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate | ||
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.cells.Column
public class Column
Represents a single column in a worksheet.
| Method Summary | |
|---|---|
void |
applyStyle(Style style,
StyleFlag flag)
Applies formattings for a whole column. |
Style |
getStyle()
Gets the style setting for the column. |
boolean |
isUsingDefaultWidth()
Indicates whether column has default column width. |
void |
setStyle(Style style)
Sets a style to the column. |
void |
setUseDefaultWidth(boolean isUsingDefaultWidth)
Sets whether column has default column width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setStyle(Style style)
style - style to set.
CellsException - if the worksheet has been removed from the workbook.
public void applyStyle(Style style,
StyleFlag flag)
style - The style object which will be applied.flag - Flags which indicates applied formatting properties.public Style getStyle()
CellsException - if the worksheet has been removed from the workbook.public boolean isUsingDefaultWidth()
public void setUseDefaultWidth(boolean isUsingDefaultWidth)
isUsingDefaultWidth - column has default column width.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||