Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 15,204 for

section

(0.15 sec)
  1. Aspose.BarCode for Java|Documentation

    Aspose.BarCode for Java API allows developers to quickly and easily add barcode generation and recognition functionality to their Java applications....TIFF_IN_CMYK EMF SVG PDF This section introduces Aspose.BarCode for...BarCode in their solutions. This section also includes information about...

    docs.aspose.com/barcode/java/
  2. Working with Text in Python|Aspose.PDF for Java

    Explore how to manipulate text within a PDF document using Python and Aspose.PDF for better text handling and extraction....Python Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/pdf/java/working-with-text-in-p...
  3. Working With Text in Jython|Aspose.PDF for Java

    Explore text manipulation in PDFs using Jython with Aspose.PDF, making it easier to work with text content in documents....Jython Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/pdf/java/working-with-text-in-j...
  4. Public API Changes in Aspose.3D 2.x.x|Documenta...

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

    docs.aspose.com/3d/net/public-api-changes-in-as...
  5. 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-...
  6. Word文件,如何去掉页眉页脚,同时保持内容排版不变 - Free Support Forum...

    import com.aspose.words.*; public class RemoveHeaderFooter { public static void main(String[] args) throws Exception { Document doc = new Document("input.doc"); for (Section Section : doc.getSection…...doc"); for (Section section : doc.getSections()) {...HeaderFooterCollecti hf = section.getHeadersFooters(); if (hf...

    forum.aspose.com/t/word/322768
  7. Working with Document in Python|Aspose.Words fo...

    The `Document` class provides various document properties and methods using Python. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for Python. The `Document` object can be saved to a file or stream and also sent to a browser....object provides access to sections, mail‑merge functionality...entire document or separate sections. Document contains a collection...

    docs.aspose.com/words/python-net/working-with-d...
  8. Jython Programmers 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/java/jython-programmers...
  9. ConvertUtil | Aspose.Words for Java

    Provides helper functions to convert between various measurement units in Java....with other settings for a section. Document doc = new Document();...DocumentBuilder(doc); // A section's "Page Setup" defines the...

    reference.aspose.com/words/java/com.aspose.word...
  10. Remove Slides from Presentations in C++|Aspose....

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for C++. Get clear code examples and boost your workflow....affect slide sections? If the slide belonged to a section, that section...slide. The section structure remains; if a section becomes empty...

    docs.aspose.com/slides/cpp/remove-slide-from-pr...