|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.DocumentInfo
public class DocumentInfo
The DocumentInfo coclass is used to read and write map document properties.
| Constructor Summary | |
|---|---|
DocumentInfo()
Constructs a DocumentInfo using ArcGIS Engine. |
|
DocumentInfo(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DocumentInfo theDocumentInfo = (DocumentInfo) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getAccessConstraints()
The access constraints of document info. |
String |
getAuthor()
The author of the document. |
String |
getCategory()
The category of the document. |
static String |
getClsid()
getClsid. |
String |
getComments()
Comments for the document. |
String |
getCredits()
The credits of the document. |
Object |
getDateExported()
Date the document was last exported. |
Object |
getDatePrinted()
Date the document was last printed. |
Object |
getDateSaved()
Date the document was last saved. |
String |
getDocumentTitle()
The title of the document. |
String |
getFolder()
The folder of the document. |
String |
getHyperlinkBase()
The hyperlink base of the document. |
String |
getKeywords()
The keywords for the document. |
String |
getName()
The name of the document. |
String |
getPath()
The path of the document. |
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 |
setAccessConstraints(String pConstraints)
The access constraints of document info. |
void |
setAuthor(String author)
The author of the document. |
void |
setCategory(String category)
The category of the document. |
void |
setComments(String comments)
Comments for the document. |
void |
setCredits(String credits)
The credits of the document. |
void |
setDocumentTitle(String title)
The title of the document. |
void |
setHyperlinkBase(String path)
The hyperlink base of the document. |
void |
setKeywords(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(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 |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public DocumentInfo()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public DocumentInfo(Object obj)
throws IOException
DocumentInfo theDocumentInfo = (DocumentInfo) obj;
obj to DocumentInfo.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getDocumentTitle()
throws IOException,
AutomationException
getDocumentTitle in interface IDocumentInfogetDocumentTitle in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDocumentTitle(String title)
throws IOException,
AutomationException
setDocumentTitle in interface IDocumentInfosetDocumentTitle in interface IDocumentInfo2title - The title (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSubject()
throws IOException,
AutomationException
getSubject in interface IDocumentInfogetSubject in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSubject(String subject)
throws IOException,
AutomationException
setSubject in interface IDocumentInfosetSubject in interface IDocumentInfo2subject - The subject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAuthor()
throws IOException,
AutomationException
getAuthor in interface IDocumentInfogetAuthor in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAuthor(String author)
throws IOException,
AutomationException
setAuthor in interface IDocumentInfosetAuthor in interface IDocumentInfo2author - The author (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCategory()
throws IOException,
AutomationException
getCategory in interface IDocumentInfogetCategory in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCategory(String category)
throws IOException,
AutomationException
setCategory in interface IDocumentInfosetCategory in interface IDocumentInfo2category - The category (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getComments()
throws IOException,
AutomationException
getComments in interface IDocumentInfogetComments in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setComments(String comments)
throws IOException,
AutomationException
setComments in interface IDocumentInfosetComments in interface IDocumentInfo2comments - The comments (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getKeywords()
throws IOException,
AutomationException
getKeywords in interface IDocumentInfogetKeywords in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setKeywords(String keywords)
throws IOException,
AutomationException
setKeywords in interface IDocumentInfosetKeywords in interface IDocumentInfo2keywords - The keywords (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getHyperlinkBase()
throws IOException,
AutomationException
getHyperlinkBase in interface IDocumentInfogetHyperlinkBase in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHyperlinkBase(String path)
throws IOException,
AutomationException
setHyperlinkBase in interface IDocumentInfosetHyperlinkBase in interface IDocumentInfo2path - The path (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSavePreview()
throws IOException,
AutomationException
isSavePreview in interface IDocumentInfoisSavePreview in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSavePreview(boolean savePreview)
throws IOException,
AutomationException
setSavePreview in interface IDocumentInfosetSavePreview in interface IDocumentInfo2savePreview - The savePreview (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCredits()
throws IOException,
AutomationException
getCredits in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCredits(String credits)
throws IOException,
AutomationException
setCredits in interface IDocumentInfo2credits - The credits (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRelativePaths()
throws IOException,
AutomationException
isRelativePaths in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRelativePaths(boolean useRelativePaths)
throws IOException,
AutomationException
setRelativePaths in interface IDocumentInfo2useRelativePaths - The useRelativePaths (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
throws IOException,
AutomationException
getName in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPath()
throws IOException,
AutomationException
getPath in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFolder()
throws IOException,
AutomationException
getFolder in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getDateSaved()
throws IOException,
AutomationException
getDateSaved in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getDatePrinted()
throws IOException,
AutomationException
getDatePrinted in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getDateExported()
throws IOException,
AutomationException
getDateExported in interface IDocumentInfo2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAccessConstraints()
throws IOException,
AutomationException
getAccessConstraints in interface IDocumentInfo3IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAccessConstraints(String pConstraints)
throws IOException,
AutomationException
setAccessConstraints in interface IDocumentInfo3pConstraints - The pConstraints (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPicture getThumbnail()
throws IOException,
AutomationException
getThumbnail in interface IDocumentInfo3IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThumbnail(IPicture ppThumbnail)
throws IOException,
AutomationException
setThumbnail in interface IDocumentInfo3ppThumbnail - A reference to a com.esri.arcgis.support.ms.stdole.IPicture (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 | ||||||||