:: com :: sun :: star :: report ::

interface XImageControl
Base Interfaces
XImageControlXReportControlModel
┃ ┣ XReportComponent
┃ ┃ ┣ ::com::sun::star::util::XCloneable
┃ ┃ ┣ ::com::sun::star::container::XChild
┃ ┃ ┣ ::com::sun::star::lang::XComponent
┃ ┃ ┣ ::com::sun::star::drawing::XShape
┃ ┃ ┃ ┗ ::com::sun::star::drawing::XShapeDescriptor
┃ ┃ ┗ ::com::sun::star::beans::XPropertySet
┃ ┣ XReportControlFormat
┃ ┣ ::com::sun::star::container::XContainer
┃ ┗ ::com::sun::star::container::XIndexContainer
┃    ┗ ::com::sun::star::container::XIndexReplace
┃       ┗ ::com::sun::star::container::XIndexAccess
┃          ┗ ::com::sun::star::container::XElementAccess
┗ ::com::sun::star::form::XImageProducerSupplier

XReportControlModel
::com::sun::star::form::XImageProducerSupplier
(referenced interface's summary:)

Attributes' Summary
ImageURL specifies an URL to an image to use for the control.  
ScaleMode defines how to scale the image  
PreserveIRI Specifies that the IRI given in the data field should be preserved, otherwise the content will be inserted in the resulting report document. If the data field contains something different as string then this attribute will be ignored.  
Attributes' Details
ImageURL
[ bound ] string ImageURL;
Description
specifies an URL to an image to use for the control.
ScaleMode
[ bound ] short ScaleMode
set raises (::com::sun::star::lang::IllegalArgumentException);

Description
defines how to scale the image

If this property is present, it supersedes the ScaleImage property.

The value of this property is one of the ::com::sun::star::awt::ImageScaleMode constants.

Since
OOo 3.2
PreserveIRI
[ bound ] boolean PreserveIRI;
Description
Specifies that the IRI given in the data field should be preserved, otherwise the content will be inserted in the resulting report document. If the data field contains something different as string then this attribute will be ignored.
Top of Page