ardi::format::layout

Query layout information.

This is valid only for report in MS-Powerpoint format. Layout information originates from the MS-Office master document.

ardi::format::layout exists

Queries whether or not a specific layout exists.
Parameters
-name (mandatory)
value: name of the layout
default value: ""
Returns
boolean.
usage: ardi::format::layout exists -name "One Table"

ardi::format::layout get args

Queries the value of one property.
Parameters
-name (mandatory)
value: name of the layout.
default value: ""
Returns
A list of item IDs assigned to the layout or tcl-error in case of error usage: ardi::format::layout get -name $name -itemlist

ardi::format::layout getlist

Queries the list of available layouts.
Returns
The list of layout names.