|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReportTemplate
Provides access to template members of a report.
Method Summary | |
---|---|
boolean |
fieldMapping(String templateFieldList,
String sourceFieldList)
Sets the field mapping from the report template to the new fields. |
String |
getReportTitle()
Indicates the title for the report. |
int |
getStartingPageNumber()
Indicates the starting page number for the report. |
boolean |
loadReportTemplate(String templateFilePath)
Loads the report template file. |
boolean |
relatedReportMapping(String relatedReportName,
IRelationshipClass pSourceRelationshipClass,
String templateFieldList,
String sourceFieldList)
Sets the mapping information for a related report. |
boolean |
saveReportTemplate(String templateFilePath)
Saves the report as a template file. |
void |
setReportTitle(String pReportTitle)
Indicates the title for the report. |
void |
setStartingPageNumber(int pStartingPageNumber)
Indicates the starting page number for the report. |
Method Detail |
---|
int getStartingPageNumber() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartingPageNumber(int pStartingPageNumber) throws IOException, AutomationException
pStartingPageNumber
- The pStartingPageNumber (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getReportTitle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReportTitle(String pReportTitle) throws IOException, AutomationException
pReportTitle
- The pReportTitle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean fieldMapping(String templateFieldList, String sourceFieldList) throws IOException, AutomationException
templateFieldList
- The templateFieldList (in)sourceFieldList
- The sourceFieldList (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean relatedReportMapping(String relatedReportName, IRelationshipClass pSourceRelationshipClass, String templateFieldList, String sourceFieldList) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean loadReportTemplate(String templateFilePath) throws IOException, AutomationException
templateFilePath
- The templateFilePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean saveReportTemplate(String templateFilePath) throws IOException, AutomationException
templateFilePath
- The templateFilePath (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 |