org.eclipse.birt.report.engine.content
Interface IColumn
- public interface IColumn
column definition used by table content.
getWidth
public org.eclipse.birt.report.engine.ir.DimensionType getWidth()
- Returns:
- Returns the width.
getStyleClass
public java.lang.String getStyleClass()
getInstanceID
public InstanceID getInstanceID()
- get the instance id of the column.
the instance id is the unique id of the content.
- Returns:
getVisibleFormat
public java.lang.String getVisibleFormat()
getInlineStyle
public IStyle getInlineStyle()
- Returns:
- inline style
getStyle
public IStyle getStyle()
setInlineStyle
public void setInlineStyle(IStyle style)
setGenerateBy
public void setGenerateBy(java.lang.Object generateBy)
getGenerateBy
public java.lang.Object getGenerateBy()
hasDataItemsInDetail
public boolean hasDataItemsInDetail()
Copyright © 2005 Actuate Corp. All rights reserved.