Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 15,183 for

section

(0.07 sec)
  1. Join Tables in C++|Aspose.Words for C++

    Advanced table manipulations. How to merge two tables into one C++. Join tables using C++....headers, footers, or different sections? A: Yes. Access the tables...containing HeaderFooter or Section objects, perform the same row‑moving...

    docs.aspose.com/words/cpp/join-tables/
  2. Document.EndnoteOptions | Aspose.Words for .NET

    Explore the EndnoteOptions property to customize endnote numbering and positioning, enhancing your document's clarity and professionalism....Write ( "This is the second section." ); // We can use the "Position"...collection at the end of the section whose text contains the endnote's...

    reference.aspose.com/words/net/aspose.words/doc...
  3. TOC in Word using Python | Create a Table of Co...

    Learn how to efficiently manage and automate the TOC in Word using Python. Explore how to create a table of contents in Word documents using Python....navigate through different sections of the document. In this post...under the table of contents section. Retrieve the information from...

    blog.aspose.com/words/working-with-toc-in-word-...
  4. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...setAllowAutoFit(true); } } for (Section section : docxDocument.getSections())...ParagraphCollection paragraphs = section.getBody().getParagraphs();...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  5. Copy Table cell styles - Free Support Forum - a...

    Dear team, I’m using Aspose.words c#. And I have a requirement, in which there is a template table in my document which each header columns and body columns are bookmarked separately. Now I need to copy all the font sty…...bookmarked cells from the last section “Table Styles”. And apply these...And finally remove the last section where Table Styles are stored...

    forum.aspose.com/t/copy-table-cell-styles/307232
  6. Manage Workbooks with Go via C++|Documentation

    Learn how to manage workbooks through the Aspose.Cells for C++ APIs.... This section explains how to create, open...

    docs.aspose.com/cells/go-cpp/managing-workbooks...
  7. Delete Emails from POP3 Server|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.... This section shows how to delete emails...

    docs.aspose.com/email/net/delete-emails-from-po...
  8. Document class | Aspose.Words for Python

    aspose.words.Document class. Represents a Word document...sections , ParagraphCollection etc...Document can contain only Section objects. In Microsoft Word...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DeviceInfo in rsreportserver.config file|Docume...

    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....Contents [ Hide ] The DeviceInfo section in rsreportserver.config takes...

    docs.aspose.com/cells/reportingservices/devicei...
  10. 使用 Python 管理演示文稿中的缩放|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 创建并自定义缩放 — 在 PPT、PPTX 和 ODP 演示文稿中跨章节跳转、添加缩略图和过渡效果。... 只显示单个章节,请使用 Section Zoom 。 幻灯片缩放 幻灯片缩放可以使您的演示更...添加一个新章节到演示文稿 pres . sections . add_section ( "Section 1" , slide ) #...

    docs.aspose.com/slides/zh/python-net/manage-zoom/