interface XMimeContentType in module com::sun::star::datatransfer:: |
interface XMimeContentType : com::sun::star::uno::XInterface ;
An implementation of this interface represents a MIME content-type that is conform to Rfc2045 and Rfc2046 . Instances that implement this interface could be created using the interface XMimeContentTypeFactory .
Method Summary |
|
getMediaType | To get the media type of the MIME content-type. |
getMediaSubtype | To get the media subtype of the MIME content-type. |
getFullMediaType | To get the full media/submedia type of the MIME content-type. |
getParameters | To get a list of parameters that the MIME content-type contains. |
hasParameter | To query if a specific parameter is supported. |
getParameterValue | To get the value of a specified parameter. |
Method Details |
|||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.