Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 15,459 for

section

(0.07 sec)
  1. Code Comparison for Common Features in Aspose.E...

    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 includes the following Code...

    docs.aspose.com/email/java/code-comparison-for-...
  2. Working with External Data Sources|Documentation

    This Section explains how to working with external data sources with Aspose.Diagram....VDX ); Working with Geometry Section Working with Text Boxes...

    docs.aspose.com/diagram/net/working-with-extern...
  3. ConvertUtil.MillimeterToPoint | Aspose.Words fo...

    Effortlessly convert millimeters to points with ConvertUtil's MillimeterToPoint method. Simplify your design calculations today!...DocumentBuilder ( doc ); // A section's "Page Setup" defines the...

    reference.aspose.com/words/net/aspose.words/con...
  4. ConvertUtil.pointToInch method | Aspose.Words f...

    ConvertUtil.pointToInch method. Converts points to inches....DocumentBuilder ( doc ); // A section's "Page Setup" defines the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PdfSaveOptions.header_footer_bookmarks_export_m...

    PdfSaveOptions.header_footer_bookmarks_export_mode property. Determines how bookmarks in headers/footers are exported....export bookmarks in the first section's header/footers. # Set the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. IImageSavingCallback.ImageSaving | Aspose.Words...

    Discover the ImageSavingCallback method in Aspose.Words, designed to enhance image handling when saving to HTML. Optimize your workflow today!...multiple HTML files: one for each section. options . DocumentSplitCriteri...SectionBreak : partType = "Section" ; break ; case DocumentSplitCriteri...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 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...
  8. 使用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
  9. Aspose::Words::MailMerging::MailMerge class | A...

    Aspose::Words::MailMerging::MailMerge class. Represents the mail merge functionality. To learn more, visit the documentation article in C++....lists are restarted at each section after executing of a mail merge...SectionStart of the first document section and its copies for subsequent...

    reference.aspose.com/words/cpp/aspose.words.mai...
  10. Pdf generation taking long time - Free Support ...

    Hi I'm generating a very small document with Aspose Trial version. And it turns out that pdf generation from html is taking 900 milliseconds. Please review the code and html and let me know if i'm doing something wron…... Section section = pdf.Sections.Add(); StreamReader...Aspose.Pdf.Generator. Text (section, sr.ReadToEnd()); tempText...

    forum.aspose.com/t/pdf-generation-taking-long-t...