Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 22,507 for

loadoptions

(0.05 sec)
  1. ParagraphFormat.bidi property | Aspose.Words fo...

    ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph.... let loadOptions = new aw . Loading . TxtLoadOptions...will store its direction. loadOptions . documentDirection = aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Specify Default Presentation Fonts in Java|Aspo...

    Set default fonts in Aspose.Slides for Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....API: Create an instance of LoadOptions . Set the DefaultRegularFont...asian fonts LoadOptions loadOptions = new LoadOptions ( LoadFormat...

    docs.aspose.com/slides/java/default-font/
  3. Support a simple conversion without load+save c...

    Hi, our use case for Aspose.Cells is to simply convert an input file to a different format without any modification, like following: public void convert(@NotNull File input, @NotNull File output, int saveFormat) throws …...Exception { LoadOptions loadOptions = new LoadOptions(); loadOptions...workbook = new Workbook(is, loadOptions); workbook.save(os, saveFormat);...

    forum.aspose.com/t/support-a-simple-conversion-...
  4. DocumentRecoveryMode | Aspose.Words for Java

    Specifies the available recovery options when a document encounters errors during loading in Java.... LoadOptions loadOptions = new LoadOptions(); loadOptions..."Corrupted footnotes.docx", loadOptions); Fields Field Description...

    reference.aspose.com/words/java/com.aspose.word...
  5. 管理 BLOB|Aspose.Slides 文档

    使用 Java 在 PowerPoint 演示文稿中管理 BLOB。使用 BLOB 来减少 PowerPoint 演示文稿中的内存消耗。通过 BLOB 将大文件添加到 PowerPoint 演示文稿中。通过 BLOB 从 PowerPoint 演示文稿中导出大文件。使用 Java 将大 PowerPoint 演示文稿加载为 BLOB。...pptx" ; LoadOptions loadOptions = new LoadOptions (); // 锁定源文件,并且不加载到内存中...锁定源文件,并且不加载到内存中 loadOptions . getBlobManagementOpt (). setPresentationLocki...

    docs.aspose.com/slides/zh/androidjava/manage-blob/
  6. DocumentLoadingArgs Class | Aspose.Words for .NET

    Explore the Aspose.Words.Loading.DocumentLoadingArgs class for efficient document loading. Enhance your workflow with powerful notification arguments....LoadingProgressCallb (); LoadOptions loadOptions = new LoadOptions { ProgressCallback...+ "Big document.docx" , loadOptions ); } catch ( OperationCanceledExc...

    reference.aspose.com/words/net/aspose.words.loa...
  7. Aspose::Words::Loading::DocumentDirection enum ...

    Aspose::Words::Loading::DocumentDirection enum. Allows to specify the direction to flow the text in a document in C++.... auto loadOptions = System :: MakeObject <...will store its direction. loadOptions -> set_DocumentDirection...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. Aspose::Words::Loading::HtmlLoadOptions::HtmlLo...

    Aspose::Words::Loading::HtmlLoadoptions::HtmlLoadoptions constructor. Initializes a new instance of this class with default values in C++.... auto loadOptions = System :: MakeObject <...parsing the loaded document. loadOptions -> set_SupportVml ( supportVml...

    reference.aspose.com/words/cpp/aspose.words.loa...
  9. Specify Default Presentation Fonts in .NET|Aspo...

    Set default fonts in Aspose.Slides for .NET to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....API: Create an instance of LoadOptions. Set the DefaultRegularFont...Asian fonts LoadOptions loadOptions = new LoadOptions ( LoadFormat...

    docs.aspose.com/slides/net/default-font/
  10. TxtLoadOptions.detectHyperlinks property | Aspo...

    TxtLoadoptions.detectHyperlinks property. Specifies either to detect hyperlinks in text... let loadOptions = new aw . Loading . TxtLoadOptions...TxtLoadOptions (); loadOptions . detectHyperlinks = true ; let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...