Re: [api-dev] How to apply Paragraph Style to XTextDocument?

2006-11-13 Thread Bartolomeo Mastromarco
aloizio wrote: I need to change via OO API the following parameters LineSpacing ParaFirstLineIndent ParaVertAlignment hi, this is the code for you: XStyle xStyle = (XStyle)UnoRuntime.queryInterface ( XStyle.class, this.xMultiServiceFactory.createInstance(

Re: [api-dev] How to apply Paragraph Style to XTextDocument?

2006-11-13 Thread aloizio
Hi Bartolomeo, Thanks for your help. I have another problem I implemented the method below, but only the first paragraph of the document are changed with the properties. I need to set all document paragraphs to the properties into the loop. Why this happens. Could you help me? public void

Re: [api-dev] How to apply Paragraph Style to XTextDocument?

2006-11-09 Thread aloizio
Am Mittwoch, I am already using these references. Thanks. Marc Santhoff wrote: Am Mittwoch, den 08.11.2006, 11:23 -0800 schrieb aloizio: I need to change via OO API the following parameters LineSpacing ParaFirstLineIndent ParaVertAlignment Maybe you like to use the

Re: [api-dev] How to apply Paragraph Style to XTextDocument?

2006-11-08 Thread Marc Santhoff
Am Mittwoch, den 08.11.2006, 11:23 -0800 schrieb aloizio: I need to change via OO API the following parameters LineSpacing ParaFirstLineIndent ParaVertAlignment Maybe you like to use the available documentation ressources: http://codesnippets.services.openoffice.org/Writer/