Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 79,435 for

object

(0.32 sec)
  1. Convert a PS File to PDF using Java

    Follow this article to convert a PS File to PDF using Java. You will get information to transform a file format from PS to PDF using Java using a few API calls and a list of steps for writing the application....the Document object Pass the PS load options object while loading...Declare an object of the PsLoadOptions class object and load the...

    kb.aspose.com/pdf/java/convert-a-ps-file-to-pdf...
  2. Conversion from Word to Excel using C#

    This article teaches the conversion from Word to Excel using C#. It has all the details to set the IDE, a list of steps, and a sample code for the development of Word document to Excel converter using C#....Word file into the Document object for conversion to the Excel...file into the Document class object and save it on the disk in...

    kb.aspose.com/words/net/conversion-from-word-to...
  3. How to Convert Excel to CSV using Node.js

    This short tutorial guides on how to convert Excel to CSV using Node.js. It has the resources to set the development environment, a list of tasks, and a runnable sample code to convert Excel to CSV file using Node.js....workbook Declare a TxtSaveOptions object Save the workbook using the...the TxtSaveOptions object The aforementioned list of steps can...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  4. DigitalSignatureDetails class | Aspose.Words fo...

    Aspose.Words.Saving.DigitalSignatureDetails class. Contains details for signing a document with a digital signature....certificateHolder object that contains the certificate...DigitalSignatureDeta.signOptions object used to sign a document. See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 将矩形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将矩形对象创建到您的PDF中。...zIndex ) { // Create a Graph object with dimensions matching the...y }; // Create a Rectangle object inside the Graph var rect =...

    docs.aspose.com/pdf/zh/net/add-rectangle/
  6. ShapeBase Class | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.ShapeBase class, your foundation for creating dynamic drawings, including AutoShapes, OLE Objects, and ActiveX controls....ShapeBase class Base class for objects in the drawing layer, such...an AutoShape, freeform, OLE object, ActiveX control, or picture...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ShapeBase class | Aspose.Words for Python

    aspose.words.drawing.ShapeBase class. Base class for Objects in the drawing layer, such as an AutoShape, freeform, OLE Object, ActiveX control, or picture...ShapeBase class Base class for objects in the drawing layer, such...an AutoShape, freeform, OLE object, ActiveX control, or picture...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 表格样式问题 - Free Support Forum - aspose.com

    运行的同样的代码为什么我的表格会突然变成这样子,另外一个是正常的 不正常表格: 正常表格: 代码中没有看出来任何问题 @Override public int replacing(ReplacingArgs args) throws Exception { // 获取文档对象 Document doc = (Document) args.getMatchNode().getDocument(); …...List<List<Object>> tableDataList = (List<List<Object>>) tableData...builder, List headers, List<List<Object>> rowData) throws Exception...

    forum.aspose.com/t/topic/311952
  9. Working with Outlook Notes|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....note to disc: Instantiate an object of the MapiNote class. Set...MapiNote class object is used to cast the MapiMessage object that loads...

    docs.aspose.com/email/cpp/working-with-outlook-...
  10. Example of using group layers in Aspose.PSD for...

    Using of Group Layer of PSD File via Java...initialize a new LayerGroup object via the addLayerGroup method...method of the PsdImage object. Provide the desired name for the group...

    docs.aspose.com/psd/java/psd-group-layer/