Class ImplementFileTabWord2013
Implement all options in Backstage for word 2013
Inheritance
System.Object
ImplementFileTabWord2013
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.XA.Core.AutomationProject
Assembly: Quark.XA.Core.AutomationProject.dll
Syntax
public class ImplementFileTabWord2013
Constructors
ImplementFileTabWord2013(ref Application)
Declaration
public ImplementFileTabWord2013(ref Application application)
Parameters
| Type | Name | Description |
|---|---|---|
| Application | application |
Methods
ClickComboOptions(String, String, String)
MenuItems [save, close, open, openxmlauthor, options]
Declaration
public void ClickComboOptions(string groupName, string controlName, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | groupName | Name property of group |
| System.String | controlName | Name property of control |
| System.String | value | Value to set |
ClickFileTab()
click on FileTab
Declaration
public void ClickFileTab()
ClickFileTabFromFileTab()
click on Back button
Declaration
public void ClickFileTabFromFileTab()
ClickMenuItem(String)
MenuItems [save, close, openxmlauthor, options]
Declaration
public void ClickMenuItem(string itemname)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | itemname | Name property of item |
ClickTabPage(String)
Tab page [New Xml Author, New, Print, Open]
Declaration
public void ClickTabPage(string tabname)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | tabname | Property Name |
ClickWordOptions(String, String, String)
MenuItems [save, close, open, openxmlauthor, options]
Declaration
public void ClickWordOptions(string tabName, string controlName, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | tabName | Name property of item |
| System.String | controlName | Name property of control |
| System.String | value | Value to set |
SelectDocumentType(String)
DocumentButton [New Business Document, New Document from server Template]
Declaration
public void SelectDocumentType(string documentname)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | documentname | Name property of document |
SetProtectedViewOptions(Boolean, Boolean, Boolean, out Boolean, out Boolean, out Boolean)
Declaration
public bool SetProtectedViewOptions(bool fromInternet, bool fromUnsafeLocation, bool fromOutlookAttachment, out bool fromInternetOldVal, out bool fromUnsafeLocationOldVal, out bool fromOutlookAttachmentOldVal)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | fromInternet | |
| System.Boolean | fromUnsafeLocation | |
| System.Boolean | fromOutlookAttachment | |
| System.Boolean | fromInternetOldVal | |
| System.Boolean | fromUnsafeLocationOldVal | |
| System.Boolean | fromOutlookAttachmentOldVal |
Returns
| Type | Description |
|---|---|
| System.Boolean |
VerifyClickRecentDoc(String, Boolean, Boolean)
Verify document in recent document list and click, clear recent document list
Declaration
public void VerifyClickRecentDoc(string fileName, bool openDoc, bool clearRecentList)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fileName | |
| System.Boolean | openDoc | |
| System.Boolean | clearRecentList |