Hi!

I try to deactivate the underlining of hyperlinks in my Writer Document. Hence 
I accessed the CharacterStyles of the document. But now I don't know how to 
deactivate the hyperlinks for the whole document. 

Here is my code:
*******************************************************
xDocumentFactory = xWriterComponent~XMultiServiceFactory
xTextDocument = xWriterComponent~XTextDocument
xText = xTextDocument~getText()
xTextCursor = xText~createTextCursor()
xPropertySet = xTextCursor~xPropertySet

xDocumentFactory = xWriterComponent~XMultiServiceFactory
xTextDocument = xWriterComponent~XTextDocument
xText = xTextDocument~getText()
xTextCursor = xText~createTextCursor()
Textprops = xTextCursor~xPropertySet

xFamiliesSupplier = xTextDocument~XStyleFamiliesSupplier
xParaStyleFamily = 
xFamiliesSupplier~getStyleFamilies~getByName("CharacterStyles")~XNameContainer
*******************************************************

Can someone give me an example how to achieve this?

Regards
Nicole
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to