Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 8,799 for

header

(0.1 sec)
  1. Fitur Utama Aspose.PDF|Aspose.PDF untuk C++

    Aspose.PDF untuk C++ menunjukkan fitur umumnya. Halaman ini menjelaskan versi PDF yang didukung, dan semua manipulasi yang dapat kami lakukan dengan teks, gambar, anotasi, dokumen, dll....Tambahkan teks di header. Tambahkan gambar di header. Tambahkan teks...

    docs.aspose.com/pdf/id/cpp/key-features/
  2. Jak přidat stránku PDF do jiného PDF pomocí Java

    Tento článek vysvětluje, jak přidat stránku PDF do jiného PDF pomocí Java. Všechny podrobnosti jsou dostupné díky konfiguraci IDE, seznamu programovacích úloh a běžícímu ukázkovému kódu pro vložení stránky PDF do PDF pomocí Javy....in PDF for instance adding a header and footer in a PDF file refer...to the article on how to add header and footer in PDF using Java...

    kb.aspose.com/cs/pdf/java/how-to-add-a-pdf-page...
  3. Копирование строк и столбцов в Jython|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....( 0 ) # Put some data into header rows ( A1 : A4 ) i = 0 while...get ( i , 0 ). setValue ( "Header Row #i" ) # Put some detail...

    docs.aspose.com/cells/ru/java/copying-rows-and-...
  4. نسخ الصفوف والأعمدة في Jython|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....( 0 ) # Put some data into header rows ( A1 : A4 ) i = 0 while...get ( i , 0 ). setValue ( "Header Row #i" ) # Put some detail...

    docs.aspose.com/cells/ar/java/copying-rows-and-...
  5. Jython da Satırları ve Sütunları Kopyalama|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....( 0 ) # Put some data into header rows ( A1 : A4 ) i = 0 while...get ( i , 0 ). setValue ( "Header Row #i" ) # Put some detail...

    docs.aspose.com/cells/tr/java/copying-rows-and-...
  6. Başlık ve Altbilgileri Ayarlama|Documentation

    Bu makale, Aspose.Cells for Python via .NET API kullanarak Excel çalışma sayfalarının üst ve altbilgisinde görsel eklemenin programatik yolunu açıklamaktadır....eklemek için kullanılan set_header ve set_footer adlı iki yöntem...eklemek için kullanılan set_header_picture ve set_footer_picture...

    docs.aspose.com/cells/tr/python-net/setting-hea...
  7. Конвертировать HTML в Markdown – Aspose.HTML fo...

    Конвертируйте HTML в Markdown с помощью библиотеки Aspose.HTML for Python via .NET. Изучите сценарии преобразования HTML в MD на примерах Python....file 7 code = "<h1>Header 1</h1>" \ 8 "<h2>Header 2</h2>" \ 9 "<p>Hello...range of elements such as headers, lists, and tables. This property...

    docs.aspose.com/html/ru/python-net/convert-html...
  8. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...sections[i] hfs = getattr(sect, "headers_footers", None) if hfs is None:...FOOTER_EVEN, ): hf = hfs.get_by_header_footer_type(hft) if hf is None:...

    forum.aspose.com/t/change-styles-for-complete-d...
  9. البحث والاستبدال في Java|Aspose.Words ل Java

    ابحث عن سلسلة أو نمط تعبير عادي في المستند واستبدله بالنص الذي تريده باستخدام Java....الخطين التاليين: HeaderFooter header = headersFooters . get ( HeaderFooterType...HeaderFooterType . HEADER_PRIMARY ); header . getRange (). replace...

    docs.aspose.com/words/ar/java/find-and-replace/
  10. 将 Excel 转换为 Python 中的 Pandas DataFrame

    学习如何使用 Aspose.Cells for Python via .NET 将 Excel 文件转换为 Python 中的 pandas DataFrames,提供简单、准确的代码示例。...Angeles" # 步骤 5:从第一行数据中获取标题 header_idx = c.min_data_row columns...[cell.value for cell in c.rows[header_idx]] # 步骤 6:收集其余行作为数据 data...

    blog.aspose.com/zh/cells/convert-excel-to-panda...