set_first_page_footer yöntemi
set_first_page_footer(section, footer_script)
Bir Excel dosyasının ilk sayfa altbilgisini biçimlendiren bir komut dosyası ayarlar.
def set_first_page_footer(self, section, footer_script):
...
Parametre | Tip | Tanım |
---|---|---|
section | int | 0: Sol Bölüm, 1: Orta Bölüm, 2: Sağ Bölüm. |
footer_script | str | Altbilgi biçimi komut dosyası. |
Ayrıca bakınız
- modül aspose.cells
- sınıf PageSetup