You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Attributes.ClassAttributes.Description("This command adds a new Word Document.")]
13
+
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to add a new document to a Word Instance")]
14
+
[Attributes.ClassAttributes.ImplementationDescription("This command implements Excel Interop to achieve automation.")]
15
+
publicclassWordAddDocumentCommand:ScriptCommand
16
+
{
17
+
[XmlAttribute]
18
+
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
19
+
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Word** command")]
20
+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
21
+
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
23
+
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Word** command")]
24
+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
25
+
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.ClassAttributes.Description("This command appends text to a word document.")]
17
+
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to append text to a specific document.")]
18
+
[Attributes.ClassAttributes.ImplementationDescription("This command implements Word Interop to achieve automation.")]
19
+
publicclassWordAppendImageCommand:ScriptCommand
20
+
{
21
+
[XmlAttribute]
22
+
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
23
+
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Word** command")]
24
+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
25
+
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
0 commit comments