Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 20,290 for

loadoptions

(0.03 sec)
  1. Aspose::Words::Loading::TxtLoadOptions::get_Lea...

    Aspose::Words::Loading::TxtLoadoptions::get_LeadingSpacesOptions method. Gets or sets preferred option of a leading space handling. Default value is ConvertToIndent in C++.... auto loadOptions = MakeObject < TxtLoadOptions...from every line's start. loadOptions -> set_LeadingSpacesOptions...

    reference.aspose.com/words/cpp/aspose.words.loa...
  2. Save Email Message As PDF|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....Word document LoadOptions lo = new LoadOptions (); lo . setLoadFormat...

    docs.aspose.com/email/java/save-email-message-a...
  3. Public API Changes in Aspose.Cells 8.0.0|Docume...

    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.... Added MemorySetting to LoadOptions & WorkbookSettings Starting...property is now available in LoadOptions & WorkbookSettings classes...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. LoadFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.LoadFormat enum, defining document formats for seamless loading and enhanced compatibility in your applications.... LoadOptions options = new LoadOptions ( LoadFormat...from stream and pass the LoadOptions object. Document doc = new...

    reference.aspose.com/words/net/aspose.words/loa...
  5. 将HTML转换为PDF文件在Java中|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF将HTML和MHTML格式转换为PDF文件。... 媒体查询支持 创建一个 HTML LoadOptions 。 设置打印或屏幕模式。 初始化 Document...HtmlMediaType 属性设置设备类型。 // 创建一个 HTML LoadOptions HtmlLoadOptions options =...

    docs.aspose.com/pdf/zh/java/convert-html-to-pdf/
  6. Aspose.Cells 8.8.3 中的公共 API 更改|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.... XLSX ); 添加 LoadOptions.setPaperSize 方法 Aspose.Cells...for Java 8.8.3版本允许使用新暴露的LoadOptions.setPaperSize方法来设置默认打印纸张大...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. ChmLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Loading.ChmLoadoptions for enhanced CHM document loading. Customize your Document object with flexible options for optimal results....public class ChmLoadOptions : LoadOptions Constructors Name Description...behavior. ChmLoadOptions loadOptions = new ChmLoadOptions { OriginalFileName...

    reference.aspose.com/words/net/aspose.words.loa...
  8. CsvDataSource | Aspose.Words for Java

    Provides access to data of a CSV file or stream to be used within a report in Java....docx"); CsvDataLoadOptions loadOptions = new CsvDataLoadOptions(true);...CsvDataLoadOptions(true); loadOptions.setDelimiter(';'); loadOptions.setCommentChar('$');...

    reference.aspose.com/words/java/com.aspose.word...
  9. 自定义PowerPoint字体|Aspose.Slides for PHP 文档

    PowerPoint自定义字体...(); } $loadOptions = new LoadOptions (); $loadOptions -> getDocumentLevelFont..."assets/fonts" , "global/fonts" )); $loadOptions -> getDocumentLevelFont ()...

    docs.aspose.com/slides/zh/php-java/custom-font/
  10. Conversion from Word to Excel using Python

    Follow this article for conversion from Word to Excel using Python. It has all the details to set the IDE, a list of steps, and a sample code for writing a simple Word DOC to Excel converter using Python....Create an instance of the LoadOptions class for defining the input...Declare and initialize the LoadOptions object with the LoadFormat...

    kb.aspose.com/words/python/conversion-from-word...