|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOlePictureElement
Provides access to members that control the Ole Style Picture element.
IOlePictureElement is a generic interface implemented by only BmpPictureElement and EmfPictureElement. The interface is used to load a picture into one of these elements through an OLE IPictureDisp. To load a picture from a file, use IPictureElement.
Method Summary | |
---|---|
void |
importPicture(Picture pictureDisp)
Import Picture from an IPictureDisp interface. |
Method Detail |
---|
void importPicture(Picture pictureDisp) throws IOException, AutomationException
ImportPicture is used to load a picture into a BmpPictureElement or a EmfPictureElement through an OLE IPictureDisp. To load a picture from a file, use IPictureElement::ImportPictureFromFile.
pictureDisp
- A reference to a com.esri.arcgis.support.ms.stdole.Picture (A com.esri.arcgis.support.ms.stdole.Picture COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |