GoFiler Script Reference
Legato v 1.1a Application v 4.19aa
|
Table of Contents | < < Previous | Next >> |
Chapter Eleven — SGML Functions (continued)
Overview
The HTMLAddPageBreak function adds a page break field into the HTML stream for an HTML writer object.
Syntax/Parameters
Syntax
int = HTMLAddPageBreak ( handle hObject, [int mode] );
Parameters
hObject
A handle to an HTML Writer Object.
mode
An optional flag as an int, if set to FALSE (0) to use a page field or TRUE (1) for a simple break. The default is FALSE.
[]
[]
Return Value
An int as a ERROR_NONE (0) for no error or a formatted error code.
Remarks
The simple page break simple adds a division with a ‘page-break-before’ CSS property.
The field mode adds the current page break field to the stream.
Related Functions
Table of Contents | < < Previous | Next >> |
© 2007-2017 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. GoFiler is a trademark 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.