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)
Tiếng Việt (vi)
Türkçe (tr)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Methods' Details
getMediaType
Description
To get the media type of the MIME content-type.
Returns
The media type of the MIME content-type.
getMediaSubtype
string
getMediaSubtype ();
Description
To get the media subtype of the MIME content-type.
Returns
The media subtype of the MIME content-type.
getFullMediaType
string
getFullMediaType ();
Description
To get the full media/submedia type of the MIME content-type.
Returns
The full media/submedia type of the MIME content-type.
getParameters
sequence< string >
getParameters ();
Description
To get a list of parameters that the MIME content-type contains.
Returns
A list of the names of all parameters of the MIME content-type.
hasParameter
boolean
hasParameter (
[in] string
aName );
Description
To query if a specific parameter is supported.
Parameter aName
The name of the parameter to query for.
Returns
A value of true if the MIME content-type has the specified parameter.
A value of false if the MIME content-type has not the specified parameter.
getParameterValue
Description
To get the value of a specified parameter.
Parameter aName
The name of the parameter for which the value is requested.
Returns
The value of the specified parameter.
Throws
com::sun::star::container::NoSuchElementException
if the specified parameter doesn't exist.
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.