DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40057>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40057





------- Additional Comments From [EMAIL PROTECTED]  2006-07-19 11:08 -------
>Are the list of TextProp's pretty much the same for StyleTextPropAtom
>and TxMasterStyleAtom?

The list of properties for TxMasterStyleAtom is very close to what we have for 
StyleTextPropAtom
BUT the bitmasks for the same property can be different.
Example:
  in StyleTextPropAtom font.size is 0x20000
  in TxMasterStyleAtom font.size is 0x80000

It was the hardest part to understand it. I spent a lot of time trying to create
a generic list of properties
which works in both cases. No luck, They are just different!
Looks like in Microsoft TxMasterStyleAtom and StyleTextPropAtom were implemented
by different developers
and they didn't communicate with each other.

>If so, it might be good to keep the list together?
I think we need to move  TextPropCollection out of
StyleTextPropAtom and keep all the stuff in it. What do you think?


Regards,
Yegor

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
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