|
|||||||||
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 | |
---|---|
IByteArray |
getPictureData()
Returns the picture. |
PictureType |
getPictureType()
Returns the file format of the picture. |
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |