Methods' Summary |
getMediaType |
returns the media type of a package, e.g.
application/vnd.sun.star.basic-script .
|
getDescription |
returns a description string to describe a package type.
|
getShortDescription |
returns a short description string to describe a package type
(one line only).
|
getFileFilter |
returns a file filter string for the file picker user interface.
Both, the short description string and file filter string
will be passed to
com::sun::star::ui::dialogs::XFilterManager::appendFilter().
|
getIcon |
[ DEPRECATED ]
returns an icon for a package.
|
Methods' Details |
getMediaType
- Description
- returns the media type of a package, e.g.
application/vnd.sun.star.basic-script .
- Returns
- media type of package
|
|
getDescription
- Description
- returns a description string to describe a package type.
- Returns
- description
|
|
getShortDescription
- Description
- returns a short description string to describe a package type
(one line only).
- Returns
- description
|
|
getFileFilter
- Description
- returns a file filter string for the file picker user interface.
Both, the short description string and file filter string
will be passed to
com::sun::star::ui::dialogs::XFilterManager::appendFilter().
- Returns
- file filter string
|
|
getIcon
any |
getIcon( |
[in] boolean |
highContrast, |
| [in] boolean |
smallIcon ); |
- Usage Restrictions
- deprecated
- Description
- returns an icon for a package.
- Parameter highContrast
- argument is ignored
- Parameter smallIcon
- argument is ignored
- Returns
- empty any
|
|
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.