|
|
|
|
|
<docFragment variable>.Insert (Function) In french: <Variable docFragment>.Insère Replaces the content of the current fragment. The objects that can be used are: - an element,
- a document,
- a paragraph,
- a text,
- an image,
- a fragment,
- a table of contents.
Syntax
<Result> = <Fragment>.Insert(<Object to insert>)
<Result>: docFragment variable docFragment variable with the inserted fragment. <Fragment>: docFragment variable Name of the docFragment variable to be used. The content of this fragment will be replaced with the specified object. <Object to insert>: Type corresponding to the element to insert Objet replacing the fragment content. This object can correspond to: - a character string.
You can use the following constants in the text to manage the different possible breaks:
| | docColumnBreak | Adds a column break in a multicolumn section. If the section is not multicolumn, a page break is added. | docLineBreak | Adds a line break. | docPageBreak | Adds a page break. | docParagraphBreak | Adds a paragraph break to. |
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|