Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 79,714 for

object

(0.06 sec)
  1. FieldMergingArgsBase class | Aspose.Words for P...

    aspose.words.mailmerging.FieldMergingArgsBase class. Base class for [FieldMergingArgs](../fieldmergingargs/) and [ImageFieldMergingArgs](../imagefieldmergingargs/)...document object for which the mail merge is...the document. field Gets the object that represents the current...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert PUB Files with Java APIs

    Convertion functionality of Publisher file using Aspose.PUB for Java solution is described and demonstrated with the pseudocode in this article....project Specify an IPubParser object named parser and assign it...responsible for creating a parser object to parse the .pub file specified...

    docs.aspose.com/pub/java/convert-pub-files/
  3. How to Add Attachments to PDF using Python

    This article explains how to add attachments to PDF using Python. It contains information to set the environment, a step-wise process and a runnable sample code to insert attachment in PDF using Python....file using the Document class object to attach a file Instantiate...Instantiate a FileSpecification object by providing the attachment file...

    kb.aspose.com/pdf/python/how-to-add-attachments...
  4. How to Convert IGES to PDF in C#

    This simple tutorial entails how to convert IGES to PDF in C#. It encompasses all the necessary details to develop a comprehensive IGES to PDF converter software in C#....the Image class object Instantiate an object of the CadRasterizationOpti...Initialize the PdfOptions class object to configure the output PDF...

    kb.aspose.com/cad/net/how-to-convert-iges-to-pd...
  5. Recognition|Documentation

    Extracting text from images, web links, scanned PDFs, DjVu files, folders, archives and other content....This method takes OcrInput object and optional recognition settings...are returned as a OcrOutput object, that allow you to perform...

    docs.aspose.com/ocr/python-net/recognition/
  6. Extract Attachments from PDF using Java | Aspos...

    Java source code to extracting Attachments from PDF file.... Check if parameter object contains the parameters. Get... n ); // Close InputStream object input . close (); output ....

    products.aspose.com/pdf/java/attachments/extract/
  7. Paragraph.append_field method | Aspose.Words fo...

    aspose.words.Paragraph.append_field method... Returns A Field object that represents the appended...curly braces). Returns A Field object that represents the appended...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Lists::ListLevel::GetEffectiveVa...

    Aspose::Words::Lists::ListLevel::GetEffectiveValue method. Reports the string representation of the ListLevel Object for the specified index of the list item. Parameters specify the NumberStyle and an optional format string used when Custom is specified in C++....representation of the ListLevel object for the specified index of...NumberStyle of the ListLevel object. customNumberStyleFor const...

    reference.aspose.com/words/cpp/aspose.words.lis...
  9. 表格样式问题 - 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
  10. Add Table to PDF using C++ | Aspose.PDF

    Adding table in PDF file programmatically with C++ sample code using Aspose.PDF for C++... Create Table object. Set table setting (e.g. set...row_count )); } // Add table object to first page of input document...

    products.aspose.com/pdf/cpp/table/add/