Re: XTextSection set background image API Changes ?

Peter Eberlein <[email protected]> Wed, 09 Mar 2011 16:10:01 +0100
Newsgroups gmane.comp.openoffice.devel.api
Message-ID <[email protected]>
Am 09.03.2011 15:44, schrieb underscore:
> I was setting the background image as follows :
>
> (xSectionProps is the XPropertySet of a XTextSection )
>
> Object         bitmapTable   =
> createInstance("com.sun.star.drawing.BitmapTable");
> XNameContainer nameContainer = ooQueryInterface.XNameContainer(bitmapTable);
> String         graphicName   = "section-background"
> nameContainer.insertByName(graphicName, "file:/home/user/file.png");
> graphicURL = (String) nameContainer.getByName(graphicName);
>
> xSectionProps.setPropertyValue("BackGraphic", graphicURL);
> xSectionProps.setPropertyValue("BackGraphicFilter", "PNG - Portable
> Network Graphic");
> xSectionProps.setPropertyValue("BackGraphicLocation",
> com.sun.star.style.GraphicLocation.TILED);
>
> But this does not seem to work in OOo 3.3 ?
>
> Whats the way to set the background image of a section now ?
>
>
maybe related to http://openoffice.org/bugzilla/show_bug.cgi?id=116575

Peter

--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help