You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2009/06/11 18:55:48 UTC

DO NOT REPLY [Bug 47355] New: TableCell to expose TableCellDescriptor

https://issues.apache.org/bugzilla/show_bug.cgi?id=47355

           Summary: TableCell to expose TableCellDescriptor
           Product: POI
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: HWPF
        AssignedTo: dev@poi.apache.org
        ReportedBy: maxstocker@gmail.com


Currently org.apache.poi.hwpf.usermodel.TableCell has a private field of type
TableCellDescriptor. Some of the fields of TableCellDescriptor are exposed via
the TableCell API but not all.

In my particular case having access to more of the fields from
TableCellDescriptor would be helpful.

I would like to add a method called getDescriptor to the TableCell class that
returns the private TableCellDescriptor

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 47355] TableCell to expose TableCellDescriptor

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47355


Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Yegor Kozlov <ye...@dinom.ru>  2009-06-19 07:02:05 PST ---
Applied in r786511 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=786511 )

Thanks,
Yegor

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 47355] TableCell to expose TableCellDescriptor

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47355





--- Comment #1 from Max Stocker <ma...@gmail.com>  2009-06-11 09:59:46 PST ---
Created an attachment (id=23797)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23797)
A patch to TableCell that adds a method to return the TableCellDescriptor

This does all I need. 

Does adding a getter method require a unit test? I can't imagine how this
breaks anything...

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org