ardi::format
Query layout information. This is valid only for report in Presentation format. Layout information originates from the Presentation master document.
ardi::format::layout
ardi::format::layout exists
Queries whether or not a specific layout exists.
- Syntax
ardi::format::layout exists
- Parameters
-
- -name (mandatory)
- Value: Name of the layout.
- Returns
- Boolean – 1, if layout exists.
- Example
ardi::format::layout exists -name "One Table"
ardi::format::layout get
Queries the value of one layout.
- Syntax
ardi::format::layout get
- Parameters
-
- -name (mandatory)
- Value: Name of the layout.
- Returns
- A list of item assigned to the layout or Tcl -error in case of error.
- Example
ardi::format::layout get -name $name
ardi::format::layout getlist
Queries the list of available layouts.
- Syntax
ardi::format::layout getlist
- Returns
- The list of layout names.