Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 213,125 for

new

(0.23 sec)
  1. 生成的pdf和excel有差异 pdf为什么data label无法正常显示 - Free S...

    test.zip (241.7 KB) image.png (54.5 KB) image (1).png (88.9 KB) 如图所示 麻烦帮忙看下这是为什么...// ① 加载或创建工作簿 Workbook wb = new Workbook(); Worksheet sheet =...创建 PDF 文档 Document pdfDoc = new Document(); Page page = pdfDoc...

    forum.aspose.com/t/pdf-excel-pdf-data-label/321829
  2. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides JavaScript code using C++ to insert and delete rows in an Excel worksheet....Contents [ Hide ] When creating a new worksheet or working with an...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/insert-or-...
  3. 使用 ImageOrPrintOptions 通过 JavaScript 和 C++ 从工作表...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从Excel工作表中提取图片并保存。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...ImageOrPrintOptions const printoption = new ImageOrPrintOptions (); // Specify...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  4. Copy Row Heights of Source Range to Destination...

    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....// Creating a new workbook const workbook = new Workbook (); //...destination range const opts = new PasteOptions (); opts . pasteType...

    docs.aspose.com/cells/javascript-cpp/copy-row-h...
  5. Change Cells Alignment and Keep Existing Format...

    Use the Aspose.Cells library to change cell alignment and preserve existing formatting in JavaScript via C++...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...style flag object const flag = new StyleFlag (); flag . alignments...

    docs.aspose.com/cells/javascript-cpp/change-cel...
  6. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the JavaScript API with C++ addons to determine if the paper size of a worksheet is set to automatic programmatically....uploaded files const wb1 = new Workbook ( new Uint8Array ( arrayBuffer1...arrayBuffer1 )); const wb2 = new Workbook ( new Uint8Array ( arrayBuffer2...

    docs.aspose.com/cells/javascript-cpp/determine-...
  7. 从PDF中移除附件与JavaScript|Aspose.PDF for JavaScript ...

    Aspose.PDF可以从您的PDF文档中移除附件。使用JavaScript Web工具包通过Aspose.PDF来移除PDF文件中的附件。...( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/zh/javascript-cpp/removing-...
  8. Different Ways to Open Files with Node.js via C...

    This article explains how to open an Excel file using Aspose.Cells for Node.js via C++ API....file path const workbook1 = new AsposeCells . Workbook ( filePath...LoadFormat const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/different-ways...
  9. Manage Header and Footer|Aspose.PDF for .NET

    Explore how to manipulate headers and footers in PDF files in .NET with Aspose.PDF for improved document structuring....object using ( var fileStamp = new Aspose . Pdf . Facades . PdfFileStamp...the header var formattedText = new Aspose . Pdf . Facades . FormattedText...

    docs.aspose.com/pdf/net/manage-header-and-footer/
  10. AxisBuiltInUnit | Aspose.Words for Java

    Specifies the display units for an axis in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...setMinimum(new AxisBound(-10)); axis.getScaling().setMaximum(new AxisBound(20...

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