com.esri.arcgis.carto
Interface IPageEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IPageEventsAdapter, IPageEventsProxy, PageLayout

public interface IPageEvents
extends java.util.EventListener, java.io.Serializable

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

Description: 'Provides access to events that occur when the Page changes.' 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 IID83bd34e5_ce3b_11d1_876e_0000f8751720
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void pageColorChanged(IPageEventsPageColorChangedEvent theEvent)
          Fired when the page color changes.
 void pageMarginsChanged(IPageEventsPageMarginsChangedEvent theEvent)
          Fired when the page margins change.
 void pageSizeChanged(IPageEventsPageSizeChangedEvent theEvent)
          Fired when the page size changes.
 void pageUnitsChanged(IPageEventsPageUnitsChangedEvent theEvent)
          Fired when the units used by the page changes.
 

Field Detail

IID83bd34e5_ce3b_11d1_876e_0000f8751720

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

pageUnitsChanged

void pageUnitsChanged(IPageEventsPageUnitsChangedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Fired when the units used by the page changes.

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

pageSizeChanged

void pageSizeChanged(IPageEventsPageSizeChangedEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
Fired when the page size changes.

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

pageMarginsChanged

void pageMarginsChanged(IPageEventsPageMarginsChangedEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Fired when the page margins change.

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

pageColorChanged

void pageColorChanged(IPageEventsPageColorChangedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Fired when the page color changes.

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