|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPictureObject
This interface is used to specify the particular graphic you wish to copy or modify in your report object.
| Method Summary | |
|---|---|
IConditionFormula |
getGraphicLocationFormula()
Returns the formula for the graphic location. |
IByteArray |
getPictureData()
Returns the picture. |
PictureType |
getPictureType()
Returns the file format of the picture. |
void |
setGraphicLocationFormula(IConditionFormula locationFormula)
Sets the formula for the graphic location. |
void |
setPictureData(IByteArray pictureData)
Sets the picture. |
void |
setPictureType(PictureType pictureType)
Sets the file format of the picture. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IGraphicObject |
|---|
getOriginalHeight, getOriginalWidth, getPictureFormat, getXscaling, getYscaling, setOriginalHeight, setOriginalWidth, setPictureFormat |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IReportObject |
|---|
getBorder, getBorderMargins, getFormat, getHeight, getKind, getLeft, getLinkedURI, getName, getReplacementConditionFormulas, getReportPartBookmark, getSectionCode, getSectionName, getTop, getWidth, setBorder, setFormat, setHeight, setLeft, setLinkedURI, setName, setReplacementConditionFormulas, setReportPartBookmark, setSectionCode, setSectionName, setTop, setWidth |
| Method Detail |
|---|
PictureType getPictureType()
Returns the file format of the picture.
PictureType object that specifies the file format of the picture.IByteArray getPictureData()
Returns the picture.
IByteArray containing the picture.void setPictureType(PictureType pictureType)
Sets the file format of the picture.
pictureType - A PictureType object that specifies the file format of the picture.void setPictureData(IByteArray pictureData)
Sets the picture.
pictureData - An IByteArray containing the picture.IConditionFormula getGraphicLocationFormula()
Returns the formula for the graphic location.
IConditionFormula object that specifies the formula for the graphic location.void setGraphicLocationFormula(IConditionFormula locationFormula)
Sets the formula for the graphic location.
locationFormula - An IConditionFormula that specifies the formula for the graphic location.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||