Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 86,616 for

object

(0.07 sec)
  1. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....The PageSetup attribute is an object of the PageSetup class that...\\ " ); // Create a workbook object Workbook workbook ; // Get...

    docs.aspose.com/cells/cpp/setting-margins/
  2. Working with Brushes|Documentation

    Learn to draw an Ellipse with Brushes in C#. Use solid brush to draw graphics in C# and VB.NET....fill the internal of a drawing object such as an ellipse, circle...steps can be used. Create an object of the Bitmap class Initialize...

    docs.aspose.com/drawing/net/working-with-brushes/
  3. Delete Pivot Table from a Worksheet|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....table using the pivot table object or pivot table position. Please...table using the pivot table object and Worksheet.getPivotTables()...

    docs.aspose.com/cells/java/delete-pivot-table-f...
  4. 表格样式问题 - 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
  5. Set Captions to OLE Icons in Python|Aspose.Slid...

    Discover how to set captions for OLE Object icons in PPT, PPTX and ODP presentations with Aspose.Slides for Python .NET, enhancing slides with custom labels....a sample of creating Excel object and setting its caption. import... slides [ 0 ] # Add an OLE object to the slide with open ( "oleSourceFile...

    docs.aspose.com/slides/python-net/set-caption-t...
  6. Border Settings|Documentation

    How to use the Aspose.Cells for Python via .NET library in Python to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Cells collection represents an object of the Cell class. Aspose.Cells...to a cell by using the Style object’s borders collection. The border...

    docs.aspose.com/cells/python-net/cells-border-s...
  7. FieldOptions.fieldUpdateCultureProvider propert...

    FieldOptions.fieldUpdateCultureProvider property. Gets or sets a provider that returns a culture Object specific for each particular field....provider that returns a culture object specific for each particular...is present, then the culture object it returns is used for the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add Signature in PDF File|Aspose.PDF for Java

    Learn how to add a digital signature to a PDF document using Aspose.PDF in Java for secure signing and document verification.... You need to create an object of PdfFileSignature class using...need to create a Rectangle object at which you want to add the...

    docs.aspose.com/pdf/java/add-signature-in-pdf/
  9. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance....threed" ); // Initialize an object var loadSTLOpts = new aspose...threed" ); // Initialize an object var loadU3DOpts = new aspose...

    docs.aspose.com/3d/nodejs-java/specify-3d-file-...
  10. 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...