|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOverflowGraphicsContainer
Provides access to members that control the Overflow Graphics Container.
Method Summary | |
---|---|
void |
addOverflowElement(IElement pElement)
Add an element to the collection. |
void |
deleteAllOverflowElements()
Delete all the element in the collection. |
void |
deleteOverflowElement(IElement pElement)
Delete an element in the collection. |
IElementCollection |
getOverflowElements()
Element collection. |
void |
setOverflowElementsByRef(IElementCollection elements)
Element collection. |
Method Detail |
---|
IElementCollection getOverflowElements() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverflowElementsByRef(IElementCollection elements) throws IOException, AutomationException
elements
- A reference to a com.esri.arcgis.carto.IElementCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteAllOverflowElements() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteOverflowElement(IElement pElement) throws IOException, AutomationException
pElement
- A reference to a com.esri.arcgis.carto.IElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addOverflowElement(IElement pElement) throws IOException, AutomationException
pElement
- A reference to a com.esri.arcgis.carto.IElement (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 |