Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 50,477 for

shape

(1.56 sec)
  1. Make DOCX Using Javascript

    Make a new DOCX in JavaScript in a few steps. Easily create DOCX using Node.js via .NET library....DocumentBuilder(doc) shape = builder.insertChart(aw.Drawing...ChartType.Pie, 432 , 252 ) chart = shape.chart chart.title.text = "Demo...

    products.aspose.com/words/nodejs-net/make/docx/
  2. Fields Overview in Node.js|Aspose.Words for Nod...

    You can access field modifying using Node.js. Fields of the document are loaded into the Aspose.Words Document Object Model (DOM)....Words as a Shape object. This object provides...

    docs.aspose.com/words/nodejs-net/fields-overview/
  3. Generate QR Code and Micro QR Code in C++|Docum...

    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....2D matrix barcodes of square shape (except Rectangular Micro QR...

    docs.aspose.com/barcode/cpp/qr-code-and-micro-q...
  4. Converting to Fixed-page Format in Java|Aspose....

    Aspose.Words for Java implements its own page layout engine enabling it to produce all of the fixed page formats, such as PDF, XPS, and various image formats....images may be in the form of shapes created in Microsoft Word with... Building and reflowing of shape content – a step required if...

    docs.aspose.com/words/java/converting-to-fixed-...
  5. Can I concatenate PDF without a rest call in go...

    I tried Aspose.PDF for Go via C++ | Aspose API References, which doesn’t have the merge functionality and Merge Multiple PDF Files|Documentation which uses the cloud SDK. I want to merge documents without sending any dat…...PDF — your input truly helps shape the product. We wish you continued...

    forum.aspose.com/t/can-i-concatenate-pdf-withou...
  6. Converting to Fixed-page Format|Aspose.Words fo...

    Save documents to PDF, XPS, HTML, XAML, PostScript, and PCL formats using Node.js....images may be in the form of shapes created in Microsoft Word with... Building and reflowing of shape content – a step required if...

    docs.aspose.com/words/nodejs-net/converting-to-...
  7. Convert from GDB format and to GDB format with ...

    Hi, 1.If I use conversion from GDB to Shapefile: The input file will be: .gdbtable and beside it .gdbtablx. I try to open it in QGIS and it said invalid data source, please see: gdb1.7z (552 Bytes) What wrong ? 2…...table // Example: // new Field("Shape", FieldType.Geometry, GeometryType...

    forum.aspose.com/t/convert-from-gdb-format-and-...
  8. Barcode Generation Specifics in JavaScript|Docu...

    Description of Various Barcode Types Supported in Aspose.BarCode for JavaScript via C++...of varying widths, or other shapes arranged in a pattern to represent...hexagons, or other geometric shapes called matrix codes. Postal...

    docs.aspose.com/barcode/javascript-cpp/generate...
  9. 使用现代 API 增强图像处理|Aspose.Slides 文档

    通过使用 Java 现代 API 替代已弃用的成像 API,实现幻灯片图像处理的现代化,提供无缝的 PowerPoint 和 OpenDocument 自动化。...fos = new FileOutputStream ( "shape.png" ); shapeImage . compress...try { shapeImage . save ( "shape.png" ); } finally { if ( shapeImage...

    docs.aspose.com/slides/zh/androidjava/modern-api/
  10. 在 .NET 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 C# 示例代码,以简化表格工作流程。... Shapes . AddTable ( 100 , 50 , dblCols...向幻灯片添加表格形状 ITable tbl = sld . Shapes . AddTable ( 100 , 50 , dblCols...

    docs.aspose.com/slides/zh/net/manage-table/