Word Append Paragraph
Word Append Paragraph
Section titled “Word Append Paragraph”Type: word-append-paragraph · Package: Word Activities v1.0.0
Adds a paragraph to the end of the document, with an optional style. It is the basic piece to build documents: the title, section headings and body text.
How it works
Section titled “How it works”Add the text as a new paragraph, applying the indicated style (see styles). Only works within a session (Word Create or Word Open).
Required parameters
Section titled “Required parameters”| Parameter | Editor | Description |
|---|---|---|
text | expression | The text of the paragraph. |
Optional parameters
Section titled “Optional parameters”| Parameter | Editor | Description |
|---|---|---|
session | session | Word session. Within a body it is inherited automatically. |
style | list | Estilo: Normal (def.) · Title · Heading1 · Heading2 · Heading3. |
Example
Section titled “Example”Word Create path = "C:/reportes/informe.docx" └─ body: Word Append Paragraph text = "Informe de Auditoría" style = Title Word Append Paragraph text = "1. Resumen" style = Heading1 Word Append Paragraph text = = "Se revisaron " + total + " registros."Related activities
Section titled “Related activities”- Word Append Table — add a table.
- Word Insert Image — insert an image.
- Word Create — create the document that receives the paragraphs.