Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 15,218 for

section

(0.15 sec)
  1. Range.Revisions | Aspose.Words for .NET

    Discover Range Revisions. Track and manage property changes effortlessly with our comprehensive collection of revisions for enhanced project clarity....(); } // Reject the first section revisions. doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/ran...
  2. Working with Attachments in PDF using Python|As...

    Use Python PDF API to access, add and remove attachments in PDF files using Python from within your applications. Complete guide with Python code samples....Contents [ Hide ] In this section, we will explain how to work...

    docs.aspose.com/pdf/python-net/attachments/
  3. Working with Attachments in PDF|Aspose.PDF for C++

    Add attachments to your PDF, extract, remove and save attachments with C++ library. Create a PDF Portfolio with Aspose.PDF for C++....Contents [ Hide ] In this section, we will explain how to work...

    docs.aspose.com/pdf/cpp/attachments/
  4. Aspose::Words::Story::DeleteShapes method | Asp...

    Aspose::Words::Story::DeleteShapes method. Deletes all shapes from the text of this story in C++....a child node of the first section's Body. builder -> InsertShape...

    reference.aspose.com/words/cpp/aspose.words/sto...
  5. Delete Ranges in Document|Aspose.Words for Java

    Delete ranges from a document easily and fast instead of using Apache POI....can be used after retrieving Section of Range. Java doc . getRange...

    docs.aspose.com/words/java/delete-ranges-in-doc...
  6. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java....blank document contains one section, one body and one paragraph...collection. // First, create a new section, and then append it as a child...

    reference.aspose.com/words/java/com.aspose.word...
  7. Loading, Saving and Converting|Aspose.Words for...

    How to convert a document from one format to another, such as Word to PDF or HTML to Markdown, as well as how to load and save a document using Python.... This section provides information about...

    docs.aspose.com/words/python-net/loading-saving...
  8. Introduction|Documentation

    The Programmer's Guide contains information that is essential to know when using the Java Image Processing and Manipulation Library API in Java applications.... This section explains key programming concepts...

    docs.aspose.com/imaging/java/introduction/
  9. Migrating from Earlier Versions of Aspose.Imagi...

    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....Imaging Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/imaging/java/migrating-from-ear...
  10. 使用updateFields更新目录存在目录缩进及页码不一致问题 - Free Support...

    使用updateFields更新目录 public static void main(String[] args) throws Exception { com.aspose.words.License wordsLicense=new com.aspose.words.License(); wordsLicense.setLicense("D:\\Aspose.TotalforJava.lic"); Stri…...docx"); Section section = doc.getFirstSection();...getFirstSection(); PageSetup pageSetup = section.getPageSetup(); double tabStopPosition...

    forum.aspose.com/t/updatefields/322089