On Thu, 13 Jul 2006, Erez Eisenstein wrote:
Attribute fontColor is either -1 or a number such as 67108864.

Does -1 means black?

No, -1 means not set (inherited from master)

What is this color format?

From the code:

    /**
     * @return font color as RGB value
     * @see java.awt.Color
     */
   public int getFontColor() {

it seems to correspond to an AWT style colour int value

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to