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

header

(0.89 sec)
  1. 用 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...
  2. 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...
  3. 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...
  4. 使用 Java 向 PDF 添加标题 | Aspose.PDF

    Java原始程式碼,用於在任何平臺上的PDF文件中添加標題。...Create header TextStamp textStamp = new TextStamp ( "Header Text"...VerticalAlignment . Top ); // Add header on all pages for ( Page page...

    products.aspose.com/pdf/zh-hant/java/header/
  5. 在工作簿之间复制工作表|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) for ( int i =...PutValue ( string . Format ( "Header Row {0}" , i )); } //Put some...

    docs.aspose.com/cells/zh/net/copy-worksheets-be...
  6. RowFormat.height_rule property | Aspose.Words f...

    RowFormat.height_rule property. Gets or sets the rule for determining the height of the table row.... write ( 'Header Row, \n Cell 1' ) builder ...insert_cell () builder . write ( 'Header Row, \n Cell 2' ) builder ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. 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/
  9. 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...
  10. 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...