|
|
|
|
|
<docFragment variable>.add (función) Adds at the end of a docFragment variable: - an element,
- a text,
- an image.
Sintaxis
<Result> = <Fragment>.Add(<Object to add>)
<Result>: Variable de tipo DocFragment docFragment variable with the added fragment. <Fragment>: Variable de tipo DocFragment Name of the docFragment variable to be used. <Object to add>: Tipo de objeto añadido Object to add: - Element: Name of the docElement type variable corresponding to the element to be added.
- String text: Text to be added.
You can use the following constants in the text to add 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. |
- Image: Name of variable of type Image to be added.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|