|
|||||||||
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 |
---|
doControllerModification, enumerateMembers, getControllableMixin, getFormat, getKind, getName, getSections, isDirectlyControllable, 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)
Area
For internal use only.
createMember
in class Area
public void endElement(java.lang.String eleName, java.util.Map objState)
Area
For internal use only.
endElement
in class Area
public int getDetailHeight()
IMultiColumnArea
Returns the height of the Details area.
getDetailHeight
in interface IMultiColumnArea
int
that specifies the height of the Details area in twips.public int getDetailWidth()
IMultiColumnArea
Returns the width of the Details area.
getDetailWidth
in interface IMultiColumnArea
int
that specifies the width of the Details area in twips.public int getHorizontalGap()
IMultiColumnArea
Returns the horizontal gap between the columns.
getHorizontalGap
in interface IMultiColumnArea
int
.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)
Area
For internal use only.
readElement
in class Area
public void save(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
Area
For internal use only.
save
in class Area
java.io.IOException
public void save(XMLWriter writer, java.lang.String sTag, XMLSerializationContext ctxt) throws java.io.IOException
Area
For internal use only.
save
in class Area
java.io.IOException
public void saveContents(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
Area
For internal use only.
saveContents
in class Area
java.io.IOException
public void setDetailHeight(int detailHeight)
IMultiColumnArea
Sets the height of the Details area.
setDetailHeight
in interface IMultiColumnArea
detailHeight
- An int
that specifies the height of the Details area in twips.public void setDetailWidth(int detailWidth)
IMultiColumnArea
Sets the width of the Details area.
setDetailWidth
in interface IMultiColumnArea
detailWidth
- An int
that specifies the width of the Details area in twips.public void setHorizontalGap(int horizontalGap)
IMultiColumnArea
Sets the horizontal gap between the columns.
setHorizontalGap
in interface IMultiColumnArea
horizontalGap
- 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 |