Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 223,114 for

new

(1.33 sec)
  1. 向PDF文件添加圆形对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在PDF中创建圆形对象。...Document 实例 Document pdfDocument = new Document (); // 将页面添加到 PDF 文件的页面集合中...创建具有特定尺寸的 Drawing 对象 Graph graph = new Graph ( 400 , 200 ); // 为 Drawing...

    docs.aspose.com/pdf/zh/java/add-circle/
  2. ConvertUtil.InchToPoint | Aspose.Words for .NET

    Effortlessly convert inches to points with ConvertUtil's InchToPoint method. Enhance your precision in design and measurement today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/con...
  3. Manage Workbook with C++|Documentation

    Learn how to manage workbooks through the Aspose.Cells for C++ APIs.... Creating a New Workbook To create a new workbook: Create...Cells :: Startup (); // Create a new workbook Aspose :: Cells :: Workbook...

    docs.aspose.com/cells/cpp/managing-workbooks-an...
  4. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for Node.js via C++....cannot be displayed with Times New Roman , but it can be displayed...in a specific font like Times New Roman, Aspose.Cells changes the...

    docs.aspose.com/cells/nodejs-cpp/change-the-fon...
  5. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using JavaScript via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....open it; otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/cells-alig...
  6. ITextShaperFactory | Aspose.Words for Java

    An interface of a factory for constructing ITextShaper implementations in Java....fontBlob, int faceIndex) Returns new instance of a text shaper for...fontPath, int faceIndex) Returns new instance of a text shaper for...

    reference.aspose.com/words/java/com.aspose.word...
  7. Delete PDF pages|Aspose.PDF for Java

    This section explains how to delete PDF pages with Aspose.PDF Facades using PdfFileEditor class.... PdfFileEditor pdfEditor = new com . aspose . pdf . facades...delete int [] pagesToDelete = new int [] { 1 , 2 }; // Delete pages...

    docs.aspose.com/pdf/java/delete-pdf-pages/
  8. Using the pdf xml schema in the Aspose.Pdf name...

    Hi, I saw an older forum post that recommended using the Aspose.Pdf namespace to create documents instead of the Aspose.Pdf.Generator namespace. I've been playing around with generating documents in the Aspose.Pdf names…...generateTableWithDom() { var pdfDoc = new Aspose.Pdf.Document(); var page...Margin = new MarginInfo(27, 27, 27, 27); var table = new Aspose...

    forum.aspose.com/t/using-the-pdf-xml-schema-in-...
  9. Trouble converting a DWG to PDF - Free Support ...

    I have a project to convert DWG drawings to PDFs as needed. The process will need to completed in a desktop environment as well as web environment. Using the Aspose.CAD .NET v26.1.0. I created C# .NET dll that will conve…..._LicenseName); License license = new License(); license.SetLicense(lic);...System.IO.FileInfo output = new FileInfo(System.IO.Path.Combine(outputDir...

    forum.aspose.com/t/trouble-converting-a-dwg-to-...
  10. Adjust_Right_Indent <w:adjustRightInd w:val="of...

    { "type": "ADJUST_RIGHT_INDENT", "attributes": { "val": "0" } },...{ // Create a new document Document doc = new Document(); DocumentBuilder...DocumentBuilder builder = new DocumentBuilder(doc); // Access the...

    forum.aspose.com/t/adjust-right-indent-w-adjust...