Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 15,191 for

section

(0.15 sec)
  1. User's 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/imaging/sharepoint/user-s-guide/
  2. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...inserting the footer text for (Section s : doc.getSections()) { s...setOddAndEvenPagesHe(false); // Move to the section. builder.moveToSection(doc...

    forum.aspose.com/t/footer-text-showing-in-grey-...
  3. IStructuredDocumentTag.color property | Aspose....

    IStructuredDocumentTag.color property. Gets or sets the color of the structured document tag....get the properties of multi-section structured document tags. let...Document ( base . myDir + "Multi-section structured document tags.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose.Total Java for NetBeans|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....NetBeans Contents [ Hide ] This section has following topics: Aspose...

    docs.aspose.com/total/java/aspose-total-java-fo...
  5. Aspose.Total .NET for Visual Studio|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....Studio Contents [ Hide ] This section has the following topics: Aspose...

    docs.aspose.com/total/net/aspose-total-net-for-...
  6. Working With Images in Ruby|Aspose.Words for Java

    Working with Document's Images using Ruby....Ruby Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/words/java/working-with-images-...
  7. Working with Barcode Recognition in Jython|Docu...

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

    docs.aspose.com/barcode/java/working-with-barco...
  8. DocumentBuilder.InsertBreak | Aspose.Words for ...

    Enhance your documents effortlessly with the DocumentBuilder InsertBreak method, allowing you to seamlessly add custom breaks for improved formatting....insert paragraph, page, column, section or line break into the document...revert page setup settings to sections in a document. Document doc...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::PageSetup::get_FirstPageTray met...

    Aspose::Words::PageSetup::get_FirstPageTray method. Gets the paper tray (bin) to use for the first page of a Section. The value is implementation (printer) specific in C++....use for the first page of a section. The value is implementation...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...Section) { Section srcSection = (Section)node; Section importedSection...importedSection = (Section)importer.ImportNode(srcSection, false);...

    forum.aspose.com/t/help-with-bookmark-replaceme...