Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 94,289 for

object

(0.21 sec)
  1. Format cells with JavaScript via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for JavaScript via C++, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets...." ; // Defining a Style object let style ; // Get the style...</ html > How to Use Style Object to Format Different Cells If...

    docs.aspose.com/cells/javascript-cpp/cells-form...
  2. ConstraintCollection | Aspose.Words for Java

    Represents a collection of constraints for a DataTable in Java....Object All Implemented Interfaces:...Adds the specified Constraint object to the collection. contains(System...

    reference.aspose.com/words/java/com.aspose.word...
  3. Manage Text Boxes in Presentations Using C++|As...

    Aspose.Slides for C++ makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation.... Add an IAutoShape object with ShapeType set as Rectangle...the newly added IAutoShape object. Add a TextFrame property to...

    docs.aspose.com/slides/cpp/manage-textbox/
  4. 数据分组|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....xlsx" ; //Create a connection object, specify the provider info...connection object. con . Open (); //Create a command object and specify...

    docs.aspose.com/cells/zh/net/grouping-data/
  5. Aspose.PSD for .NET 23.9 - Release Notes|Docume...

    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....Object) M:Aspose.PSD.Region.GetHashCode...StringFormat.Equals(System.Object) M:Aspose.PSD.StringFormat...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-9...
  6. Aspose.PSD for .NET 21.3 - Release Notes|Docume...

    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....void AssertAreEqual ( object expected , object actual , string message...message = null ) { if (! object . Equals ( expected , actual ))...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-3...
  7. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout...." ); // Initialize document object auto document = MakeObject...90 ); // create TextBuilder object auto textBuilder = MakeObject...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/
  8. DXF Drawings|CAD 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.... Create an object of the CadRasterizationOpti...page_width properties. Create an object of the PdfOptions class and...

    docs.aspose.com/cad/python-net/developer-guide/...
  9. Format and Modify Named Ranges|Documentation

    This article shows how to format and modify named ranges using Aspose.Cells for Python via .NET API....formatting, define a Style object to specify the style settings...settings and apply it to the Range object. The following example shows...

    docs.aspose.com/cells/python-net/format-and-mod...
  10. Changing the Font and Color of a Row or Column|...

    This article introduces how to change the font and color in row or column in GridDesktop....//Creating a customized Font object Font font = new Font ( "Arial"...column to the customized Font object column . SetFont ( font );...

    docs.aspose.com/cells/net/aspose-cells-griddesk...