Package com.altova.automation.XMLSpy
Class AuthenticSelection
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.AuthenticSelection
public class AuthenticSelection 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 XMLDatagetEnd()XMLData object where the selection ends.intgetEndTextPosition()Position in text where the selection ends inside the End element.GUIDgetInterfaceIID()XMLDatagetStart()XMLData object where the selection starts.intgetStartTextPosition()Position in text where the selection starts inside the Start element.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
-
getStart
XMLData object where the selection starts.- Throws:
AutomationException
-
getEnd
XMLData object where the selection ends.- Throws:
AutomationException
-
getStartTextPosition
Position in text where the selection starts inside the Start element.- Throws:
AutomationException
-
getEndTextPosition
Position in text where the selection ends inside the End element.- Throws:
AutomationException
-