Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 14,871 for

section

(0.16 sec)
  1. PageSetup.headerDistance property | Aspose.Word...

    PageSetup.headerDistance property. Returns or sets the distance (in points) between the header and the top of the page....with other settings for a section. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Working with Bookmarks in PDF using Python|Aspo...

    This Section explain how to add, delete and get bookmark with Aspose.PDF for Python via .NET....quickly navigate to specific sections or pages. PDF bookmarks are...table of contents. In this section, you will learn how to: Add...

    docs.aspose.com/pdf/python-net/bookmarks/
  3. StructuredDocumentTagRangeStart.get_child_nodes...

    StructuredDocumentTagRangeStart.get_child_nodes method. Returns a live collection of child nodes that match the specified types....file_name = MY_DIR + 'Multi-section structured document tags.docx'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Attachments in PDF in Node.js|Aspo...

    Basic operations with attachments in PDF in Node.js. Guide with examples....Contents [ Hide ] In this section, we will explain how to work...

    docs.aspose.com/pdf/nodejs-cpp/attachments/
  5. User Guide|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....Guide Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/cells/reportingservices/user-gu...
  6. Microsoft Visual Studio|Aspose.Words for .NET

    How to integrate Aspose.Words with Visual Studio to perform a wide variety of document processing tasks using C#.... This section includes the following topics...

    docs.aspose.com/words/net/aspose-words-net-for-...
  7. Why Aspose.Cells|Documentation

    This Section compares Aspose.Cells components and some other systems.... This section compares Aspose.Cells components...

    docs.aspose.com/cells/java/aspose-cells-or-othe...
  8. LayoutOptions.continuousSectionPageNumberingRes...

    LayoutOptions.continuousSectionPageNumberingRestart property. Gets or sets the mode of behavior for computing page numbers when a continuous Section restarts the page numbering....numbers when a continuous section restarts the page numbering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.PARAGRAPH, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String text = r.…...A4); Section parentSection = r.getParentSection();...insertBreak(BreakType.BreakType.SECTION_BREAK_NEW_PAGE)后再次设置不同的方向,...

    forum.aspose.com/t/msword/310489
  10. IStructuredDocumentTag | Aspose.Words for Java

    Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart in Java....instance is a ranged (multi-section) structured document tag. ...Document(getMyDir() + "Multi-section structured document tags.docx");...

    reference.aspose.com/words/java/com.aspose.word...