|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHTMLPopupInfo
COM Interface 'IHTMLPopupInfo'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the HTML popup tool.' 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 |
IID742678bc_aff5_41da_a523_36a8bd4e2c8b
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getHTMLOutput(IFeature pFeature)
The content is the XML text for the input feature. |
int |
getHTMLPresentationStyle()
Indicates the content formating style for the HTML Popup tool. |
java.lang.String |
getHTMLRedirectField()
Indicates the fieldname of the layer that contains the HTML redirect URL values. |
java.lang.String |
getHTMLRedirectFieldPrefix()
Indicates the text to precede the HTMLRedirectField value for the redirect URL. |
java.lang.String |
getHTMLRedirectFieldSuffix()
Indicates the text to follow the HTMLRedirectField value for the redirect URL. |
java.lang.String |
getHTMLXSLStylesheet()
Indicates the content of the XSL stylesheet to parse the feature attributes through. |
boolean |
isHTMLHideFieldNameColumn()
Indicates if Field name column will be output to the HTML Popup tool. |
boolean |
isHTMLPopupEnabled()
Indicates if this layer currently responds to the HTML Popup tool. |
boolean |
isHTMLUseCodedDomainValues()
Indicates whether to use coded values (rather than literal stored values) for feature values. |
void |
setHTMLHideFieldNameColumn(boolean pHide)
Indicates if Field name column will be output to the HTML Popup tool. |
void |
setHTMLPopupEnabled(boolean pEnabled)
Indicates if this layer currently responds to the HTML Popup tool. |
void |
setHTMLPresentationStyle(int pStyle)
Indicates the content formating style for the HTML Popup tool. |
void |
setHTMLRedirectField(java.lang.String pField)
Indicates the fieldname of the layer that contains the HTML redirect URL values. |
void |
setHTMLRedirectFieldPrefix(java.lang.String pPrefix)
Indicates the text to precede the HTMLRedirectField value for the redirect URL. |
void |
setHTMLRedirectFieldSuffix(java.lang.String pSufix)
Indicates the text to follow the HTMLRedirectField value for the redirect URL. |
void |
setHTMLUseCodedDomainValues(boolean pCodedValues)
Indicates whether to use coded values (rather than literal stored values) for feature values. |
void |
setHTMLXSLStylesheet(java.lang.String pStyleSheet)
Indicates the content of the XSL stylesheet to parse the feature attributes through. |
| Field Detail |
|---|
static final int IID742678bc_aff5_41da_a523_36a8bd4e2c8b
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isHTMLPopupEnabled()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHTMLPopupEnabled(boolean pEnabled)
throws java.io.IOException,
AutomationException
pEnabled - The pEnabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHTMLPresentationStyle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHTMLPresentationStyle(int pStyle)
throws java.io.IOException,
AutomationException
pStyle - A com.esri.arcgis.carto.esriHTMLPopupStyle constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHTMLHideFieldNameColumn()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHTMLHideFieldNameColumn(boolean pHide)
throws java.io.IOException,
AutomationException
pHide - The pHide (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getHTMLRedirectField()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHTMLRedirectField(java.lang.String pField)
throws java.io.IOException,
AutomationException
pField - The pField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getHTMLRedirectFieldPrefix()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHTMLRedirectFieldPrefix(java.lang.String pPrefix)
throws java.io.IOException,
AutomationException
pPrefix - The pPrefix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getHTMLRedirectFieldSuffix()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHTMLRedirectFieldSuffix(java.lang.String pSufix)
throws java.io.IOException,
AutomationException
pSufix - The pSufix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getHTMLXSLStylesheet()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHTMLXSLStylesheet(java.lang.String pStyleSheet)
throws java.io.IOException,
AutomationException
pStyleSheet - The pStyleSheet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHTMLUseCodedDomainValues()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHTMLUseCodedDomainValues(boolean pCodedValues)
throws java.io.IOException,
AutomationException
pCodedValues - The pCodedValues (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getHTMLOutput(IFeature pFeature)
throws java.io.IOException,
AutomationException
pFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (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 | ||||||||