Class InsertTab
Implements All Buttons on Insert Tab
Inheritance
System.Object
InsertTab
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.ActionsXA
Assembly: Quark.XA.Core.AutomationProject.dll
Syntax
public class InsertTab
Constructors
InsertTab(ref Application)
Declaration
public InsertTab(ref Application application)
Parameters
| Type | Name | Description |
|---|---|---|
| Application | application |
Methods
AccessInsertTab()
Declaration
public void AccessInsertTab()
CloseCrossReferenceDlg(String, String, String, String)
Declaration
public void CloseCrossReferenceDlg(string RefType, string RefTo, string RefCaption, string ForList)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | RefType | |
| System.String | RefTo | |
| System.String | RefCaption | |
| System.String | ForList |
EditHyperlink(String, String)
Declaration
public void EditHyperlink(string referenceText = null, string hyperLink = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | referenceText | |
| System.String | hyperLink |
InsertCrossReference()
Declaration
public void InsertCrossReference()
InsertCrossReferenceDlg(String, String, String, String, Boolean, Boolean)
Declaration
public void InsertCrossReferenceDlg(string RefType = "", string RefTo = "", string RefCaption = "", string ForList = "", bool InsertBtn = true, bool CloseBtn = true)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | RefType | |
| System.String | RefTo | |
| System.String | RefCaption | |
| System.String | ForList | |
| System.Boolean | InsertBtn | |
| System.Boolean | CloseBtn |
InsertCustomNote()
Declaration
public void InsertCustomNote()
InsertCustomReferenceDlg()
Declaration
public void InsertCustomReferenceDlg()
InsertEndnote()
Declaration
public void InsertEndnote()
InsertEquation(Boolean)
Declaration
public void InsertEquation(bool edit = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | edit |
InsertFootnote()
Declaration
public void InsertFootnote()
InsertHtmlTable()
Declaration
public void InsertHtmlTable()
InsertHtmlTable(Int32, Int32)
Declaration
public void InsertHtmlTable(int columns, int rows)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | columns | |
| System.Int32 | rows |
InsertHyperlink(String, String)
Insert Hyperlink
Declaration
public void InsertHyperlink(string referenceText = null, string hyperLink = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | referenceText | Reference Text |
| System.String | hyperLink | Hyperlink |
InsertPageBreak()
Declaration
public void InsertPageBreak()
InsertPicture(String, String)
Insert Image
Declaration
public void InsertPicture(string imageNameInTestDocument, string path = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | imageNameInTestDocument | Name of Image in Test Documents |
| System.String | path |
InsertSimpleTable()
Declaration
public void InsertSimpleTable()
InsertSimpleTable(Int32, Int32)
Declaration
public void InsertSimpleTable(int columns, int rows)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | columns | |
| System.Int32 | rows |
InsertSymbol()
Declaration
public void InsertSymbol()
InsertTable()
Declaration
public void InsertTable()
InsertTable(Int32, Int32, Boolean, Boolean, ImplementDialogs.TableType)
Insert Table
Declaration
public void InsertTable(int columns, int rows, bool perf = false, bool log = false, ImplementDialogs.TableType tableType = ImplementDialogs.TableType.Table)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | columns | Number of Columns |
| System.Int32 | rows | Number of Rows |
| System.Boolean | perf | |
| System.Boolean | log | |
| ImplementDialogs.TableType | tableType |
InsertTablenote()
Declaration
public void InsertTablenote()
SelectCrossReferenceOpt(String)
Declaration
public void SelectCrossReferenceOpt(string MenuItem = "Insert Cross-reference...")
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | MenuItem |
UpdateCrossReferenceDlg()
Declaration
public void UpdateCrossReferenceDlg()
VerifyCrossReferenceDlg(String[], String, String, String, Boolean, Boolean)
Declaration
public void VerifyCrossReferenceDlg(string[] ForList = null, string RefType = "", string RefTo = "", string RefCaption = "", bool InsertBtn = false, bool CloseBtn = true)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | ForList | |
| System.String | RefType | |
| System.String | RefTo | |
| System.String | RefCaption | |
| System.Boolean | InsertBtn | |
| System.Boolean | CloseBtn |
VerifyTablesButtonState(Boolean)
Declaration
public void VerifyTablesButtonState(bool shouldEnabled)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | shouldEnabled |