Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 213,613 for

new

(1.59 sec)
  1. 用JavaScript通过C++加载工作簿中的特定工作表|Documentation

    学习如何用Aspose.Cells for JavaScript通过C++加载特定工作表。提高性能,减少内存占用。...assignment) const loadOptions = new LoadOptions ( LoadFormat . Xlsx...); loadOptions . loadFilter = new CustomLoad (); // Create the...

    docs.aspose.com/cells/zh/javascript-cpp/load-sp...
  2. Extract Text From All the Pages of a PDF Docume...

    Discover how to extract text from all pages of a PDF document in PHP using Aspose.PDF for text analysis....Open the target document $pdf = new Document ( $dataDir . 'input1...extract text $text_absorber = new TextAbsorber (); # accept the...

    docs.aspose.com/pdf/java/extract-text-from-all-...
  3. DocumentBuilder.CurrentStructuredDocumentTag | ...

    Discover the CurrentStructuredDocumentTag property in DocumentBuilder. Easily access the selected structured document tag for efficient document management.... Document doc = new Document ( MyDir + "Structured...); DocumentBuilder builder = new DocumentBuilder ( doc ); // There...

    reference.aspose.com/words/net/aspose.words/doc...
  4. SmartArt|Aspose.Slides Documentation

    Build and edit SmartArt in C# with Aspose.Slides: add nodes, change layouts and styles, convert to shapes with precision, and export for PPT, PPTX and ODP....Add_SmartArt () { using var pres = new Presentation (); var slide =...Access_SmartArt () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/sm...
  5. StructuredDocumentTag.StyleName | Aspose.Words ...

    Discover the StyleName property of StructuredDocumentTag. Easily manage and customize styles for your documents to enhance organization and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa sdtPlainText = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  6. Getting NullPointerException & ArrayIndexOutOfB...

    Hi there, we are using Aspose.Cells for Java (version 25.9) to convert SpreadsheetML files .xml into .xlsx, and the process throws the following exceptions: java.lang.NullPointerException: Cannot read field "c" because…...conversion: LoadOptions loadOptions = new LoadOptions(); loadOptions.s...InputStream is = new BufferedInputStream(new FileInputStream(input));...

    forum.aspose.com/t/getting-nullpointerexception...
  7. Convert Doc to HTML in Ruby|Aspose.Words for Java

    Converting Doc to HTML using Ruby in Java.... new ( data_dir + "TestFile.doc" ) ### options = new HtmlSaveOptions();...aspose.words.HtmlSaveOptions' ) . new \ # HtmlSaveOptions.ExportRoundtripInfor...

    docs.aspose.com/words/java/convert-doc-to-html-...
  8. Converting Worksheet to SVG in PHP|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.... PHP Code $saveFormat = new SaveFormat (); $path = $dataDir...the template file $workbook = new Workbook ( $path ); // Convert...

    docs.aspose.com/cells/java/converting-worksheet...
  9. Aspose.PSD为.NET 21.3版 - 发布说明|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.... Save ( outputFile , new PngOptions ()); } PSDNET-789...PsdImage ) Image . Load ( srcFile , new PsdLoadOptions () { LoadEffectsResource...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. StructuredDocumentTag.setUncheckedSymbol method...

    StructuredDocumentTag.setUncheckedSymbol method. Sets the symbol used to represent the unchecked state of a check box content control....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let sdtCheckBox = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...