|
|
|
|
|
<Word Processing>.Select (Function) In french: <Traitement de texte>.Sélectionne Selects a fragment in a Word Processing control. MonDocImg is Document
MonFragment is docFragment(MonDocImg, 1)
Img is Image = CompleteDir(fExeDir()) + "imgtest.jpg"
MonElémentImage is docElement
MonElémentImage.Type = typeDocElementImage
MonElémentImage.Image.ImageBuffer = Img
MonElémentImage.Image.Width = 20
MonElémentImage.Image.Height = 20
MonFragment.Insert(MonElémentImage)
TT_SansNom1 = MonDocImg
f is docFragment(TT_SansNom1, 1, 1)
TT_SansNom1.Sélectionne(f)
Syntax
<Word Processing control>.Select(<Fragment>)
<Word Processing control>: Control name Name of the Word Processing control to use. <Fragment>: docFragment variable Name of the docFragment variable to select.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|