com.esri.arcgis.carto
Interface IBoundsProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AlternatingScaleBar, BmpPictureElement, CircleElement, DataGraphTElement, DoubleAlternatingScaleBar, EllipseElement, EmfPictureElement, FrameElement, GifPictureElement, GroupElement, HollowScaleBar, IBoundsPropertiesProxy, ImageInset, ImgPictureElement, InkGraphic, Jp2PictureElement, JpgPictureElement, Legend, LineElement, MapFrame, MapInset, MapSurroundFrame, MapTitle, MarkerElement, MarkerNorthArrow, MultiPatchElement, OleFrame, Overview, ParagraphTextElement, PictureElement, PMFTitleTextElement, PngPictureElement, PolygonElement, RectangleElement, Scalebar, ScaleLine, ScaleText, SidPictureElement, SingleDivisionScaleBar, SteppedScaleLine, Text3DElement, TextElement, TifPictureElement

public interface IBoundsProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control Bounds Properties.' 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 IID7ad72c5d_eb8a_11d3_9314_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isFixedAspectRatio()
          Indicates if the bounds has a fixed aspect ratio.
 boolean isFixedSize()
          Indicates if size is determined by some other property like the symbol.
 void setFixedAspectRatio(boolean flag)
          Indicates if the bounds has a fixed aspect ratio.
 

Field Detail

IID7ad72c5d_eb8a_11d3_9314_00600802e603

static final int IID7ad72c5d_eb8a_11d3_9314_00600802e603
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

isFixedAspectRatio

boolean isFixedAspectRatio()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the bounds has a fixed aspect ratio.

Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFixedAspectRatio

void setFixedAspectRatio(boolean flag)
                         throws java.io.IOException,
                                AutomationException
Indicates if the bounds has a fixed aspect ratio.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFixedSize

boolean isFixedSize()
                    throws java.io.IOException,
                           AutomationException
Indicates if size is determined by some other property like the symbol.

Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.