Class AppOutputLine
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.StyleVision.AppOutputLine
public class AppOutputLine 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 ApplicationintgetCellCountInLine(int nLine)GetCellCountInLineintgetCellIcon(int nLine, int nCell)GetCellIconAppOutputLineSymbolgetCellSymbol(int nLine, int nCell)GetCellSymboljava.lang.StringgetCellText(int nLine, int nCell)GetCellTextintgetCellTextDecoration(int nLine, int nCell)GetCellTextDecorationAppOutputLinesgetChildLines()access childlinesGUIDgetEventInterfaceIID()GUIDgetInterfaceIID()booleangetIsCellText(int nLine, int nCell)GetIsCellTextintgetLineCount()GetLineCountintgetLineSeverity()GetLineSeverityAppOutputLineSymbolgetLineSymbol()GetLineSymboljava.lang.StringgetLineText()returns the full line textjava.lang.StringgetLineTextEx(java.lang.String psTextPartSeperator, java.lang.String psLineSeperator)returns the full line textjava.lang.StringgetLineTextWithChildren()returns the full line text with its childrenjava.lang.StringgetLineTextWithChildrenEx(java.lang.String psPartSep, java.lang.String psLineSep, java.lang.String psTabSep, java.lang.String psItemSep)returns the full line text with its childrenCOMIDispatchObjectgetParent()property ParentMethods 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
-
getChildLines
access childlines- Throws:
AutomationException
-
getLineText
returns the full line text- Throws:
AutomationException
-
getLineTextEx
public java.lang.String getLineTextEx(java.lang.String psTextPartSeperator, java.lang.String psLineSeperator) throws AutomationExceptionreturns the full line text- Throws:
AutomationException
-
getLineTextWithChildren
returns the full line text with its children- Throws:
AutomationException
-
getLineTextWithChildrenEx
public java.lang.String getLineTextWithChildrenEx(java.lang.String psPartSep, java.lang.String psLineSep, java.lang.String psTabSep, java.lang.String psItemSep) throws AutomationExceptionreturns the full line text with its children- Throws:
AutomationException
-
getLineSeverity
GetLineSeverity- Throws:
AutomationException
-
getLineSymbol
GetLineSymbol- Throws:
AutomationException
-
getLineCount
GetLineCount- Throws:
AutomationException
-
getCellCountInLine
GetCellCountInLine- Throws:
AutomationException
-
getIsCellText
GetIsCellText- Throws:
AutomationException
-
getCellText
GetCellText- Throws:
AutomationException
-
getCellTextDecoration
GetCellTextDecoration- Throws:
AutomationException
-
getCellIcon
GetCellIcon- Throws:
AutomationException
-
getCellSymbol
GetCellSymbol- Throws:
AutomationException
-