Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 15,184 for

section

(0.23 sec)
  1. Getting Started with Aspose.Tasks for .NET | Le...

    Learn how to get started with Aspose.Tasks for .NET. Set up your development environment, explore supported formats, licensing options, and start working with Microsoft Project files without Microsoft Project installed.... This section provides all the necessary...Then, review the Examples section to see Aspose.Tasks in action...

    docs.aspose.com/tasks/net/getting-started/
  2. Convert Word to Excel in C++|Aspose.Words for C++

    Convert PDF to Excel, XML to Excel, DOCX to Excel C++. Save a document in various formats to XLSX using C++....); See Also Documentation section Protect or Encrypt a Document...Replace When Saving to XLSX” section applies. Q: How do I control...

    docs.aspose.com/words/cpp/convert-a-document-to...
  3. Work with Word Documents in Qt|Aspose.Words for...

    Aspose.Words for C++ can be integrated within Qt to create and manipulate Word documents in Qt applications....the API from the downloads section. Once the API is downloaded...the API from the downloads section and follow the steps given...

    docs.aspose.com/words/cpp/work-with-word-docume...
  4. BuildingBlock class | Aspose.Words for Python

    aspose.words.buildingblocks.BuildingBlock class. Represents a glossary document entry such as a Building Block, AutoText or an AutoCorrect entry...BuildingBlock can contain only Section nodes. BuildingBlock can only...CompositeNode ) first_section Gets the first section in the building...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentPartSavingArgs.KeepDocumentPartStreamOp...

    Discover how the KeepDocumentPartStreamOpen property in DocumentPartSavingArgs lets Aspose.Words manage document part streams efficiently for optimal performance....multiple HTML files: one for each section. options . DocumentSplitCriteri...SectionBreak : partType = "Section" ; break ; case DocumentSplitCriteri...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Find and Replace in Node.js|Aspose.Words for No...

    Find a string or regular expression pattern in your document and replace it with the text you want using Node.js....composed of multiple paragraphs, sections, or pages. Some of the metacharacters...paragraph break, &b for a section break, &m for a page break...

    docs.aspose.com/words/nodejs-net/find-and-replace/
  7. Working with Fields in Python|Aspose.Words for ...

    How to work with fields in a documents using Python....Articles in this documentation section explain how to use Aspose.Words...

    docs.aspose.com/words/python-net/working-with-f...
  8. Securing and signing PDF in C#|Aspose.PDF for .NET

    This Section describes the features of using a signature and securing your PDF document using C#...C# Contents [ Hide ] This section describes how to securely digitally...

    docs.aspose.com/pdf/net/securing-and-signing/
  9. Overview|Aspose.PDF for Java

    Overview of key-features and supported formats of Aspose.PDF for Java, installation and licensing manual of Java library.... Let’s check the next section for more details: Working with...readers can jump to different sections, chapters, or pages without...

    docs.aspose.com/pdf/java/overview/
  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