|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMultiColumnArea
This interface defines an area containing multiple columns in a report. Each section within the area can be formatted differently. This interface allows you to retrieve information and set options for a specified area containing multiple columns in your report.
Method Summary | |
---|---|
int |
getDetailHeight()
Returns the height of the Details area. |
int |
getDetailWidth()
Returns the width of the Details area. |
int |
getHorizontalGap()
Returns the horizontal gap between the columns. |
void |
setDetailHeight(int detailHeight)
Sets the height of the Details area. |
void |
setDetailWidth(int detailWidth)
Sets the width of the Details area. |
void |
setHorizontalGap(int horizontalGap)
Sets the horizontal gap between the columns. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IArea |
---|
getFormat, getKind, getName, getSections, setFormat, setKind, setName, setSections |
Method Detail |
---|
int getDetailHeight()
Returns the height of the Details area.
int
that specifies the height of the Details area in twips.int getDetailWidth()
Returns the width of the Details area.
int
that specifies the width of the Details area in twips.int getHorizontalGap()
Returns the horizontal gap between the columns.
int
.void setDetailHeight(int detailHeight)
Sets the height of the Details area.
detailHeight
- An int
that specifies the height of the Details area in twips.void setDetailWidth(int detailWidth)
Sets the width of the Details area.
detailWidth
- An int
that specifies the width of the Details area in twips.void setHorizontalGap(int horizontalGap)
Sets the horizontal gap between the columns.
horizontalGap
- An int
that specifies the horizontal gap
between the columns in twips.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |