Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 22,512 for

loadoptions

(0.05 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. Filtering the kind of data while loading the wo...

    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.... Please use the LoadOptions.loadFilter property for this...will not be loaded because LoadOptions.loadFilter property has been...

    docs.aspose.com/cells/javascript-cpp/filtering-...
  7. 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/
  8. HtmlLoadOptions.BlockImportMode | Aspose.Words ...

    Discover HtmlLoadoptions' BlockImportMode property to customize block-level element imports. Control merging for optimal content management!...html )); HtmlLoadOptions loadOptions = new HtmlLoadOptions ();...HTML block-level elements. loadOptions . BlockImportMode = blockImportMode...

    reference.aspose.com/words/net/aspose.words.loa...
  9. 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/
  10. Specify Default Presentation Fonts on Android|A...

    Set default fonts in Aspose.Slides for Android via 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/androidjava/default-font/