Methods' Details |
getCommands
- Description
- obtains information for all supported commands.
- Returns
- a sequence with information for all supported commands.
|
|
getCommandInfoByName
- Description
- returns information for a specific command.
- Returns
- the information for the requested command.
- Parameter Name
- specifies the name of the requested command.
- Throws
- UnsupportedCommandException
if the command is not supported.
|
|
getCommandInfoByHandle
- Description
- returns information for a specific command.
- Returns
- the information for the requested command.
- Parameter Handle
- specifies the handle of the requested command.
- Throws
- UnsupportedCommandException
if the command is not supported.
|
|
hasCommandByName
boolean |
hasCommandByName( |
[in] string |
Name ); |
- Description
- checks whether a command specific is supported.
- Returns
- `TRUE` if a command with the specified name is supported;
otherwise `FALSE` is returned.
- Parameter Name
- specifies the name of the requested command.
|
|
hasCommandByHandle
boolean |
hasCommandByHandle( |
[in] long |
Handle ); |
- Description
- checks whether a specific command is supported.
- Returns
- `TRUE` if a command with the specified handle is supported;
otherwise `FALSE` is returned.
- Parameter Handle
- specifies the handle of the requested command.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.