Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 20,554 for

loadoptions

(0.04 sec)
  1. Default Fonts - PowerPoint Java API|Aspose.Slid...

    PowerPoint Java API lets you set the default font for rendering the presentation to PDF, XPS or thumbnails. This article shows how to define DefaultRegular Font and DefaultAsian Font for use as default fonts....API: Create an instance of LoadOptions . Set the DefaultRegularFont...and asian fonts $loadOptions = new LoadOptions ( LoadFormat ::...

    docs.aspose.com/slides/php-java/default-font/
  2. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...can be done by passing a LoadOptions object when loading the document...+ "Encrypted.docx" , new LoadOptions ( "docPassword" )); Assert...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Open Text Files as Workbooks|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....txt" ; //loadoption to represent the option of...load file LoadOptions loadOptions = new LoadOptions ( LoadFormat...

    docs.aspose.com/cells/net/open-text-files-as-wo...
  4. Open Presentation|Aspose.Slides for Python Docu...

    Open or load Presentation PPT, PPTX, ODP in Python...password property (from the LoadOptions class) to decrypt the presentation...load_options = slides . LoadOptions () load_options . password...

    docs.aspose.com/slides/python-net/open-presenta...
  5. Headers are disappearing while convertig from E...

    Hello, when converting Email to PDF, the Headers do not appear in the PDF file. I am using Aspose Email 23.12. I was using Aspose.Email 6.0.0 before. Everything was OK. Sample Code is below. Am I forgetting any settings…...save(tmpStream, so); LoadOptions loadOptions = new LoadOptions(); loadOptions...pStream.toByteArray()), loadOptions); word.save(emailAsPdfStream...

    forum.aspose.com/t/headers-are-disappearing-whi...
  6. Aspose::Words::Saving::DocSaveOptions::get_Save...

    Aspose::Words::Saving::DocSaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can be Doc or Dot in C++....DocSaveOptions object in a LoadOptions object. ASSERT_THROW ( static_cast...IncorrectPasswordExc ); auto loadOptions = System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Manage Blob|Aspose.Slides for Node.js via .NET ...

    Manage Blob in PowerPoint Presentation using JavaScript. Use Blob to reduce memory consumption in PowerPoint Presentation using JavaScript. Add large file through Blob to PowerPoint Presentation using JavaScript. Export large file through Blob from PowerPoint Presentation using JavaScript. Load a large PowerPoint Presentation as Blob using JavaScript....; var loadOptions = new aspose . slides . LoadOptions (); //...NOT load it into memory loadOptions . getBlobManagementOpt ()...

    docs.aspose.com/slides/nodejs-java/manage-blob/
  8. IDocumentLoadingCallback Interface | Aspose.Wor...

    Customize document loading with Aspose.Words.IDocumentLoadingCallback. Implement your own method for enhanced control and flexibility in document management....LoadingProgressCallb (); LoadOptions loadOptions = new LoadOptions { ProgressCallback...+ "Big document.docx" , loadOptions ); } catch ( OperationCanceledExc...

    reference.aspose.com/words/net/aspose.words.loa...
  9. Failure to open .xlsm error: System.IndexOutOfR...

    Here is the code I am running: namespace Aspose.Cells public class Workbook : IDisposable { public Workbook(string file) } new Aspose.Cells.Workbook("attached excel file”) When I run this code against the attach…... Use LoadOptions : When opening files, especially...an example of how to use LoadOptions when opening your .xlsm file:...

    forum.aspose.com/t/failure-to-open-xlsm-error-s...
  10. Aspose::Words::LowCode::Merger::Merge method | ...

    Aspose::Words::LowCode::Merger::Merge method. Merges the given input documents into a single document and returns Document instance of the final document in C++....Aspose::Words::Loading::LoadOptions>>&, Aspose::Words::LowCo...Words :: Loading :: LoadOptions >> & loadOptions , Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.low...