|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBoundsProperties
Provides access to members that control Bounds Properties.
This interface is available on elements and map surrounds.
Use this interface to get or set the FixedAspectRatio properties wich defines if the horizontal and vertical proportion of an element or map surround are constrained. This is equivalent to setting the Preserve aspect ratio property in the Size and Position tab in the Properties of elements and mapsurrounds. This property cannot be set for elements of which the size is defined by the symbol such as markers or texts which can be identified by checking that their FixedSize property returns true.
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. |
Method Detail |
---|
boolean isFixedAspectRatio() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFixedAspectRatio(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFixedSize() 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 |