Class HomeTab
Inheritance
System.Object
HomeTab
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()
Assembly: Quark.XA.Core.AutomationProject.dll
Constructors
Declaration
public HomeTab(ref Application application)
Parameters
| Type |
Name |
Description |
| Application |
application |
|
Fields
Declaration
public static Hashtable FCTable
Field Value
| Type |
Description |
| System.Collections.Hashtable |
|
Declaration
public static ArrayList objArrayList
Field Value
| Type |
Description |
| System.Collections.ArrayList |
|
Declaration
public static ArrayList objArrayList1
Field Value
| Type |
Description |
| System.Collections.ArrayList |
|
Declaration
public static Hashtable THCTable
Field Value
| Type |
Description |
| System.Collections.Hashtable |
|
Properties
Declaration
public Dialogs Dialogs { get; }
Property Value
Methods
Declaration
public void AboutAction(string Action = "Menu", bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.String |
Action |
|
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
Declaration
public void AccessHomeTab()
Declaration
public void ApplyCF(string AttribName, bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.String |
AttribName |
|
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
Declaration
public void ApplyEmphasis(string EmphasisName)
Parameters
| Type |
Name |
Description |
| System.String |
EmphasisName |
|
Declaration
public void ApplyFontColor(HomeTab.Color color)
Parameters
| Type |
Name |
Description |
| HomeTab.Color |
color |
Enumeration of colors to choose from
|
ApplyTextHighlightColor(HomeTab.HighlightColor)
Select Text Highlight Color
Declaration
public void ApplyTextHighlightColor(HomeTab.HighlightColor color)
Parameters
Declaration
public void ApplyVerifyAllCF()
Declaration
public void ChangeParaStyle(string ParaStyle, bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.String |
ParaStyle |
|
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
Declaration
public void CopySelection(bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
Declaration
public void CopySelection(string copyWhat)
Parameters
| Type |
Name |
Description |
| System.String |
copyWhat |
|
Declaration
public void CutSelection(bool perf = false, bool log = false, bool TrackChanges = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
| System.Boolean |
TrackChanges |
|
Declaration
public void CutSelection(string cutWhat)
Parameters
| Type |
Name |
Description |
| System.String |
cutWhat |
|
DoNotPasteWithContentDialogue()
Reject paste Xml content of copied element
Declaration
public void DoNotPasteWithContentDialogue()
Declaration
public void ExportForReview(bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
FindText(String, Int32)
Declaration
public void FindText(string findWhat, int Count = 1)
Parameters
| Type |
Name |
Description |
| System.String |
findWhat |
|
| System.Int32 |
Count |
|
Declaration
public void GetSetFontColorPaletteCoordinates()
GetSetTextHighlightColorPaletteCoordinates()
Declaration
public void GetSetTextHighlightColorPaletteCoordinates()
Declaration
public void GotoEndOfDocument()
Declaration
public void GotoItem(HomeTab.GotoItemList gotoItem, string position)
Parameters
| Type |
Name |
Description |
| HomeTab.GotoItemList |
gotoItem |
Item from List
|
| System.String |
position |
Position of Selected Item
|
Declaration
public void GotoStartOfDocument()
GoToTextBegin(String, Int32)
Declaration
public void GoToTextBegin(string text, int count = 1)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
| System.Int32 |
count |
|
GoToTextEnd(String)
Declaration
public void GoToTextEnd(string text)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
Declaration
public void ImportReviewedDoc(bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
InsertBodyText()
Declaration
public void InsertBodyText()
InsertBodyText(String[])
Declaration
public void InsertBodyText(params string[] textStrings)
Parameters
| Type |
Name |
Description |
| System.String[] |
textStrings |
Array of Lines seperated by comma
|
Declaration
public void InsertBulletedList(bool ribbon = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
ribbon |
|
Insert a Bulleted List with Multiple list items
Declaration
public void InsertBulletedList(params string[] bulletedlistStrings)
Parameters
| Type |
Name |
Description |
| System.String[] |
bulletedlistStrings |
|
Declaration
Declaration
public void InsertNote(params string[] noteStrings)
Parameters
| Type |
Name |
Description |
| System.String[] |
noteStrings |
Array of Notes seperated by comma
|
Declaration
public void InsertNumberedList(bool ribbon = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
ribbon |
|
Insert a Numbered List with Multiple list items
Declaration
public void InsertNumberedList(params string[] numberedlistStrings)
Parameters
| Type |
Name |
Description |
| System.String[] |
numberedlistStrings |
Array of List items seperated by comma
|
Declaration
public void InsertQuote()
Declaration
public void InsertQuote(params string[] quoteStrings)
Parameters
| Type |
Name |
Description |
| System.String[] |
quoteStrings |
Array of Quotes seperated by comma
|
Declaration
public void InsertSection1()
Declaration
public void InsertSection2()
Declaration
public void InsertSimpleList()
Insert a Simple List with Multiple list items
Declaration
public void InsertSimpleList(params string[] simplelistStrings)
Parameters
| Type |
Name |
Description |
| System.String[] |
simplelistStrings |
Array of List items seperated by comma
|
Declaration
public bool IsEmphasisDisabled(string tabname, string emphasis)
Parameters
| Type |
Name |
Description |
| System.String |
tabname |
|
| System.String |
emphasis |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public void IsFunctionButtonPressed(string tabname, string button, bool state)
Parameters
| Type |
Name |
Description |
| System.String |
tabname |
|
| System.String |
button |
|
| System.Boolean |
state |
|
OpenFindTextDialog()
Declaration
public void OpenFindTextDialog()
Declaration
public void PasteSelection(bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
PasteWithContentDialogue()
Accept paste Xml content of copied element
Declaration
public void PasteWithContentDialogue()
Declaration
public void RedoAction(int numberofTimes, string Action = "Menu", int delaytime = 1)
Parameters
| Type |
Name |
Description |
| System.Int32 |
numberofTimes |
|
| System.String |
Action |
|
| System.Int32 |
delaytime |
|
Declaration
public void RedoAction(string Action = "Menu", bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.String |
Action |
|
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
ReplaceAllText(String, String, Boolean, Boolean)
Declaration
public void ReplaceAllText(string findWhat, string replaceWith, bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.String |
findWhat |
|
| System.String |
replaceWith |
|
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
Declaration
public void ReplaceDisabled(string findWhat)
Parameters
| Type |
Name |
Description |
| System.String |
findWhat |
|
ReplaceText(String, String)
Declaration
public void ReplaceText(string findWhat, string replaceWith)
Parameters
| Type |
Name |
Description |
| System.String |
findWhat |
|
| System.String |
replaceWith |
|
SelectFindText()
Declaration
public void SelectFindText()
Declaration
public void SetFontColorPaletteColors()
Declaration
public void SetFontColorPaletteCoordinates()
SetTextHighlightColorPaletteCoordinates()
Declaration
public void SetTextHighlightColorPaletteCoordinates()
SetTextHighlightPaletteColors()
Declaration
public void SetTextHighlightPaletteColors()
Declaration
public void UndoAction(int numberofTimes, string Action = "Menu", int delaytime = 1)
Parameters
| Type |
Name |
Description |
| System.Int32 |
numberofTimes |
|
| System.String |
Action |
|
| System.Int32 |
delaytime |
|
Declaration
public void UndoAction(string Action = "Menu", bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.String |
Action |
|
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
Declaration
public void VerifyAllCFDisabled()
Declaration
public void VerifyHomeButtonState(string toolbarOption, string functionButtonOption, bool shouldEnabled = true)
Parameters
| Type |
Name |
Description |
| System.String |
toolbarOption |
|
| System.String |
functionButtonOption |
|
| System.Boolean |
shouldEnabled |
|
Declaration
public bool VerifySelectedComboItem(string comboName, string Item)
Parameters
| Type |
Name |
Description |
| System.String |
comboName |
|
| System.String |
Item |
|
Returns
| Type |
Description |
| System.Boolean |
|