Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 8,813 for

header

(0.16 sec)
  1. Setting Structure Elements Properties|Aspose.PD...

    You may set different structure elements properties in PDF document with Aspose.PDF for Python via .NET....document, such as sections, headers, paragraphs, or tables. By...True ) header_element = tagged_content . create_header_element...

    docs.aspose.com/pdf/python-net/setting-structur...
  2. 用 C++ 替换工作表内文本框中的标签为文本|Documentation

    使用 Aspose.Cells for C++ 编程方式替换工作表文本框中的标签。...Replace text in cells and headers/footers for ( int i = 0 ; i...U16String header = pageSetup . GetHeader ( j ); if ( ! header . IsEmpty...

    docs.aspose.com/cells/zh/cpp/replace-tag-with-t...
  3. Work with Columns and Rows|Aspose.Words for Nod...

    Working with parts of a table – rows, columns, and cells using Node.js. Specify Header Row Node.js....a document: Specify Rows as Header Rows You can choose to repeat...first row in the table as the Header Row only on the first page...

    docs.aspose.com/words/nodejs-net/working-with-c...
  4. Work with Columns and Rows in Java|Aspose.Words...

    Working with parts of a table – rows, columns, and cells using Java. Specify Header Row Java....a document: Specify Rows as Header Rows You can choose to repeat...first row in the table as the Header Row only on the first page...

    docs.aspose.com/words/java/working-with-columns...
  5. RowFormat.height property | Aspose.Words for No...

    RowFormat.height property. Gets or sets the height of the table row in points.... write ( "Header Row,\n Cell 1" ); builder ...insertCell (); builder . write ( "Header Row,\n Cell 2" ); builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in textboxes within Excel worksheets using Aspose.Cells for Python via .NET....s_find # Replace in cells and headers/footers for sheet in workbook...range ( 3 ): header = sheet . page_setup . get_header ( j ) if header...

    docs.aspose.com/cells/python-net/replace-tag-wi...
  7. Aspose::Words::Tables::Table::get_LeftIndent me...

    Aspose::Words::Tables::Table::get_LeftIndent method. Gets or sets the value that represents the left indent of the table in C++.... builder -> Write ( u "Header Row, \n Cell 1" ); builder...InsertCell (); builder -> Write ( u "Header Row, \n Cell 2" ); builder...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. EML parsing with threads and edit/add eml heade...

    Hi Team, We are planning to support EML import in our macOS app with the following requirements: Input Formats: ZIP file containing EML folders/files Direct folder containing EML files (with nested structure) Expect…...with threads and edit/add eml headers Aspose.Email Product Family...Read and extract: Standard headers (Message-ID, In-Reply-To, References...

    forum.aspose.com/t/eml-parsing-with-threads-and...
  9. DocumentBuilder.Writeln | Aspose.Words for .NET

    Enhance your documents effortlessly with DocumentBuilder's Writeln method—insert text and paragraph breaks seamlessly for improved readability....Examples Shows how to create headers and footers in a document using...Specify that we want different headers and footers for first, even...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Replace Fields C#|Aspose.Words for .NET

    Learn how to replace fields with text in C#. Replace fields with static data using the .NET API....properly for some fields in a header or footer. For example, trying...convert the PAGE field in a header or footer to static text will...

    docs.aspose.com/words/net/replace-fields/