contentOverflow property

Retrieves a value that indicates whether the document contains additional content after processing the current LayoutRect object.

Syntax

JScript
p = object.contentOverflow

 

Property values

Type: Boolean

One of the values in the Property Values section.

Remarks

Use the event-handling script invoked by the onlayoutcomplete event to check the value of this property. If the contentOverflow property is true, use a new LayoutRect to format the remaining document content. If set to false, the document formatting is complete. The contentOverflow property can be used only within customized print or print preview templates.