Bug 51305

Summary: Add sprmTCellPaddingDefault support; Update Table Cell Descriptor, make it non-from-file;
Product: POI Reporter: Sergey Vladimirov <vlsergey>
Component: HWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.8-dev   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Attachments: patch

Description Sergey Vladimirov 2011-05-31 20:19:22 UTC
Created attachment 27099 [details]
patch

Table Cell Descriptor isn't loading from file, but it happens to occure as SPRM operand. Because of this serialization is moved from TCAbstractType (autogenerated) to TableCellDescriptor class.

new wCellPadding* and ftsCellPadding* properties were added to TCAbstractType and loading of those properties - to TableSprmUncompressor.
Comment 1 Yegor Kozlov 2011-06-06 12:44:09 UTC
Applied in r1132616

Thanks,
Yegor