Sort Score
Result 10 results
Languages All
Labels All
Results 8,931 - 8,940 of 216,907 for

new

(0.51 sec)
  1. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....excel file const workbook = new AsposeCells . Workbook ( path...filePath // Create a new workbook let workbook = new AsposeCells . Workbook...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  2. 用JavaScript通过C++指定在Excel文件中存储的重要数字位数|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++指定Excel文件中存储的有效数字位数。...open it; otherwise create a new workbook (matches original Node...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  3. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency.... Document doc = new Document (); // Add two runs...AppendChild ( new Run ( doc , "Hello world! " )); Shape shape = new Shape...

    reference.aspose.com/words/net/aspose.words/nod...
  4. 创建具有原始 3D 形状的场景|Documentation

    Aspose.3D for Java API 支持基元 3D 形状。所有参数化图元将自动转换为网格,同时以任何支持的输出文件格式保存。...a Scene object Scene scene = new Scene (); // Create a Box model...(). createChildNode ( "box" , new Box ()); // Create a Cylinder...

    docs.aspose.com/3d/zh/java/create-scene-with-pr...
  5. 使用JavaScript通过C++在范围内搜索和替换数据|Documentation

    本文展示如何使用JavaScript通过C++在Excel中搜索和替换范围内的数据。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Configure find options const opts = new FindOptions (); opts . lookInType...

    docs.aspose.com/cells/zh/javascript-cpp/search-...
  6. 使用JavaScript在PDF中添加书签|Aspose.PDF for JavaScript...

    您可以使用JavaScript在PDF文档中添加或删除书签。...( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/zh/javascript-cpp/bookmark/
  7. Search Data using Original Values|Documentation

    Learn how to Search Data using Original Values through the Aspose.Cells for JavaScript via C++ API....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Access first...

    docs.aspose.com/cells/javascript-cpp/search-dat...
  8. DetectAreasMode.UNIVERSAL|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.UNIVERSAL algorithm....instance of OCR API AsposeOCR api = new AsposeOCR (); // Enable automatic...RecognitionSettings recognitionSettings = new RecognitionSettings (); recognitionSettings...

    docs.aspose.com/ocr/java/areas-detection/photo/
  9. ImageSaveOptions.TiffCompression | Aspose.Words...

    Optimize your TIFF images with the ImageSaveOptions TiffCompression property, allowing you to choose the best compression method for quality results....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  10. ImportFormatOptions.forceCopyStyles property | ...

    ImportFormatOptions.forceCopyStyles property. Gets or sets a boolean value indicating either to copy conflicting styles in [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode... const srcDoc = new aw . Document ( base . myDir...source.docx" ); const dstDoc = new aw . Document ( base . myDir...

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