Ozge Erenoglu [Oyak Bank]
2005-04-05 09:57:23 UTC
Hello,
where can I find the colors by short to use in setcellfont. For example 0xc
is black etc ..
HSSFCellStyle boldbicem = wb.createCellStyle();
HSSFFont f = wb.createFont();
f.setBoldweight(HSSFFont.BOLDWEIGHT_BOLD);
//set font 1 to 12 point type
f.setFontHeightInPoints((short) 10);
//make it blue
f.setColor((short)0xc );
// make it bold
fbold.setColor((short)0xc );
boldbicem.setFont(fbold);
boldbicemmavi.setFont(f);
s1h1.setCellStyle(boldbicem);
thank you
Kiþiye özel bu mesaj ve içeriðindeki bilgiler gizlidir. Oyak Bank bu mesajýn içeriði ve ekleri ile ilgili olarak hukuksal hiçbir sorumluluk kabul etmez.Yetkili alýcýlardan biri deðilseniz, bu mesajýn herhangi bir þekilde ifþa edilmesi, kullanýlmasý, kopyalanmasý,yayýlmasý veya mesajda yeralan hususlarla ilgili olarak herhangi bir iþlem yapýlmasýnýn kesinlikle yasak olduðunu bildiririz.Böyle bir durumda lütfen hemen mesajýn göndericisini bilgilendiriniz ve mesajý sisteminizden siliniz.Internet ortamýnda gönderilen e-posta mesajlarýndaki hata ve/veya eksikliklerden veya virüslerden dolayý mesajýn göndericisi herhangi bir sorumluluk kabul etmemektedir.Teþekkür ederiz.
The information contained in this communication may contain confidential or legally privileged information. Oyak Bank doesn't accept any legal responsibility for the contents and attachments of this message. If you are not the intended recipient you are hereby notified that any disclosure, use, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited. If you have received this communication in error, please notify the sender immediately by responding to this e-mail and then delete it from your system. The sender does not accept any liability for any errors or omissions or any viruses in the context of this message which arise as a result of internet transmission. Thank you.
where can I find the colors by short to use in setcellfont. For example 0xc
is black etc ..
HSSFCellStyle boldbicem = wb.createCellStyle();
HSSFFont f = wb.createFont();
f.setBoldweight(HSSFFont.BOLDWEIGHT_BOLD);
//set font 1 to 12 point type
f.setFontHeightInPoints((short) 10);
//make it blue
f.setColor((short)0xc );
// make it bold
fbold.setColor((short)0xc );
boldbicem.setFont(fbold);
boldbicemmavi.setFont(f);
s1h1.setCellStyle(boldbicem);
thank you
Kiþiye özel bu mesaj ve içeriðindeki bilgiler gizlidir. Oyak Bank bu mesajýn içeriði ve ekleri ile ilgili olarak hukuksal hiçbir sorumluluk kabul etmez.Yetkili alýcýlardan biri deðilseniz, bu mesajýn herhangi bir þekilde ifþa edilmesi, kullanýlmasý, kopyalanmasý,yayýlmasý veya mesajda yeralan hususlarla ilgili olarak herhangi bir iþlem yapýlmasýnýn kesinlikle yasak olduðunu bildiririz.Böyle bir durumda lütfen hemen mesajýn göndericisini bilgilendiriniz ve mesajý sisteminizden siliniz.Internet ortamýnda gönderilen e-posta mesajlarýndaki hata ve/veya eksikliklerden veya virüslerden dolayý mesajýn göndericisi herhangi bir sorumluluk kabul etmemektedir.Teþekkür ederiz.
The information contained in this communication may contain confidential or legally privileged information. Oyak Bank doesn't accept any legal responsibility for the contents and attachments of this message. If you are not the intended recipient you are hereby notified that any disclosure, use, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited. If you have received this communication in error, please notify the sender immediately by responding to this e-mail and then delete it from your system. The sender does not accept any liability for any errors or omissions or any viruses in the context of this message which arise as a result of internet transmission. Thank you.