|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReportTemplate
COM Interface 'IReportTemplate'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMap.olb'
Description: 'Provides access to template members of a report.' 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 |
IID4ba9f129_fea1_4caf_b29f_349df95deee8
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
fieldMapping(java.lang.String templateFieldList,
java.lang.String sourceFieldList)
Sets the field mapping from the report template to the new fields. |
java.lang.String |
getReportTitle()
Indicates the title for the report. |
int |
getStartingPageNumber()
Indicates the starting page number for the report. |
boolean |
loadReportTemplate(java.lang.String templateFilePath)
Loads the report template file. |
boolean |
relatedReportMapping(java.lang.String relatedReportName,
IRelationshipClass pSourceRelationshipClass,
java.lang.String templateFieldList,
java.lang.String sourceFieldList)
Sets the mapping information for a related report. |
boolean |
saveReportTemplate(java.lang.String templateFilePath)
Saves the report as a template file. |
void |
setReportTitle(java.lang.String pReportTitle)
Indicates the title for the report. |
void |
setStartingPageNumber(int pStartingPageNumber)
Indicates the starting page number for the report. |
Field Detail |
---|
static final int IID4ba9f129_fea1_4caf_b29f_349df95deee8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getStartingPageNumber() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartingPageNumber(int pStartingPageNumber) throws java.io.IOException, AutomationException
pStartingPageNumber
- The pStartingPageNumber (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getReportTitle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReportTitle(java.lang.String pReportTitle) throws java.io.IOException, AutomationException
pReportTitle
- The pReportTitle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean fieldMapping(java.lang.String templateFieldList, java.lang.String sourceFieldList) throws java.io.IOException, AutomationException
templateFieldList
- The templateFieldList (in)sourceFieldList
- The sourceFieldList (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean relatedReportMapping(java.lang.String relatedReportName, IRelationshipClass pSourceRelationshipClass, java.lang.String templateFieldList, java.lang.String sourceFieldList) throws java.io.IOException, AutomationException
relatedReportName
- The relatedReportName (in)pSourceRelationshipClass
- A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)templateFieldList
- The templateFieldList (in)sourceFieldList
- The sourceFieldList (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean loadReportTemplate(java.lang.String templateFilePath) throws java.io.IOException, AutomationException
templateFilePath
- The templateFilePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean saveReportTemplate(java.lang.String templateFilePath) throws java.io.IOException, AutomationException
templateFilePath
- The templateFilePath (in)
java.io.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 |