Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 22,833 for

loadoptions

(0.45 sec)
  1. MarkdownLoadOptions class | Aspose.Words for Py...

    aspose.words.loading.MarkdownLoadoptions class. Allows to specify additional options when loading [LoadFormat.MARKDOWN](../../aspose.words/loadformat/#MARKDOWN) document into a [Document](../../aspose.words/document/) object....Inheritance: MarkdownLoadOptions → LoadOptions Constructors Name Description...is None . (Inherited from LoadOptions ) convert_metafiles_to_png...

    reference.aspose.com/words/python-net/aspose.wo...
  2. LoadOptions.ignoreOleData property | Aspose.Wor...

    Loadoptions.ignoreOleData property. Specifies whether to ignore the OLE data....ignoreOleData property LoadOptions.ignoreOleData property Specifies...objects. let loadOptions = new aw . Loading . LoadOptions (); loadOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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...
  4. LoadOptions.convertShapeToOfficeMath property |...

    Loadoptions.convertShapeToOfficeMath property. Gets or sets whether to convert shapes with EquationXML to Office Math objects....convertShapeToOffice property LoadOptions.convertShapeToOffice property...objects. let loadOptions = new aw . Loading . LoadOptions (); // Use...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Open Presentations in Java|Aspose.Slides Docume...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for Java—fast, reliable, fully featured....setPassword method of the LoadOptions class to decrypt and load...operation: LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.aspose.com/slides/java/open-presentation/
  6. PlainTextDocument | Aspose.Words for Java

    Allows to extract plain-text representation of the documents content in Java....PlainTextDocument(String fileName, LoadOptions loadOptions) Creates a plain text...putStream stream, LoadOptions loadOptions) Initializes a new...

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

    Optimize your workflow with our Processor Execute method, designed to streamline actions efficiently and enhance productivity in your applications....Words" }; LoadOptions loadOptions = new LoadOptions () { IgnoreOleData...ConverterContext ()) . From ( doc , loadOptions ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  8. 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...
  9. 在 Jython 中打开文件|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.... cells import LoadOptions from java . io import FileInputStream...EXCEL_97_TO_2003 LoadOptions object loadOptions1 = LoadOptions ( fileFormatType...

    docs.aspose.com/cells/zh/java/opening-files-in-...
  10. Processor | Aspose.Words for Java

    Processor class for performing different document processing actions in Java....Words"); } LoadOptions loadOptions = new LoadOptions(); { loadOptions...create(converterContext) .from(doc, loadOptions) .to(getArtifactsDir() +...

    reference.aspose.com/words/java/com.aspose.word...