shivakumar6g General User

Joined: 19 Jan 2011 Posts: 12
|
Posted: Wed Feb 08, 2012 9:20 pm Post subject: change the color of the text in the word document in java |
|
|
I want to change the color of the text,header,.... using java language
Doing using
XPropertySet xTextProps = UnoRuntime.queryInterface(XPropertySet.class, xTextCursor);
xTextProps.setPropertyName("charColor",Color.Green); |
|