Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 8,011 for

header

(0.22 sec)
  1. 在工作簿之间复制工作表|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...
  2. 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...
  3. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a document after inserting text to the cells of a table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...AppendChild(new Run(glossaryDoc, "Header 1")); //headerCell2.FirstParagraph...AppendChild(new Run(glossaryDoc, "Header 2")); doc.Save(@"Template.dotx");...

    forum.aspose.com/t/cannot-append-text-to-tables...
  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. Providing an image as raw byte data|Documentation

    Providing an image as array of bytes or pixels to the Aspose.OCR for C++....data does not contain an image header, you must directly specify:...data does not contain an image header, you must directly specify:...

    docs.aspose.com/ocr/cpp/content-for-ocr/image-b...
  6. RowFormat.heightRule property | Aspose.Words fo...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. How to Create Tagged PDF using Python

    This short tutorial describes how to create tagged PDF using Python. It contains the IDE settings, a set of tasks for the application and a runnable sample code for adding tags to PDF files using Python....the tagged content Create a header and a paragraph element and...and set the text Append the header and paragraph elements to the...

    kb.aspose.com/pdf/python/how-to-create-tagged-p...
  8. Comparison of Aspose.Email.Mail with MS APIs|Do...

    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....Customized Mail Header X Importance Header X Sensitivity Header X X-Mailer...X-Mailer Header X Reply to X Send Date X Template-based Mail Merge...

    docs.aspose.com/email/net/comparison-of-aspose-...
  9. 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...
  10. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java....Find and Replace String in Header/Footer of a Document You can...find and replace text in the header/footer section of a Word document...

    docs.aspose.com/words/java/find-and-replace/