:: com :: sun :: star :: graphic ::
|
interface XGraphicProvider |
|
- Description
- This interface acts as the main interface to handle graphic
content. It is used to load graphics, store graphics and
to get information about unloaded graphics
|
Methods' Summary |
queryGraphicDescriptor |
Calling this method returns a
::com::sun::star::beans::XPropertySet
interface that gives access to the properties of the
unloaded graphic
|
queryGraphic |
Calling this method returns a XGraphic interface
that holds the graphic content after loading the graphic
|
storeGraphic |
Store the graphic content, represented through the XGraphic
interface at the specified location
|
Methods' Details |
queryGraphicDescriptor
- Description
- Calling this method returns a
::com::sun::star::beans::XPropertySet
interface that gives access to the properties of the
unloaded graphic
In most cases, this method will be used to query the
mime type of the graphic and, in the case of pixel graphics,
the resulting size after loading
- Parameter MediaProperties
- A sequence of property values to describe the location
of the graphic, for which the attributes should be returned
- Returns
- A ::com::sun::star::beans::XPropertySet interface
to get access to the different graphic properties
- See also
- MediaProperties, GraphicDescriptor, ::com::sun::star::beans::PropertyValues
|
|
queryGraphic
- Description
- Calling this method returns a XGraphic interface
that holds the graphic content after loading the graphic
- Parameter MediaProperties
- A sequence of property values to describe the location
of the graphic from which the graphic is to be loaded
- Returns
- The XGraphic interface
- See also
- MediaProperties, XGraphic, ::com::sun::star::beans::PropertyValues
|
|
storeGraphic
- Description
- Store the graphic content, represented through the XGraphic
interface at the specified location
- Parameter Graphic
- The graphic that should be stored
- Parameter MediaProperties
- A sequence of property values to describe the destination
location of the graphic
- See also
- XGraphic, MediaProperties, ::com::sun::star::beans::PropertyValues
|
|
Top of Page
Copyright © 2000, 2014 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.