com.esri.arcgis.carto
Interface IFrameProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BmpPictureElement, EmfPictureElement, FrameElement, GifPictureElement, GroupElement, IFramePropertiesProxy, ImgPictureElement, Jp2PictureElement, JpgPictureElement, LocatorRectangle, MapFrame, MapSurroundFrame, OleFrame, Page, ParagraphTextElement, PictureElement, PngPictureElement, SidPictureElement, TifPictureElement

public interface IFrameProperties
extends java.io.Serializable

COM Interface 'IFrameProperties'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the General properties for a frame.' 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 IIDd1b1b855_5885_4d7f_a444_a02e3e1078c3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IBorder getBorder()
          Frame border used by this element.
 IShadow getShadow()
          Frame shadow used by this element.
 IBackground IFrameProperties_getBackground()
          Frame background used by this element.
 void setBackground(IBackground background)
          Frame background used by this element.
 void setBorder(IBorder border)
          Frame border used by this element.
 void setShadow(IShadow shadow)
          Frame shadow used by this element.
 

Field Detail

IIDd1b1b855_5885_4d7f_a444_a02e3e1078c3

static final int IIDd1b1b855_5885_4d7f_a444_a02e3e1078c3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getBorder

IBorder getBorder()
                  throws java.io.IOException,
                         AutomationException
Frame border used by this element.

Returns:
A reference to a com.esri.arcgis.carto.IBorder
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBorder

void setBorder(IBorder border)
               throws java.io.IOException,
                      AutomationException
Frame border used by this element.

Parameters:
border - A reference to a com.esri.arcgis.carto.IBorder (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

IFrameProperties_getBackground

IBackground IFrameProperties_getBackground()
                                           throws java.io.IOException,
                                                  AutomationException
Frame background used by this element.

Returns:
A reference to a com.esri.arcgis.carto.IBackground
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackground

void setBackground(IBackground background)
                   throws java.io.IOException,
                          AutomationException
Frame background used by this element.

Parameters:
background - A reference to a com.esri.arcgis.carto.IBackground (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getShadow

IShadow getShadow()
                  throws java.io.IOException,
                         AutomationException
Frame shadow used by this element.

Returns:
A reference to a com.esri.arcgis.carto.IShadow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShadow

void setShadow(IShadow shadow)
               throws java.io.IOException,
                      AutomationException
Frame shadow used by this element.

Parameters:
shadow - A reference to a com.esri.arcgis.carto.IShadow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.