|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.Area
com.crystaldecisions.sdk.occa.report.definition.MultiColumnArea
public class MultiColumnArea
This object defines an area containing multiple columns in a report. Each section within the area can be formatted differently. This object allows you to retrieve information and set options for a specified area containing multiple columns in your report.
| Constructor Summary | |
|---|---|
MultiColumnArea()
|
|
MultiColumnArea(IMultiColumnArea src)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only. |
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
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. |
boolean |
hasContent(java.lang.Object srcMultiColumnArea)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
For internal use only. |
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
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. |
void |
startElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
| Methods inherited from class com.crystaldecisions.sdk.occa.report.definition.Area |
|---|
getFormat, getImageKey, getKind, getName, getSections, setFormat, setKind, setName, setSections, startElement |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IArea |
|---|
getFormat, getKind, getName, getSections, setFormat, setKind, setName, setSections |
| Constructor Detail |
|---|
public MultiColumnArea(IMultiColumnArea src)
public MultiColumnArea()
| Method Detail |
|---|
public java.lang.Object clone(boolean deepClone)
clone in class Area
public void copyTo(java.lang.Object destObject,
boolean deepCopy)
copyTo in class Area
public java.lang.Object createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
AreaFor internal use only.
createMember in class Area
public void endElement(java.lang.String eleName,
java.util.Map objState)
AreaFor internal use only.
endElement in class Areapublic int getDetailHeight()
IMultiColumnAreaReturns the height of the Details area.
getDetailHeight in interface IMultiColumnAreaint that specifies the height of the Details area in twips.public int getDetailWidth()
IMultiColumnAreaReturns the width of the Details area.
getDetailWidth in interface IMultiColumnAreaint that specifies the width of the Details area in twips.public int getHorizontalGap()
IMultiColumnAreaReturns the horizontal gap between the columns.
getHorizontalGap in interface IMultiColumnAreaint.public boolean hasContent(java.lang.Object srcMultiColumnArea)
hasContent in class Area
public void readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
AreaFor internal use only.
readElement in class Area
public void save(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
AreaFor internal use only.
save in class Areajava.io.IOException
public void save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
throws java.io.IOException
AreaFor internal use only.
save in class Areajava.io.IOException
public void saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
AreaFor internal use only.
saveContents in class Areajava.io.IOExceptionpublic void setDetailHeight(int detailHeight)
IMultiColumnAreaSets the height of the Details area.
setDetailHeight in interface IMultiColumnAreadetailHeight - An int that specifies the height of the Details area in twips.public void setDetailWidth(int detailWidth)
IMultiColumnAreaSets the width of the Details area.
setDetailWidth in interface IMultiColumnAreadetailWidth - An int that specifies the width of the Details area in twips.public void setHorizontalGap(int horizontalGap)
IMultiColumnAreaSets the horizontal gap between the columns.
setHorizontalGap in interface IMultiColumnAreahorizontalGap - An int that specifies the horizontal gap
between the columns in twips.
public void startElement(java.lang.String eleName,
java.util.Map objState)
For internal use only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||