Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 6,350 for

header

(0.09 sec)
  1. Aspose.PDF Product Family

    Find answers to create, convert, edit, and manipulate PDF files programmatically....from PDF in Java How to Remove Header and Footer from PDF in Python...Python How to Remove Header and Footer from PDF using C# How to...

    kb.aspose.com/pdf/page/4/
  2. 用 Node.js 和 C++ 为不同页面设置不同的页眉和页脚|Documentation

    本文提供示例代码,展示如何使用 Aspose.Cells for Node.js via C++ 程序设置 Excel 工作表页面设置的页眉和页脚,包括首页、奇数页和偶数页。... setHeader ( 1 , "I am the header of the Odd page." ); pageSetup...setEvenHeader ( 1 , "I am the header of the Even page." ); // Sets...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-dif...
  3. Aspose::Words::DocumentVisitor::VisitHeaderFoot...

    Aspose::Words::DocumentVisitor::VisitHeaderFooterEnd method. Called when enumeration of a Header or footer in a section has ended in C++....Called when enumeration of a header or footer in a section has...the node structure of every header and footer in a document. void...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Add Headers and Footers|Aspose.Words for .NET

    Add Headers or footers into a document easily and fast instead of using VSTO in C#....Ask AI Add Headers and Footers Contents [ Hide ] VSTO Word ....Open ( "Add Headers and Footers.doc" ); //Add Header foreach (...

    docs.aspose.com/words/net/add-headers-and-footers/
  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. 用 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...
  8. Multipurpose Internet Mail Extensions Protocol|...

    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....multi-part message bodies; and header information in non-ASCII character... Understanding MIME Headers MIME headers contain information...

    docs.aspose.com/email/java/multipurpose-interne...
  9. Aspose::Words::Tables::RowFormat::get_HeightRul...

    Aspose::Words::Tables::RowFormat::get_HeightRule method. Gets or sets the rule for determining the height of the table row 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...
  10. Find and Replace in C++|Aspose.Words for C++

    Find a string or regular expression pattern in your document and replace it with the text you want using C++....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/cpp/find-and-replace/