Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 223,157 for

new

(0.36 sec)
  1. 公共 API Aspose.Diagram 5.9.0 的变化|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....a VSD file Diagram diagram = new Diagram ( "Basic Flowchart.vsd"...ByteArrayOutputStrea dstStream = new ByteArrayOutputStrea (); diagram...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  2. Specify how to cross string in output PDF and i...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for Node.js via C++....Excel file const workbook = new AsposeCells . Workbook ( path...options const pdfSaveOptions = new AsposeCells . PdfSaveOptions...

    docs.aspose.com/cells/nodejs-cpp/specify-how-to...
  3. 在使用C++通过Node.js加载文件时自动调整行高|Documentation

    学习如何在加载文件时自动调整未自定义高度的行,使用Aspose.Cells for Node.js via C++。...external links const workbook = new AsposeCells . Workbook ( filePath...pdf" )); const loadOptions = new AsposeCells . LoadOptions ();...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  4. ResourceSavingArgs.ResourceFileName | Aspose.Wo...

    Manage your resources efficiently with ResourceSavingArgs. Easily set or retrieve the file name for saving resources without the hassle of paths....ResourceSavingCallba () { Document doc = new Document ( MyDir + "Bullet points...FontSavingCallback callback = new FontSavingCallback (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. IStructuredDocumentTag.Tag | Aspose.Words for .NET

    Discover the IStructuredDocumentTag property that defines a unique tag for your SDT node, enhancing document structure and ensuring clarity.... Document doc = new Document (); // Create a structured... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  6. ImageColorMode | Aspose.Words for Java

    Specifies the color mode for the generated images of document pages in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."Logo.jpg"); Assert.assertTrue(new File(getImageDir() + "Logo.jpg")...

    reference.aspose.com/words/java/com.aspose.word...
  7. DocumentBuilder.MoveToHeaderFooter | Aspose.Wor...

    Effortlessly navigate to headers and footers with the DocumentBuilder MoveToHeaderFooter method, enhancing your document editing efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Search and Replace Data in a Range with JavaScr...

    This article shows how to search and replace data in a range in Excel using JavaScript via C++ code....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Configure find options const opts = new FindOptions (); opts . lookInType...

    docs.aspose.com/cells/javascript-cpp/search-and...
  9. 指定使用DBNum自定义模式格式|Documentation

    Aspose.Cells是一个支持用自定义格式模式格式化日期和数字的JavaScript/C++库。本文展示了如何使用 dbnum 自定义格式模式以更好地控制数字显示。...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Access first...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  10. Bar code not appearing after conversion from XL...

    Hello Aspose Team, I am converting excel file into pdf using Aspose. After conversion bar codes are not correctly appearing in the PDF file. Please refer attachments Original file snapshotExcal.png (137.8 KB) PDF, af…...Excel file Workbook workbook = new Workbook("input.xlsx"); // Create...PdfSaveOptions saveOptions = new PdfSaveOptions(); // Enable barcode...

    forum.aspose.com/t/bar-code-not-appearing-after...