|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.DocumentInfo
public class DocumentInfo
COM Class 'DocumentInfo'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'The DocumentInfo coclass is used to read and write map document properties.' 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 |
---|
Fields inherited from interface com.esri.arcgis.carto.IDocumentInfo |
---|
IID, IIDd3e5c54e_2a84_11d4_9ff2_00c04f6bc78e, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IDocumentInfo3 |
---|
IID, IID8bcb734e_6d92_4c17_beb3_9b0e7cf3724e, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IDocumentInfo2 |
---|
IIDd3e5c54f_2a84_11d4_9ff2_00c04f6bc78e |
Constructor Summary | |
---|---|
DocumentInfo()
Constructs a DocumentInfo using ArcGIS Engine. |
|
DocumentInfo(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DocumentInfo theDocumentInfo = (DocumentInfo) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAccessConstraints()
The access constraints of document info. |
java.lang.String |
getAuthor()
The author of the document. |
java.lang.String |
getCategory()
The category of the document. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getComments()
Comments for the document. |
java.lang.String |
getCredits()
The credits of the document. |
java.lang.Object |
getDateExported()
Date the document was last exported. |
java.lang.Object |
getDatePrinted()
Date the document was last printed. |
java.lang.Object |
getDateSaved()
Date the document was last saved. |
java.lang.String |
getDocumentTitle()
The title of the document. |
java.lang.String |
getFolder()
The folder of the document. |
java.lang.String |
getHyperlinkBase()
The hyperlink base of the document. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getKeywords()
The keywords for the document. |
java.lang.String |
getName()
The name of the document. |
java.lang.String |
getPath()
The path of the document. |
java.lang.String |
getSubject()
The subject of the document. |
IPicture |
getThumbnail()
The thumbnail of document info. |
int |
hashCode()
the hashcode for this object |
boolean |
isRelativePaths()
Indicates if relative path is used when the document is saved. |
boolean |
isSavePreview()
Indicates if a preview of the document is saved when the document is saved. |
void |
release()
Release a DocumentInfo. |
void |
setAccessConstraints(java.lang.String pConstraints)
The access constraints of document info. |
void |
setAuthor(java.lang.String author)
The author of the document. |
void |
setCategory(java.lang.String category)
The category of the document. |
void |
setComments(java.lang.String comments)
Comments for the document. |
void |
setCredits(java.lang.String credits)
The credits of the document. |
void |
setDocumentTitle(java.lang.String title)
The title of the document. |
void |
setHyperlinkBase(java.lang.String path)
The hyperlink base of the document. |
void |
setKeywords(java.lang.String keywords)
The keywords for the document. |
void |
setRelativePaths(boolean useRelativePaths)
Indicates if relative path is used when the document is saved. |
void |
setSavePreview(boolean savePreview)
Indicates if a preview of the document is saved when the document is saved. |
void |
setSubject(java.lang.String subject)
The subject of the document. |
void |
setThumbnail(IPicture ppThumbnail)
The thumbnail of document info. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentInfo() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic DocumentInfo(java.lang.Object obj) throws java.io.IOException
DocumentInfo theDocumentInfo = (DocumentInfo) obj;
obj
to DocumentInfo
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getDocumentTitle() throws java.io.IOException, AutomationException
getDocumentTitle
in interface IDocumentInfo
getDocumentTitle
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDocumentTitle(java.lang.String title) throws java.io.IOException, AutomationException
setDocumentTitle
in interface IDocumentInfo
setDocumentTitle
in interface IDocumentInfo2
title
- The title (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSubject() throws java.io.IOException, AutomationException
getSubject
in interface IDocumentInfo
getSubject
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSubject(java.lang.String subject) throws java.io.IOException, AutomationException
setSubject
in interface IDocumentInfo
setSubject
in interface IDocumentInfo2
subject
- The subject (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAuthor() throws java.io.IOException, AutomationException
getAuthor
in interface IDocumentInfo
getAuthor
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAuthor(java.lang.String author) throws java.io.IOException, AutomationException
setAuthor
in interface IDocumentInfo
setAuthor
in interface IDocumentInfo2
author
- The author (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCategory() throws java.io.IOException, AutomationException
getCategory
in interface IDocumentInfo
getCategory
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCategory(java.lang.String category) throws java.io.IOException, AutomationException
setCategory
in interface IDocumentInfo
setCategory
in interface IDocumentInfo2
category
- The category (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getComments() throws java.io.IOException, AutomationException
getComments
in interface IDocumentInfo
getComments
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setComments(java.lang.String comments) throws java.io.IOException, AutomationException
setComments
in interface IDocumentInfo
setComments
in interface IDocumentInfo2
comments
- The comments (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getKeywords() throws java.io.IOException, AutomationException
getKeywords
in interface IDocumentInfo
getKeywords
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setKeywords(java.lang.String keywords) throws java.io.IOException, AutomationException
setKeywords
in interface IDocumentInfo
setKeywords
in interface IDocumentInfo2
keywords
- The keywords (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHyperlinkBase() throws java.io.IOException, AutomationException
getHyperlinkBase
in interface IDocumentInfo
getHyperlinkBase
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHyperlinkBase(java.lang.String path) throws java.io.IOException, AutomationException
setHyperlinkBase
in interface IDocumentInfo
setHyperlinkBase
in interface IDocumentInfo2
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSavePreview() throws java.io.IOException, AutomationException
isSavePreview
in interface IDocumentInfo
isSavePreview
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSavePreview(boolean savePreview) throws java.io.IOException, AutomationException
setSavePreview
in interface IDocumentInfo
setSavePreview
in interface IDocumentInfo2
savePreview
- The savePreview (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCredits() throws java.io.IOException, AutomationException
getCredits
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCredits(java.lang.String credits) throws java.io.IOException, AutomationException
setCredits
in interface IDocumentInfo2
credits
- The credits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRelativePaths() throws java.io.IOException, AutomationException
isRelativePaths
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelativePaths(boolean useRelativePaths) throws java.io.IOException, AutomationException
setRelativePaths
in interface IDocumentInfo2
useRelativePaths
- The useRelativePaths (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPath() throws java.io.IOException, AutomationException
getPath
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFolder() throws java.io.IOException, AutomationException
getFolder
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDateSaved() throws java.io.IOException, AutomationException
getDateSaved
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDatePrinted() throws java.io.IOException, AutomationException
getDatePrinted
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDateExported() throws java.io.IOException, AutomationException
getDateExported
in interface IDocumentInfo2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAccessConstraints() throws java.io.IOException, AutomationException
getAccessConstraints
in interface IDocumentInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAccessConstraints(java.lang.String pConstraints) throws java.io.IOException, AutomationException
setAccessConstraints
in interface IDocumentInfo3
pConstraints
- The pConstraints (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPicture getThumbnail() throws java.io.IOException, AutomationException
getThumbnail
in interface IDocumentInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setThumbnail(IPicture ppThumbnail) throws java.io.IOException, AutomationException
setThumbnail
in interface IDocumentInfo3
ppThumbnail
- A reference to a com.esri.arcgis.support.ms.stdole.IPicture (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 |