At 11:23 PM 21/09/2003, you wrote:
>So i could implement the functions of the Records into the HSSFSheet. This
>functions would be:
>
>getVerticalPageBreakCount()
>getVerticalPage(short index)
>isVerticalPageBeforeCol(short colNum)
>createVerticalPageBeforeCol(short colNum)
>removeVerticalPageBeforeCol(short colNum)
>
>getHorizontalPageBreakCount()
>getHorizontalPage(short index)
>isHorizontalPageBeforeRow(short rowNum)
>createHorizontalPageBeforeRow(short rowNum)
>removeHorizontalPageBeforeRow(short rowNum)
>
>Then i would move the low-level functions to Sheet:
>
>getVerticalPageBreaks();
>getHorizontalPageBreaks();
>
>
>Is this the way it should be implemented?
>How can i commit my code?
That sounds reasonable.
To submit your code you sent it to us as a patch. See this page for more
details:
http://jakarta.apache.org/poi/getinvolved/index.html
>I'll be away the next 3 weeks, so i can submit the code in october.
>
>BTW: The contrib.html on the HSSF Page is missing.
Thanks,
I'll look into it.
|