GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Eleven — SGML Functions (continued)
11.10.7 HTML Writer Paragraph Functions
Paragraphs (or blocks) can be added as an entire chunk, by opening the paragraph, adding text repeatedly and then closing the paragraph (open mode) or by beginning a paragraph, adding styled data and completing the paragraph (styled mode).
Table cells can also contain paragraphs by opening a cell, then adding one or more paragraphs.
Only one paragraph can be open at any given time.
An HTML <P> is added with the CLASS and inline STYLE attributes defined as set up by the HTMLSetBlockClass and HTMLSetBlockStyle functions, respectively.
Functions for open mode processing:
HTMLAddText — Adds unencoded or encoded text to the stream in open or styled mode with optional style.
HTMLAddPara — Adds a complete paragraph with text data in the current encoding mode with optional text alignment.
HTMLParaOpen — Opens a paragraph to have text added in open mode.
HTMLParaClose — Closes the current paragraph that employed open mode.
Style mode processing:
HTMLAddText — Adds unencoded or encoded text to the stream in open or styled mode with optional style.
HTMLBeginPara — Opens a paragraph for use in stylized mode.
HTMLCompletePara — Wraps up and writes a stylized paragraph.
Related Functions
HTMLAddLinkedText — Adds an inline text segment as a link.
HTMLSetBlockClass — Sets the class name to be used for blocks going forward.
HTMLSetBlockStyle — Sets a specified style item to be used for blocks going forward.
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.