Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: deployment ::
unpublished
interface XPackageTypeInfo
Usage Restrictions
not published
Description
Objects of this interface provide information about a package's type.
Since
OOo 2.0
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
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 );
Description
returns an icon for a package.
Parameter highContrast
return high contrast icon
Parameter smallIcon
return a small icon (e.g. 16x16 pixel),
else return a big one (e.g. 26x26 pixel)
Returns
currently an unsigned short
(resource id for deploymentgui resource file),
void any if none is available
Top of Page Copyright © 2013, 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.