Skip to content

rephrase.Pager (+rephrase)

Create a Text object for rephrase reports

Syntax

output = rephrase.Pager(title, varargin)

Input arguments

title [ string ]

Title text for the pager.

Output arguments

output [ Pager ]

Pager type object with the assigned arguements to be passed into the rephrase objects.

Options

StartPage=0 [ numeric ]

Sets the start page.

Description

The function +rephrase/Text returns the Text object based on the input arguments and options set by the user. The object itself needs to be passed to the parent rephrase object such as +rephrase/Report.

Examples