Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 3,713 for

footer

(0.04 sec)
  1. Paragraph.paragraph_format property | Aspose.Wo...

    Paragraph.paragraph_format property. Provides access to the paragraph formatting properties....between the section's header and footer. body = aw . Body ( doc ) section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CompositeNode.removeAllChildren method | Aspose...

    CompositeNode.removeAllChildren method. Removes all the child nodes of the current node....between the section's header and footer. let body = new aw . Body (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Inline.font property | Aspose.Words for Python

    Inline.font property. Provides access to the font formatting of this object....between the section's header and footer. body = aw . Body ( doc ) section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Run.text property | Aspose.Words for Python

    Run.text property. Gets or sets the text of the run....between the section's header and footer. body = aw . Body ( doc ) section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Layout::LayoutEntityType enum | ...

    Aspose::Words::Layout::LayoutEntityType enum. Types of the layout entities in C++....Represents placeholder for header/footer content on a page. HeaderFooter...

    reference.aspose.com/words/cpp/aspose.words.lay...
  6. Aspose.Words for .NET

    This API allows to create, edit, render, print, and convert Word documents without utilizing Microsoft Word....using C# Remove Header and Footer in Word using C# «« « 1 2 3...

    kb.aspose.com/words/net/
  7. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Discover the ParagraphFormat property for enhanced paragraph styling. Unlock advanced formatting options to elevate your document's appearance!...between the section's header and footer. Body body = new Body ( doc...

    reference.aspose.com/words/net/aspose.words/par...
  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....some fields in a header or footer. For example, trying to convert...the PAGE field in a header or footer to static text will result...

    docs.aspose.com/words/net/replace-fields/
  9. 通过 C++ 使用 Node.js 获取标题或页脚|Documentation

    本文介绍了如何使用 C++ API 通过 Node.js 编程方式从 Excel 或 OpenOffice 文件中获取标题和页脚。...)); // Gets center section of footer console . log ( sheet . getPageSetup...name of the sheet to header or footer break ; }...

    docs.aspose.com/cells/zh/nodejs-cpp/get-headers...
  10. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...GetPageSetup (); // Specify Header / Footer margins pageSetup . SetHeaderMargin...successfully with centered header and footer margins!" << std :: endl ;...

    docs.aspose.com/cells/zh/cpp/setting-margins/