Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 213,087 for

new

(0.09 sec)
  1. 数据验证|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++添加数据验证。...open it; otherwise create a new workbook const file = fileInput...uploaded file var workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/data-va...
  2. Փոխարկել JPG JPG Javascript

    Փոխարկեք JPG ը JPG ձևաչափի JavaScript կոդով: Պահեք JPG որպես JPG օգտագործելով JavaScript:...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.jpg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/hy/nodejs-net/convers...
  3. Փոխարկել JPG PNG Javascript

    Փոխարկեք JPG ը PNG ձևաչափի JavaScript կոդով: Պահեք JPG որպես PNG օգտագործելով JavaScript:...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.png" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/hy/nodejs-net/convers...
  4. Փոխարկել Պատկեր GIF Javascript

    Փոխարկեք Պատկեր ը GIF ձևաչափի JavaScript կոդով: Պահեք Պատկեր որպես GIF օգտագործելով JavaScript:...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.gif" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/hy/nodejs-net/convers...
  5. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the Node.js API with C++....selected sheets to a new workbook, click New Book . In the Before...existing Excel file. const wb = new AsposeCells . Workbook ( inputPath...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...
  6. Person | Aspose.Words for Java

    Represents individual a person bibliography source contributor in Java.... Document document = new Document(getMyDir() + "Bibliography...create a new source. Source newSource = new Source("New source"...

    reference.aspose.com/words/java/com.aspose.word...
  7. Filter Messages from Exchange Mailbox using Web...

    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.... ExchangeClient client = new ExchangeClient ( "http://Mac..."domain" ); SimpleDateFormat sdf = new SimpleDateFormat ( "dd/MM/yyyy...

    docs.aspose.com/email/java/filter-messages-from...
  8. Layer group export image error:The rectangle ha...

    我使用的是psd-java,当我把图层组导出为png的时候报错。这是我的代码: for (Layer layer : psdImage.getLayers()) { if (layer instanceof LayerGroup) { count++; LayerGroup layerGroup = (LayerGroup) layer; System.out.println("画板名称: " + laye…...getHeight() <= 0) { throw new IllegalStateExceptio("图层组 " +...layerGroup.save(mergedPngPath, new PngOptions()); String OSSPath...

    forum.aspose.com/t/layer-group-export-image-err...
  9. PageSavingArgs | Aspose.Words for Java

    Provides data for the IPageSavingCallback.pageSavingcom.aspose.words.PageSavingArgs event in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...HtmlFixedSaveOptions htmlFixedSaveOptions = new HtmlFixedSaveOptions(); // We...

    reference.aspose.com/words/java/com.aspose.word...
  10. ToaCategories | Aspose.Words for Java

    Represents a table of authorities categories in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...ToaCategories toaCategories = new ToaCategories(); doc.getFieldOptions()...

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