Interface IColumnInstance
-
public interface IColumnInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IScriptStyle
getStyle()
Get the style of this column.java.lang.String
getWidth()
Get the width of this column.void
setWidth(java.lang.String width)
Set the width of this column.
-
-
-
Method Detail
-
getStyle
IScriptStyle getStyle()
Get the style of this column.
-
getWidth
java.lang.String getWidth()
Get the width of this column.
-
setWidth
void setWidth(java.lang.String width)
Set the width of this column.
-
-