|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFrameProperties
Provides access to members that control the General properties for a frame.
The IFrameProperties interface is used to modify the Background, Border, and Shadow of a frame element. See also IFrameDecoration.
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. |
Method Detail |
---|
IBorder getBorder() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBorder(IBorder border) throws IOException, AutomationException
border
- A reference to a com.esri.arcgis.carto.IBorder (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IBackground IFrameProperties_getBackground() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackground(IBackground background) throws IOException, AutomationException
background
- A reference to a com.esri.arcgis.carto.IBackground (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IShadow getShadow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShadow(IShadow shadow) throws IOException, AutomationException
shadow
- A reference to a com.esri.arcgis.carto.IShadow (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 |