rpti::item get
Queries the value of one property or role or attribute.
- Syntax
rpti::item get
- Parameters
-
- -id
- Mandatory value: Item ID. The item ID which is returned by the corresponding "create" API.
- For
- Value: A full list of standard property names see Supported
property name above. Use
rpti::item getpropertykeylist
for list of dynamic properties.
- Returns
- The value of the specified property/role/attribute or .tcl-error in case of error.
- Example
rpti::item get -id $id -property parent usage: rpti::item get -id $id -role rolename usage: rpti::item get -id $id -attribute attributename
rpti::item getattribute
Get item attribute.
- Syntax
rpti::item getattribute
- Parameters
-
- -id
- Value: Item ID.
- -name
- Value: Attribute name.
rpti::item getinterface
Get Item Interface.
- Syntax
rpti::item getinterface
- Parameters
-
- -name
- Value: Report session name.
rpti::item getpropertyid
Queries ID of property.
- Syntax
rpti::item getpropertyid
- Parameters
-
- -id
- Value: Item ID.
- -key
- Value: Property key.
rpti::item getpropertykeylist
Queries list of properties.
- Syntax
rpti::item getpropertykeylist
- Parameters
-
- -id
- Value: Item ID.
- Returns
- List of property keys for a particular item ID.
rpti::item getrole
Get item role.
- Syntax
rpti::item getrole
- Parameters
-
- -id
- Mandatory value: Item ID.
- -name
- Value: Role name.
- Returns
- The role value.
rpti::item getroot
Queries the ID of the report root item.
- Syntax
rpti::item getroot
- Parameters
-
- -id
- Value: Item ID.
- Returns
- The ID of the report root item.
rpti::item getselection
Queries current selected item.
- Syntax
rpti::item getselection
- Returns
- The selected item ID.
rpti::item getSlideLayouts
Queries Slide Layouts. Existing slides in a presentation is treated as slide layouts.
- Syntax
rpti::item getSlideLayouts
- Returns
- The list of layout IDs.
rpti::item gettype
Queries the type of the item with the specified ID.
- Syntax
rpti::item gettype
- Parameters
-
- -id
- Value: Item ID.
- Returns
- The type of the item.
rpti::item getypelist
Queries available types of items.
- Syntax
rpti::item gettypelist
- Returns
- A list of item types.