|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPictureElement4
COM Interface 'IPictureElement4'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the Picture element.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDc0a341c5_cfe2_11d1_9140_0000f87808ee
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getFilter()
Filter used in CFileDialog. |
int |
getHandle()
The picture handle as a HBITMAP for bitmap pictures or an HENHMETAFILE for vector pictures. |
java.lang.String |
getPath()
Associated picture file. |
double |
getPictureAspectRatio()
Filter used in CFileDialog. |
java.lang.String |
getPictureDescription()
Description of the Picture Element. |
void |
importPictureFromFile(java.lang.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 |
setPath(java.lang.String path)
Associated picture file. |
void |
setSavePictureInDocument(boolean bSaveInDoc)
Indicates if the Picture will be stored in the Document. |
Field Detail |
---|
static final int IIDc0a341c5_cfe2_11d1_9140_0000f87808ee
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getPictureDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPictureAspectRatio() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMaintainAspectRatio() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaintainAspectRatio(boolean bRatio) throws java.io.IOException, AutomationException
bRatio
- The bRatio (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSavePictureInDocument() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSavePictureInDocument(boolean bSaveInDoc) throws java.io.IOException, AutomationException
bSaveInDoc
- The bSaveInDoc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void importPictureFromFile(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryIntrinsicSize(double[] widthPoints, double[] heightPoints) throws java.io.IOException, AutomationException
widthPoints
- The widthPoints (in/out: use single element array)heightPoints
- The heightPoints (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVector() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHandle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPath(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getPath() throws java.io.IOException, AutomationException
java.io.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 |