GoFiler Complete

GoFiler Script Reference

 

Legato v 1.1a

Application v 4.19aa

  

 

Chapter ElevenSGML Functions (continued)

HTMLAddPageBreak Function

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