Jacob

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin

    #1

    Jacob

    Hi all,
    I'm using Jacob lib to create a brigde between
    java and Ms Word.
    I've to insert text with a Color att.
    How can I call the RGB function inside
    the VBA.Information module in Java ?
    I've to set the Color property of Word.Font
    with a WdColor ???
    If I do setProperty("Co lor", new Variant( color.getRGB() ) )
    jacob lunches an exception...
    Thanks for your help !
    Martin.

Working...