Package com.altova.automation.XMLSpy
Class FindInFilesResultMatch
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.FindInFilesResultMatch
public class FindInFilesResultMatch 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 COMIDispatchObjectgetApplication()property ApplicationGUIDgetInterfaceIID()intgetLength()Returns the length of the matched string.intgetLine()Returns the line number (starts with 0) of the match.java.lang.StringgetLineText()Returns the text of the line that matched.COMIDispatchObjectgetParent()property ParentintgetPosition()Returns the position (starts with 0) of the match in the line.booleangetReplaced()Returns a value indicating whether the matched string was replaced.Methods 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
-
getApplication
property Application- Throws:
AutomationException
-
getParent
property Parent- Throws:
AutomationException
-
getLine
Returns the line number (starts with 0) of the match.- Throws:
AutomationException
-
getPosition
Returns the position (starts with 0) of the match in the line.- Throws:
AutomationException
-
getLength
Returns the length of the matched string.- Throws:
AutomationException
-
getLineText
Returns the text of the line that matched.- Throws:
AutomationException
-
getReplaced
Returns a value indicating whether the matched string was replaced.- Throws:
AutomationException
-