Methods' Details
|
- getMediaType
-  
string
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(
-
- 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
-  
- string
getParameterValue(
-
- raises ( com::sun::star::container::NoSuchElementException );
- 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.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.