Class Application
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.libs.AutomationServer
com.altova.automation.StyleVision.Application
public class Application extends AutomationServer
-
Field Summary
Fields inherited from class com.altova.automation.libs.COMIDispatchObject
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF -
Constructor Summary
Constructors Constructor Description Application()StyleVision_x64 application class Application default class constructor -
Method Summary
Modifier and Type Method Description DocumentgetActiveDocument()property ActiveDocumentCOMIDispatchObjectgetApplication()property ApplicationDocumentsgetDocuments()property Documentsjava.lang.StringgetEdition()Edition of product.GUIDgetEventInterfaceIID()GUIDgetInterfaceIID()booleangetIsAPISupported()Returns whether API is supported in this version.intgetMajorVersion()Major version of product.intgetMinorVersion()Minor version of product.java.lang.StringgetName()property NameCOMIDispatchObjectgetParent()property ParentintgetServicePackVersion()Service pack version of product, e.g.Enums.ENUMApplicationStatusgetStatus()property StatusintgetSupportedViews()property SupportedViewsbooleangetVisible()property VisibleintgetWindowHandle()property WindowHandleDocumentnewDocument()method NewDocumentDocumentnewStyleSheet(java.lang.String i_strFileName)method NewStyleSheetDocumentopenDocument(java.lang.String i_strFileName)method OpenDocumentDocumentopenStyleSheet(java.lang.String i_strFileName)method OpenStyleSheetvoidquit()method QuitvoidsetVisible(boolean newValue)property VisibleMethods 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
-
Constructor Details
-
Application
StyleVision_x64 application class Application default class constructor- Throws:
AutomationException
-
-
Method Details
-
getInterfaceIID
-
getEventInterfaceIID
-
getName
property Name- Throws:
AutomationException
-
getApplication
property Application- Throws:
AutomationException
-
getParent
property Parent- Throws:
AutomationException
-
getVisible
property Visible- Throws:
AutomationException
-
setVisible
property Visible- Throws:
AutomationException
-
getDocuments
property Documents- Throws:
AutomationException
-
getActiveDocument
property ActiveDocument- Throws:
AutomationException
-
quit
method Quit- Throws:
AutomationException
-
openDocument
method OpenDocument- Throws:
AutomationException
-
newDocument
method NewDocument- Throws:
AutomationException
-
openStyleSheet
method OpenStyleSheet- Throws:
AutomationException
-
newStyleSheet
method NewStyleSheet- Throws:
AutomationException
-
getWindowHandle
property WindowHandle- Throws:
AutomationException
-
getStatus
property Status- Throws:
AutomationException
-
getMajorVersion
Major version of product. e.g. 8 for 2006 R2 SP1- Throws:
AutomationException
-
getMinorVersion
Minor version of product. e.g. 2 for 2006 R2 SP1- Throws:
AutomationException
-
getEdition
Edition of product. e.g. returns "Altova StyleVision Enterprise Edition" for the enterprise edition- Throws:
AutomationException
-
getIsAPISupported
Returns whether API is supported in this version.- Throws:
AutomationException
-
getServicePackVersion
Service pack version of product, e.g. 1 for 2010 R2 SP1- Throws:
AutomationException
-
getSupportedViews
property SupportedViews- Throws:
AutomationException
-