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=26574>.
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=26574

[RFE] ActiveSheet.DisplayRightToLeft = True





------- Additional Comments From [EMAIL PROTECTED]  2004-04-04 00:21 -------
Hi Some Additional Comments.

I understand you want me to enter a high level support of setDisplayRightToLeft 
to the CVS.
Since I have slow connection it will take me ages to download all the ANT+all 
BUILD and CVS files, and I do not know your policy regarding renaming a method. 
so I ask of you to do the following if you can :

1. Add a method in class HSSFSheet.java {
public void setDisplayRightToLeft(boolean isRightToLeft) {
   WindowTwoRecord windowTwo = (WindowTwoRecord) getSheet().findFirstRecordBySid
(WindowTwoRecord.sid);
   windowTwo.setArabic(isRightToLeft);
}

2. Maybe you can change the method name WindowTwoRecord::setArabic since it 
also applies to Hebrew. The method does setDisplayRightToLeft and I think 
should be called like that in WindowTwoRecord.

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to