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) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
     The Free and Open Productivity Suite
   
      
      
  
 
::  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 © 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.