[api-dev] Reset the cell Style to default

2006-10-04 Thread Bart Aimar
Hi all, There is a little bug in manage hierachical Cell Styles. All the properties along the hierachy can be modifyed and reset to default any time now (By UI) With exception for the cellBackcolor! This cood seem a good workaround: SUB Property_2_default oSheet =

Re: [api-dev] Reset the cell Style to default

2006-10-04 Thread Cor Nouws
Hi Bart, Bart Aimar wrote: There is a little bug in manage hierachical Cell Styles. All the properties along the hierachy can be modifyed and reset to default any time now (By UI) With exception for the cellBackcolor! This cood seem a good workaround: SUB Property_2_default oSheet =

Re: [api-dev] Reset the cell Style to default

2006-10-04 Thread Niklas Nebel
Bart Aimar wrote: To reset ONLY the backGroundColor I found: ... StyleFamilies.CellStyles.getByName(sStyle).PropertyToDefault ??? ... StyleFamilies.CellStyles.getByName(sStyle).setPropertiesToDefault ??? Obviously I have problems about the parametres... Any Help? ...

Re: [api-dev] Reset the cell Style to default

2006-10-04 Thread Bart Aimar
Cor Nouws ha scritto: Hi Bart, Hi Cor ...zot ... ... StyleFamilies.CellStyles.getByName(sStyle).PropertyToDefault ??? ... StyleFamilies.CellStyles.getByName(sStyle).setPropertiesToDefault ??? Obviously I have problems about the parametres... I once had to set a colour to default. Value

Re: [api-dev] Reset the cell Style to default

2006-10-04 Thread Bart Aimar
Niklas Nebel ha scritto: ... setPropertyToDefault(CellBackColor) This work fine! :-) Thank you Nikklas Bart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[api-dev] c# Input Fields, get Hint property?

2006-10-04 Thread Adam Patacchiola
Hi, I'm trying to update input fields in a writer document using C#. I'm planning on using the hint property when the field is created to indicate that this is a field that needs updating. (I tried using user variables, but they are removed when the document is converted to MS Word format,

[api-dev] Re: please advise: ooobean

2006-10-04 Thread Jochen Staerk
Thanks for answering/Hi, the windows version of my app does not work. I would use custom classloader approach. OK, lets go for it. problem is how does Java locate the JARs (its not only officebean.jar).Also the officebean.jar must be located first. In the SDK there should be an example of