Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 15,483 for

section

(0.1 sec)
  1. FieldAutoTextList | Aspose.Words for Java

    Implements the AUTOTEXTLIST field in Java....PARAGRAPH); Section section = new Section(glossaryDoc); section.appendChild(new...appendChild(new Body(glossaryDoc)); section.getBody().appendParagraph(contents);...

    reference.aspose.com/words/java/com.aspose.word...
  2. Document | Aspose.Words for Java

    Represents a Word document in Java....Document can contain only Section objects. In Microsoft Word...needs to have at least one section. Examples: Shows how to execute...

    reference.aspose.com/words/java/com.aspose.word...
  3. NodeType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NodeType enum to easily identify and manage different Word document node types for seamless document processing.... Section 2 A Section object that corresponds...corresponds to one section in a Word document. Body 3 A Body object that...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Working with GridWeb Rows and Columns|Documenta...

    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....[ Hide ] Articles in this section Working with Worksheets GridWeb...

    docs.aspose.com/cells/java/working-with-gridweb...
  5. Reporting|Aspose.Words for SharePoint

    Reporting feature details of the Aspose.Words for SharePoint....Reporting Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/words/sharepoint/reporting/
  6. Document Builder Overview in C#|Aspose.Words fo...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using C#. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in .NET....specify fonts, paragraph or section formatting, and perform other... such as text, paragraph, section, and others. For example, the...

    docs.aspose.com/words/net/document-builder-over...
  7. Merge PDF Documents using Java | Aspose.PDF

    Combine various PDF documents programmatically with Java sample code using Aspose.PDF for Java...attention that the current section describes only popular conversions...supported formats, see the section Supported File Formats . You...

    products.aspose.com/pdf/java/merger/
  8. Working with Forms using Python|Aspose.PDF for ...

    This Section contains articles relating to work with forms in PDF documents using Python API.... In this section describes a quick and simple...use of the Aspose.PDF. The section also discusses how one might...

    docs.aspose.com/pdf/python-java/forms/
  9. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library....or footer with a specific section ID. #include <iostream> #include...(). Get ( 0 ); // Get left section of header U16String headerSection...

    docs.aspose.com/cells/cpp/get-headers-or-footers/
  10. 如果在header 和 footer中创建浮动文本框并且不添加新的段落作为锚点 - Free ...

    Hello, 我正在使用 aspose.java 在word中添加 header,footer等元素,基于原始需求(在源文档上追加header 和 footer时, 不要因为添加header 和 footer 而造成文档header 和 footer区域变高引起文档内容排版和页面数量的变化),所以我采用添加浮动文本框来避免造成header footer区域变化;现在的问题是,为了添加浮动文本框,一定需要创建一个段落来作为锚点,而这个段落…...insertOverlayContent(Document document, Section section, int type, String content...getOrCreateHeaderFoo(document, section, type); log.debug("Inserting...

    forum.aspose.com/t/header-footer/325498