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

loadoptions

(0.06 sec)
  1. DocSaveOptions.saveFormat property | Aspose.Wor...

    DocSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...DocSaveOptions object in a LoadOptions object. expect (() => doc..." ); let loadOptions = new aw . Loading . LoadOptions ( "MyPassword"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  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. 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/
  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. 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...
  10. 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/