Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 90,868 for

object

(0.18 sec)
  1. 在Aspose.Cells中打印工作簿|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....//Instantiating a Workbook object Workbook workbook = new Workbook.../data/test.xlsx" ); //Create an object for ImageOptions ImageOrPrintOptions...

    docs.aspose.com/cells/zh/net/printing-workbooks...
  2. VbaModuleType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Vba.VbaModuleType enum, defining model types in VBA projects for enhanced automation and streamlined document management....new object. Each instance of a class creates a new object, and...properties and methods of the object. DesignerModule 3 A VBA module...

    reference.aspose.com/words/net/aspose.words.vba...
  3. Rotate Text Inside PDF|Aspose.PDF for Java

    Learn how to rotate text inside a PDF document, providing flexibility in document layout using Aspose.PDF for Java...() { // Initialize document object Document pdfDocument = new...90 ); // create TextBuilder object TextBuilder textBuilder = new...

    docs.aspose.com/pdf/java/rotate-text-inside-pdf/
  4. DocSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the DocSaveOptions SaveFormat property to easily choose between Doc or Dot formats for seamless document saving. Optimize your workflow today!...saved if this save options object is used. Can be Doc or Dot...DocSaveOptions object in a LoadOptions object. Assert . Throws...

    reference.aspose.com/words/net/aspose.words.sav...
  5. MailMerge.Execute | Aspose.Words for .NET

    Streamline your mailing process with the MailMerge Execute method, effortlessly merging data from custom sources for personalized communication....dataSource IMailMergeDataSource An object that implements the custom...as a list or hashtable or objects. You need to write your own...

    reference.aspose.com/words/net/aspose.words.mai...
  6. 表格样式问题 - 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
  7. DataTableReader | Aspose.Words for Java

    The DataTableReader obtains the contents of one or more DataTable Objects in the form of one or more read-only forward-only result sets in Java....Object, com.aspose.words.net.System...contents of one or more DataTable objects in the form of one or more...

    reference.aspose.com/words/java/com.aspose.word...
  8. How to Convert Word to MD File using Python

    This tutorial provides details about how to convert Word to MD file using Python. You will get the configuration details, detailed steps and a runnable sample code to convert DOCX to Markdown using Python....file using the Document class object for conversion to Markdown...the MarkdownSaveOptions class object Set the update fields flags...

    kb.aspose.com/words/python/how-to-convert-word-...
  9. Insert Pivot Table|Documentation

    Create and format Pivot Table with Aspose.Cells for Python via .NET.... Pivot Table Object Model Aspose.Cells for Python...create and set PivotTable objects, the building blocks of a pivot...

    docs.aspose.com/cells/python-net/create-pivot-t...
  10. Add Ellipses to Presentations in Python|Aspose....

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for Python via .NET across PPT, PPTX and ODP presentations—code examples included....AddAutoShape method exposed by IShapes object Write the modified presentation...AddAutoShape method exposed by IShapes object. Set the Fill Type of the Ellipse...

    docs.aspose.com/slides/python-net/ellipse/