Summary: | Patch: TextBox shape, how-to guide and misc. refactoring | ||
---|---|---|---|
Product: | POI | Reporter: | Yegor Kozlov <yegor> |
Component: | HSLF | Assignee: | POI Developers List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | All | ||
Attachments: |
patch with changes
archive with the affected source code |
Description
Yegor Kozlov
2006-04-09 16:53:30 UTC
Created attachment 18046 [details]
patch with changes
Created attachment 18047 [details]
archive with the affected source code
Thanks, I've committed this with only a few tweaks (mostly to comments). I ditched the empty constructor to StyleTextPropAtom, since you can get the same behaviour by calling the int constructor with a size 0. I've also put your new documentation page on the site (just needed a slight tweak to make the XML valid) |