Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 20,554 for

loadoptions

(0.06 sec)
  1. Custom Font in C++|Aspose.Slides Documentation

    PowerPoint custom fonts in C++...Slides provides the LoadOptions::set_DocumentLevelFontSou...shows you how to use the LoadOptions::set_DocumentLevelFontSou...

    docs.aspose.com/slides/cpp/custom-font/
  2. LoadOptions.baseUri property | Aspose.Words for...

    Loadoptions.baseUri property. Gets or sets the string that will be used to resolve relative URIs found in the document into absolute URIs when required...baseUri property LoadOptions.baseUri property Gets or sets the...found. const loadOptions = new aw . Loading . LoadOptions (); loadOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HtmlLoadOptions class | Aspose.Words for Python

    aspose.words.loading.HtmlLoadoptions class. Allows to specify additional options when loading HTML document into a [Document](../../aspose.words/document/) object...Inheritance: HtmlLoadOptions → LoadOptions Constructors Name Description...is None . (Inherited from LoadOptions ) block_import_mode Gets...

    reference.aspose.com/words/python-net/aspose.wo...
  4. IDocumentConverterPlugin.convertToImages method...

    IDocumentConverterPlugin.convertToImages method. Converts pages from document from input stream to array of images....convertToImages(inputStream, loadOptions, saveOptions) Converts pages...Buffer , loadOptions : Aspose . Words . Loading . LoadOptions , saveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. CsvDataLoadOptions.HasHeaders | Aspose.Words fo...

    Discover CsvDataLoadoptions' HasHeaders property to easily manage CSV imports by specifying if the first record includes column names for seamless data integration....docx" ); CsvDataLoadOptions loadOptions = new CsvDataLoadOptions...true ); loadOptions . Delimiter = ';' ; loadOptions . CommentChar...

    reference.aspose.com/words/net/aspose.words.rep...
  6. PdfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading Pdf document into a Document object in Java....LoadOptions public class PdfLoadOptions...PdfLoadOptions extends LoadOptions Allows to specify additional options...

    reference.aspose.com/words/java/com.aspose.word...
  7. Processor.To | Aspose.Words for .NET

    Optimize your workflow with our processor method that clearly defines output files, enhancing efficiency and streamlining your data management tasks....Words" }; LoadOptions loadOptions = new LoadOptions () { IgnoreOleData...ConverterContext ()) . From ( doc , loadOptions ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  8. LanguagePreferences.AddEditingLanguage | Aspose...

    Enhance your editing experience with the LanguagePreferences AddEditingLanguage method. Easily add and manage multiple editing languages for seamless workflow.... LoadOptions loadOptions = new LoadOptions (); loadOptions...editing language.docx" , loadOptions ); int localeIdFarEast =...

    reference.aspose.com/words/net/aspose.words.loa...
  9. Aspose::Words::IDocumentMergerPlugin::Merge met...

    Aspose::Words::IDocumentMergerPlugin::Merge method. Merges the given input PDF documents into a single output PDF document using specified input and output streams in C++....Words :: Loading :: LoadOptions >> loadOptions ) = 0 Parameter Type...am>> The input streams. loadOptions System::ArrayPtr<System:...

    reference.aspose.com/words/cpp/aspose.words/ido...
  10. 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...asian fonts LoadOptions loadOptions = new LoadOptions ( LoadFormat...

    docs.aspose.com/slides/java/default-font/