Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 8,680 for

header

(0.2 sec)
  1. 管理页眉和页脚|Aspose.PDF for .NET

    探索如何在 .NET 中使用 Aspose.PDF 操作 PDF 文件中的页眉和页脚,以改善文档结构。...Create formatted text for the header var formattedText = new Aspose...Winansi , false , 14 ); // Add header fileStamp . AddHeader ( formattedText...

    docs.aspose.com/pdf/zh/net/manage-header-and-fo...
  2. 使用 C++ 获取页眉或页脚|Documentation

    本文介绍如何使用 C++ API 或库以编程方式获取Excel或OpenOffice文件中的页眉和页脚。...0 ); // Get left section of header U16String headerSection = sheet...); // Get commands from the header section Vector < HeaderFooterCommand...

    docs.aspose.com/cells/zh/cpp/get-headers-or-foo...
  3. Format Table in Document|Aspose.Words for Java

    Format table inside a document easily and fast instead of using Apache POI....CLEAR ); if ( rowCt == 0 ) { // header row ctshd . setFill ( "A7BFDE"...rowCt == 0 ) { // header row rh . setText ( "header row, col " + colCt...

    docs.aspose.com/words/java/format-table-in-docu...
  4. Aspose::Words::Settings::Odso::get_FirstRowCont...

    Aspose::Words::Settings::Odso::get_FirstRowContainsColumnNames method. Specifies that a hosting application shall treat the first row of data in the specified external data source as a Header row containing the names of each column in the data source. The default value is false in C++....specified external data source as a header row containing the names of...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. Navigation with Cursor in Python|Aspose.Words f...

    Navigate between different nodes within a document such as a paragraph, bookmark, or a specific character using Python....bookmarks, table cells, fields, headers/footers, sections, and paragraphs...specific field: Navigate to a Header or Footer You can move to the...

    docs.aspose.com/words/python-net/navigation-wit...
  6. CompareOptions class | Aspose.Words for Python

    aspose.words.comparing.CompareOptions class. Allows to choose additional options for document comparison operation...ignore_headers_and_footers True indicates that headers and footers...new_comment ) # Header: builder . move_to_header_footer ( aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. Export Document Structure While Converting to P...

    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....table, worksheet, image, shape, header/footer, etc. With the option...

    docs.aspose.com/cells/java/export-document-stru...
  8. PageSetup.restart_page_numbering property | Asp...

    PageSetup.restart_page_numbering property. True if page numbering restarts at the beginning of the section....the first section's primary header, # which every page in that...move_to_header_footer ( aw . HeaderFooterType . HEADER_PRIMARY...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Copying Rows and Columns in 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/java/copying-rows-and-col...
  10. Get PDF file information|Aspose.PDF for .NET

    This section explains how to get PDF File Information with Aspose.PDF Facades....get information, we use the Header property. With ‘Hashtable’...Collections . Hashtable ( fileInfo . Header ); // Enumerate and display...

    docs.aspose.com/pdf/net/get-pdf-file-information/