GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Eleven — SGML Functions (continued)
Overview
The HTMLBeginPara function starts a styled paragraph either as a standard or a hanging paragraph.
Syntax/Parameters
Syntax
int = HTMLBeginPara ( handle hObject );
int = HTMLBeginPara ( handle hObject, string | dword first, string | dword
left,
[string
| dword gutter] );
Parameters
hObject
A handle to an HTML Writer Object.
first
A string or a dword as a measurement for the first indent value for a hanging paragraph. This value should not be confused with the CSS ‘text-indent’ property.
left
A string or a dword as a measurement for the left indent value for a hanging paragraph. This value should not be confused with the CSS ‘margin-left’ or ‘padding-left’ properties.
gutter
An optional string or a dword as a measurement for the gutter value for a hanging paragraph. When this parameter is specified, the hang style changes to right aligned item text.
Return Value
An int as a ERROR_NONE (0) for no error or a formatted error code.
Remarks
The HTMLBeginPara function sets up for a managed paragraph as either a basic or hanging paragraph. In a basic paragraph, the coding is performed with a conventional <P></P> tag group. In hanging mode, a small one row table is created to constrain the list item and the text content.
If a paragraph is presently open, it will automatically be closed. Opening a table or cell will close a currently open paragraph. HTMLBeginPara is meant to add data in styled mode with style control.
Use the HTMLAddText function to add styled information.
Code formatting is adjusted and tidied upon completion.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE, Legato Basic
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.