Class AuthenticRange
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.StyleVision.AuthenticRange
public class AuthenticRange extends COMIDispatchObject
-
Field Summary
Fields inherited from class com.altova.automation.libs.COMIDispatchObject
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF -
Method Summary
Modifier and Type Method Description booleanappendRow()method AppendRowbooleancanPerformAction(Enums.SpyAuthenticActions nAction, java.lang.String strEleNam)method CanPerformActionvoidcanPerformActionWith(Enums.SpyAuthenticActions nAction, JVariant pElements)method CanPerformActionWithAuthenticRangecloneRange()method CloneAuthenticRangecollapsToBegin()method CollapsToBeginAuthenticRangecollapsToEnd()method CollapsToEndbooleancopy()method Copybooleancut()method Cutbooleandelete()method DeletebooleandeleteRow()method DeleteRowbooleanduplicateRow()method DuplicateRowjava.lang.StringevaluateXPath(java.lang.String i_strExpression)method EvaluateXPathAuthenticRangeexpandTo(Enums.SPYAuthenticElementKind Kind)method ExpandToCOMIDispatchObjectgetApplication()property ApplicationvoidgetElementAttributeNames(java.lang.String strElementName, JVariant pAttributeNames)method GetElementAttributeNamesjava.lang.StringgetElementAttributeValue(java.lang.String i_strElementName, java.lang.String i_strAttributeName)method GetElementAttributeValuevoidgetElementHierarchy(JVariant pElementNames)method GetElementHierarchyvoidgetEntityNames(JVariant io_pEntityNames)method GetEntityNamesGUIDgetEventInterfaceIID()intgetFirstTextPosition()property FirstTextPositionXMLDatagetFirstXMLData()property FirstXMLDataintgetFirstXMLDataOffset()property FirstXMLDataOffsetGUIDgetInterfaceIID()intgetLastTextPosition()property LastTextPositionXMLDatagetLastXMLData()property LastXMLDataintgetLastXMLDataOffset()property LastXMLDataOffsetCOMIDispatchObjectgetParent()property Parentjava.lang.StringgetText()property Textjava.lang.StringgetVariableValue(java.lang.String i_strName)method GetVariableValueAuthenticRangegotoElement(Enums.SPYAuthenticElementKind Kind, int Count, Enums.SPYAuthenticDocumentPosition from)method GotoAuthenticRangegotoNext(Enums.SPYAuthenticElementKind i_kind)method GotoNextAuthenticRangegotoNextCursorPosition()method GotoNextCursorPositionAuthenticRangegotoPrevious(Enums.SPYAuthenticElementKind i_kind)method GotoPreviousAuthenticRangegotoPreviousCursorPosition()method GotoPreviousCursorPositionbooleanhasElementAttribute(java.lang.String i_strElementName, java.lang.String i_strAttributeName)method HasElementAttributevoidinsertEntity(java.lang.String i_strEntityName)method InsertEntitybooleaninsertRow()method InsertRowbooleanisCopyEnabled()method IsCopyEnabledbooleanisCutEnabled()method IsCutEnabledbooleanisDeleteEnabled()method IsDeleteEnabledbooleanisEmpty()method IsEmptybooleanisEqual(AuthenticRange i_ipCmp)method IsEqualbooleanisFirstRow()method IsFirstRowbooleanisInDynamicTable()method IsInDynamicTablebooleanisLastRow()method IsLastRowbooleanisPasteEnabled()method IsPasteEnabledbooleanisSelected()method IsSelectedbooleanisTextStateApplied(java.lang.String i_strElementName)method IsTextStateAppliedAuthenticRangemoveBegin(Enums.SPYAuthenticElementKind Kind, int Count)method MoveBeginAuthenticRangemoveEnd(Enums.SPYAuthenticElementKind Kind, int Count)method MoveEndbooleanmoveRowDown()method MoveRowDownbooleanmoveRowUp()method MoveRowUpbooleanpaste()method PastebooleanperformAction(Enums.SpyAuthenticActions __MIDL__IAuthenticRange0000, java.lang.String strEleName)method PerformActionvoidselect()method SelectAuthenticRangeselectNext(Enums.SPYAuthenticElementKind Kind)method SelectNextAuthenticRangeselectPrevious(Enums.SPYAuthenticElementKind Kind)method SelectPreviousvoidsetElementAttributeValue(java.lang.String i_strElementName, java.lang.String i_strAttributeName, java.lang.String i_strVal)method SetElementAttributeValuevoidsetFirstTextPosition(int newValue)property FirstTextPositionvoidsetFirstXMLData(XMLData newValue)property FirstXMLDatavoidsetFirstXMLDataOffset(int newValue)property FirstXMLDataOffsetvoidsetFromRange(AuthenticRange i_ipSrc)method SetFromRangevoidsetLastTextPosition(int newValue)property LastTextPositionvoidsetLastXMLData(XMLData newValue)property LastXMLDatavoidsetLastXMLDataOffset(int newValue)property LastXMLDataOffsetvoidsetText(java.lang.String newValue)property TextvoidsetVariableValue(java.lang.String i_strName, java.lang.String i_strVal)method SetVariableValueMethods inherited from class com.altova.automation.libs.COMIDispatchObject
addListener, getProperty, getProperty, invoke, removeListener, setProperty, setPropertyMethods inherited from class com.altova.automation.libs.COMIUnknownObject
dispose, equals, getCOMInterfacePointer, isNull
-
Method Details
-
getInterfaceIID
-
getEventInterfaceIID
-
getApplication
property Application- Throws:
AutomationException
-
getParent
property Parent- Throws:
AutomationException
-
gotoNext
method GotoNext- Throws:
AutomationException
-
gotoPrevious
public AuthenticRange gotoPrevious(Enums.SPYAuthenticElementKind i_kind) throws AutomationExceptionmethod GotoPrevious- Throws:
AutomationException
-
select
method Select- Throws:
AutomationException
-
getFirstTextPosition
property FirstTextPosition- Throws:
AutomationException
-
setFirstTextPosition
property FirstTextPosition- Throws:
AutomationException
-
getLastTextPosition
property LastTextPosition- Throws:
AutomationException
-
setLastTextPosition
property LastTextPosition- Throws:
AutomationException
-
getText
property Text- Throws:
AutomationException
-
setText
property Text- Throws:
AutomationException
-
performAction
public boolean performAction(Enums.SpyAuthenticActions __MIDL__IAuthenticRange0000, java.lang.String strEleName) throws AutomationExceptionmethod PerformAction- Throws:
AutomationException
-
canPerformAction
public boolean canPerformAction(Enums.SpyAuthenticActions nAction, java.lang.String strEleNam) throws AutomationExceptionmethod CanPerformAction- Throws:
AutomationException
-
canPerformActionWith
public void canPerformActionWith(Enums.SpyAuthenticActions nAction, JVariant pElements) throws AutomationExceptionmethod CanPerformActionWith- Throws:
AutomationException
-
gotoElement
public AuthenticRange gotoElement(Enums.SPYAuthenticElementKind Kind, int Count, Enums.SPYAuthenticDocumentPosition from) throws AutomationExceptionmethod Goto- Throws:
AutomationException
-
selectNext
method SelectNext- Throws:
AutomationException
-
selectPrevious
public AuthenticRange selectPrevious(Enums.SPYAuthenticElementKind Kind) throws AutomationExceptionmethod SelectPrevious- Throws:
AutomationException
-
moveBegin
public AuthenticRange moveBegin(Enums.SPYAuthenticElementKind Kind, int Count) throws AutomationExceptionmethod MoveBegin- Throws:
AutomationException
-
moveEnd
public AuthenticRange moveEnd(Enums.SPYAuthenticElementKind Kind, int Count) throws AutomationExceptionmethod MoveEnd- Throws:
AutomationException
-
expandTo
method ExpandTo- Throws:
AutomationException
-
collapsToBegin
method CollapsToBegin- Throws:
AutomationException
-
collapsToEnd
method CollapsToEnd- Throws:
AutomationException
-
gotoNextCursorPosition
method GotoNextCursorPosition- Throws:
AutomationException
-
gotoPreviousCursorPosition
method GotoPreviousCursorPosition- Throws:
AutomationException
-
isEmpty
method IsEmpty- Throws:
AutomationException
-
isEqual
method IsEqual- Throws:
AutomationException
-
cloneRange
method Clone- Throws:
AutomationException
-
setFromRange
method SetFromRange- Throws:
AutomationException
-
delete
method Delete- Throws:
AutomationException
-
cut
method Cut- Throws:
AutomationException
-
copy
method Copy- Throws:
AutomationException
-
paste
method Paste- Throws:
AutomationException
-
getFirstXMLData
property FirstXMLData- Throws:
AutomationException
-
setFirstXMLData
property FirstXMLData- Throws:
AutomationException
-
getFirstXMLDataOffset
property FirstXMLDataOffset- Throws:
AutomationException
-
setFirstXMLDataOffset
property FirstXMLDataOffset- Throws:
AutomationException
-
getLastXMLData
property LastXMLData- Throws:
AutomationException
-
setLastXMLData
property LastXMLData- Throws:
AutomationException
-
getLastXMLDataOffset
property LastXMLDataOffset- Throws:
AutomationException
-
setLastXMLDataOffset
property LastXMLDataOffset- Throws:
AutomationException
-
getElementHierarchy
method GetElementHierarchy- Throws:
AutomationException
-
getElementAttributeNames
public void getElementAttributeNames(java.lang.String strElementName, JVariant pAttributeNames) throws AutomationExceptionmethod GetElementAttributeNames- Throws:
AutomationException
-
hasElementAttribute
public boolean hasElementAttribute(java.lang.String i_strElementName, java.lang.String i_strAttributeName) throws AutomationExceptionmethod HasElementAttribute- Throws:
AutomationException
-
getElementAttributeValue
public java.lang.String getElementAttributeValue(java.lang.String i_strElementName, java.lang.String i_strAttributeName) throws AutomationExceptionmethod GetElementAttributeValue- Throws:
AutomationException
-
setElementAttributeValue
public void setElementAttributeValue(java.lang.String i_strElementName, java.lang.String i_strAttributeName, java.lang.String i_strVal) throws AutomationExceptionmethod SetElementAttributeValue- Throws:
AutomationException
-
getEntityNames
method GetEntityNames- Throws:
AutomationException
-
insertEntity
method InsertEntity- Throws:
AutomationException
-
isInDynamicTable
method IsInDynamicTable- Throws:
AutomationException
-
appendRow
method AppendRow- Throws:
AutomationException
-
insertRow
method InsertRow- Throws:
AutomationException
-
duplicateRow
method DuplicateRow- Throws:
AutomationException
-
deleteRow
method DeleteRow- Throws:
AutomationException
-
moveRowUp
method MoveRowUp- Throws:
AutomationException
-
moveRowDown
method MoveRowDown- Throws:
AutomationException
-
isCopyEnabled
method IsCopyEnabled- Throws:
AutomationException
-
isCutEnabled
method IsCutEnabled- Throws:
AutomationException
-
isPasteEnabled
method IsPasteEnabled- Throws:
AutomationException
-
isDeleteEnabled
method IsDeleteEnabled- Throws:
AutomationException
-
isTextStateApplied
method IsTextStateApplied- Throws:
AutomationException
-
isFirstRow
method IsFirstRow- Throws:
AutomationException
-
isLastRow
method IsLastRow- Throws:
AutomationException
-
isSelected
method IsSelected- Throws:
AutomationException
-
getVariableValue
method GetVariableValue- Throws:
AutomationException
-
setVariableValue
public void setVariableValue(java.lang.String i_strName, java.lang.String i_strVal) throws AutomationExceptionmethod SetVariableValue- Throws:
AutomationException
-
evaluateXPath
method EvaluateXPath- Throws:
AutomationException
-