|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPictureElement3
Provides access to members that control the Picture element.
Method Summary | |
---|---|
String |
getFilter()
Filter used in CFileDialog. |
int |
getHandle()
The picture handle as a HBITMAP for bitmap pictures or an HENHMETAFILE for vector pictures. |
double |
getPictureAspectRatio()
Filter used in CFileDialog. |
String |
getPictureDescription()
Description of the Picture Element. |
void |
importPictureFromFile(String name)
File to be imported. |
boolean |
isMaintainAspectRatio()
Indicates if the resize box will maintain the picture's aspect ratio. |
boolean |
isSavePictureInDocument()
Indicates if the Picture will be stored in the Document. |
boolean |
isVector()
Indicates whether picture is a vector format as opposed to raster. |
void |
queryIntrinsicSize(double[] widthPoints,
double[] heightPoints)
Get the intrinsic size of the picture in points. |
void |
setMaintainAspectRatio(boolean bRatio)
Indicates if the resize box will maintain the picture's aspect ratio. |
void |
setSavePictureInDocument(boolean bSaveInDoc)
Indicates if the Picture will be stored in the Document. |
Method Detail |
---|
String getPictureDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFilter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPictureAspectRatio() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMaintainAspectRatio() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaintainAspectRatio(boolean bRatio) throws IOException, AutomationException
bRatio
- The bRatio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSavePictureInDocument() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSavePictureInDocument(boolean bSaveInDoc) throws IOException, AutomationException
bSaveInDoc
- The bSaveInDoc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void importPictureFromFile(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryIntrinsicSize(double[] widthPoints, double[] heightPoints) throws IOException, AutomationException
widthPoints
- The widthPoints (in/out: use single element array)heightPoints
- The heightPoints (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVector() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHandle() throws IOException, AutomationException
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 |