|
|
|
|
<Word Processing>.FindElementByName (Function) In french: <Traitement de texte>.RechercheElémentParNom Searches for an element by its name in a Word Processing control. // Delete the image named "Logo image" from the document ElementFound is docElément <- WP_MyDocument.FindElementByName("Logo image") IF ElementFound <> Null THEN DocDelete(ElementFound) END
Syntax
<Result> = <Word Processing control>.DocFindElementByName(<Element name>)
<Result>: docElement variable - docElement variable corresponding to the searched element,
- Null if no element was found.
<Word Processing control>: Control name Name of the Word Processing control to use. <Element name>: Character string Text to find in the control. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|