Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 15,112 for

log

(0.07 sec)
  1. 在 EPS 的 XMP 元数据中添加 XML 命名空间 | Node.js

    本文将通过 C++ 语言使用 Aspose.Page for Node.js 在 EPS 的 XMP 元数据中添加 XML 命名空间的过程,并通过代码片段进行讲解和演示。... log ( "Aspose.Page for Node.js via...prefix, url, input); 15 console. log ( "AsposeXMPAddNamespac => %O"...

    docs.aspose.com/page/zh/nodejs-cpp/xmp-metadata...
  2. 通过 Node.js 使用 C++ 计算公式|Documentation

    本文介绍如何使用 Aspose.Cells 库,通过 C++ 在 Node.js 中计算 Microsoft Excel 公式。通过加载现有Excel文件或创建新文件,利用 Aspose.Cells 提供的方法计算公式并获取结果。最后保存修改后的Excel文件到磁盘。... log ( "Value of A1: " + cellA1 ....getStringValue ()); console . log ( "Value of A2: " + cellA2 ....

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-f...
  3. Manage Video Frames in Presentations Using Java...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Node.js via Java. Fast how-to guide.... log ( e ); } finally { if ( pres...{ var vf = shape ; console . log ( shape ); var type = vf . getEmbeddedVideo...

    docs.aspose.com/slides/nodejs-java/video-frame/
  4. LoadOptions.languagePreferences property | Aspo...

    LoadOptions.languagePreferences property. Gets language preferences that will be used when document is loading.... log ( localeIdFarEast == aw . Loading...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Accessing Cells of a Worksheet|Documentation

    This article shows how to get the maximum display range of a worksheet and access cells through the Aspose.Cells for JavaScript via C++ API.... log ( "Aspose.Cells initialized"...}). then (() => { console . log ( "Aspose.Cells initialized"...

    docs.aspose.com/cells/javascript-cpp/accessing-...
  6. Manage Picture Frames in Presentations Using Ja...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js via Java. Streamline your workflow and enhance slide designs.... log ( e ); } finally { if ( pres...); } catch ( e ) { console . log ( e ); } finally { if ( pres...

    docs.aspose.com/slides/nodejs-java/picture-frame/
  7. OleControl.isForms2OleControl property | Aspose...

    OleControl.isForms2OleControl property. Returns ``true`` if the control is a [Forms2OleControl](../../forms2olecontrol/).... log ( oleControl ); let checkBox...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Forms2OleControl.enabled property | Aspose.Word...

    Forms2OleControl.enabled property. Returns ``true`` if control is in enabled state.... log ( oleControl ); let checkBox...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Add Header and Footer to PDF in Node.js|Aspose....

    Aspose.PDF for Node.js via C++ allows you to add headers and footers to your PDF file using AsposePdfAddTextHeaderFooter.... log ( "AsposePdfAddTextHead => %O"..."ResultAddHeaderFoote.pdf" ); console . log ( "AsposePdfAddTextHead => %O"...

    docs.aspose.com/pdf/nodejs-cpp/add-headers-and-...
  10. How to Merge PDF in Node.js|Aspose.PDF for Node...

    This page explain how to merge PDF documents into a single PDF file with Aspose.PDF for Node.js via C++.... log ( "AsposePdfMerge2Files => %O"..."ResultMerge.pdf" ); console . log ( "AsposePdfMerge2Files => %O"...

    docs.aspose.com/pdf/nodejs-cpp/merge-pdf/