|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPictureElement5
Provides access to members that control the Picture element.
| Method Summary | |
|---|---|
String |
getAttachmentFilter()
Use attachment that has filter in the name. |
String |
getFilter()
Filter used in CFileDialog. |
int |
getHandle()
The picture handle as a HBITMAP for bitmap pictures or an HENHMETAFILE for vector pictures. |
String |
getPath()
Associated picture file. |
double |
getPictureAspectRatio()
Filter used in CFileDialog. |
String |
getPictureDescription()
Description of the Picture Element. |
String |
getPictureField()
Field that specifies picture. |
void |
importFromVariant(Object v)
Import picture from path, url, raster, or blob. |
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 |
isUseAttachment()
Picture shows attachment. |
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 |
setAttachmentFilter(String filter)
Use attachment that has filter in the name. |
void |
setMaintainAspectRatio(boolean bRatio)
Indicates if the resize box will maintain the picture's aspect ratio. |
void |
setPath(String path)
Associated picture file. |
void |
setPictureField(String fieldName)
Field that specifies picture. |
void |
setSavePictureInDocument(boolean bSaveInDoc)
Indicates if the Picture will be stored in the Document. |
void |
setUseAttachment(boolean flag)
Picture shows attachment. |
| 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.
void setPath(String path)
throws IOException,
AutomationException
path - The path (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPath()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPictureField()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPictureField(String fieldName)
throws IOException,
AutomationException
fieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseAttachment()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseAttachment(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getAttachmentFilter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAttachmentFilter(String filter)
throws IOException,
AutomationException
filter - The filter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void importFromVariant(Object v)
throws IOException,
AutomationException
v - A Variant (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 | ||||||||