:: com :: sun :: star :: ucb ::
|
deprecated |
interface XDataContainer |
|
|
- Base Interfaces
XDataContainer
┗ ::com::sun::star::container::XIndexContainer
┗ ::com::sun::star::container::XIndexReplace
┗ ::com::sun::star::container::XIndexAccess
┗ ::com::sun::star::container::XElementAccess
::com::sun::star::container::XIndexContainer |
- (referenced interface's summary:)
- This is the generic interface for supporting the insertion and removal of
indexed elements.
|
|
- Usage Restrictions
- deprecated
- Description
- specifies a container for (binary) data.
A data container may contain data and/or other data containers.
A typical container with children is a MIME message with
attachments.
|
Methods' Summary |
getContentType |
returns the content type (MIME Type) of the data container.
|
setContentType |
sets the content type (MIME Type) of the data container.
|
getData |
returns the data of the data container.
|
setData |
sets the data of the data container.
|
getDataURL |
[ DEPRECATED ]
Deprecated. Do not use!
|
setDataURL |
[ DEPRECATED ]
Deprecated. Do not use!
|
Methods' Details |
getContentType
- Description
- returns the content type (MIME Type) of the data container.
- Returns
- the content type
|
|
setContentType
void |
setContentType( |
[in] string |
aType ); |
- Description
- sets the content type (MIME Type) of the data container.
- Parameter aType
- the content type
|
|
getData
sequence< byte > |
getData(); |
- Description
- returns the data of the data container.
- Returns
- the data
|
|
setData
void |
setData( |
[in] sequence< byte > |
aData ); |
- Description
- sets the data of the data container.
- Parameter aData
- the data
|
|
getDataURL
- Usage Restrictions
- deprecated
- Description
- Deprecated. Do not use!
|
|
setDataURL
void |
setDataURL( |
[in] string |
aURL ); |
- Usage Restrictions
- deprecated
- Description
- Deprecated. Do not use!
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.