com.esri.arcgis.carto
Interface IDocumentInfo3

All Superinterfaces:
IDocumentInfo2, java.io.Serializable
All Known Implementing Classes:
DocumentInfo, IDocumentInfo3Proxy

public interface IDocumentInfo3
extends IDocumentInfo2, java.io.Serializable

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

Description: 'Provides access to members that control the Document Info.' 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 IID8bcb734e_6d92_4c17_beb3_9b0e7cf3724e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IDocumentInfo2
IIDd3e5c54f_2a84_11d4_9ff2_00c04f6bc78e
 
Method Summary
 java.lang.String getAccessConstraints()
          The access constraints of document info.
 IPicture getThumbnail()
          The thumbnail of document info.
 void setAccessConstraints(java.lang.String pConstraints)
          The access constraints of document info.
 void setThumbnail(IPicture ppThumbnail)
          The thumbnail of document info.
 
Methods inherited from interface com.esri.arcgis.carto.IDocumentInfo2
getAuthor, getCategory, getComments, getCredits, getDateExported, getDatePrinted, getDateSaved, getDocumentTitle, getFolder, getHyperlinkBase, getKeywords, getName, getPath, getSubject, isRelativePaths, isSavePreview, setAuthor, setCategory, setComments, setCredits, setDocumentTitle, setHyperlinkBase, setKeywords, setRelativePaths, setSavePreview, setSubject
 

Field Detail

IID8bcb734e_6d92_4c17_beb3_9b0e7cf3724e

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

getAccessConstraints

java.lang.String getAccessConstraints()
                                      throws java.io.IOException,
                                             AutomationException
The access constraints of document info.

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

setAccessConstraints

void setAccessConstraints(java.lang.String pConstraints)
                          throws java.io.IOException,
                                 AutomationException
The access constraints of document info.

Parameters:
pConstraints - The pConstraints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnail

IPicture getThumbnail()
                      throws java.io.IOException,
                             AutomationException
The thumbnail of document info.

Returns:
A reference to a com.esri.arcgis.support.ms.stdole.IPicture
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThumbnail

void setThumbnail(IPicture ppThumbnail)
                  throws java.io.IOException,
                         AutomationException
The thumbnail of document info.

Parameters:
ppThumbnail - A reference to a com.esri.arcgis.support.ms.stdole.IPicture (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.