Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 22,833 for

loadoptions

(0.22 sec)
  1. IDocumentProcessorPlugin class | Aspose.Words f...

    Aspose.Words.IDocumentProcessorPlugin class. Defines an interface for external document processor plugin....Description append(inputStream, loadOptions) Append the document loading...options. load(inputStream, loadOptions) Load the document using...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Customize PowerPoint Fonts on Android|Aspose.Sl...

    Customize fonts in PowerPoint slides with Aspose.Slides for Android via Java to keep your presentations sharp and consistent across any device....ttf" ); LoadOptions loadOptions = new LoadOptions (); loadOptions..."assets/fonts" , "global/fonts" }); loadOptions . getDocumentLevelFont ()...

    docs.aspose.com/slides/androidjava/custom-font/
  3. Aspose::Words::IDocumentConverterPlugin interfa...

    Aspose::Words::IDocumentConverterPlugin interface. Defines an interface for external converter plugin in C++....System::SharedPtr<Aspose::Words::Loading::LoadOptions>, System::SharedPtr<System::IO::Stream>...System::SharedPtr<Aspose::Words::Loading::LoadOptions>, System::SharedPtr<Aspo...

    reference.aspose.com/words/cpp/aspose.words/ido...
  4. Public API Changes in Aspose.Cells 8.8.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....precision true HTMLLoadOptions loadOptions = new HTMLLoadOptions ( LoadFormat...LoadFormat . HTML ); loadOptions . setKeepPrecision ( true );...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. LoadOptions.msw_version property | Aspose.Words...

    Loadoptions.msw_version property. Allows to specify that the document loading process should match a specific MS Word version...msw_version property LoadOptions.msw_version property Allows...load_options = aw . loading . LoadOptions () self . assertEqual ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Ինչպես փոխարկել CSV-ն Excel-ի C#-ում

    Այս ձեռնարկում դուք կսովորեք, թե ինչպես փոխարկել CSV-ը Excel-ի C#-ով: Դուք կարող եք ավտոմատացնել Excel-ի ստեղծման ընթացակարգը CSV-ից C#-ով մի քանի քայլով և պարզ API դասի միջոցով:...-ում: Մենք ստեղծում ենք LoadOptions դասի օբյեկտ՝ սկզբնաղբյուր...փոխարկելու համար Ստեղծեք LoadOptions օբյեկտ՝ մուտքագրված CSV ֆայլը...

    kb.aspose.com/hy/cells/net/how-to-convert-csv-t...
  7. Field.IsDirty | Aspose.Words for .NET

    Manage the IsDirty property to ensure your field data stays accurate and up-to-date, enhancing document integrity and performance.... Docx ); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions (); options...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Processor.from_stream method | Aspose.Words for...

    aspose.words.lowcode.Processor.from_stream method... LoadOptions ): ... Parameter Type Description...document stream. load_options LoadOptions Optional load options used...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Protected Sheet Without Password - Free Support...

    We use below method to load the document into Aspose by trying with different LoadFormat Workbook LoadExcelDocument(FileStream stream) { Aspose.Cells.Workbook workbook; bool isExcelDocumentLoaded = false; v…...try { var loadOptions = new Aspose.Cells.LoadOptions(loadFormats[counter++]);...Workbook(nativeExcelDocument, loadOptions); isExcelDocumentLoade =...

    forum.aspose.com/t/protected-sheet-without-pass...
  10. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在导入HTML时防止大数字被转换为指数表示法,使用Aspose.Cells for Node.js via C++。...keep precision true const loadOptions = new AsposeCells . HtmlLoadOptions...AsposeCells . LoadFormat . Html ); loadOptions . setKeepPrecision ( true...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-expon...