Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 91,208 for

object

(0.08 sec)
  1. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....GetCells() collection represents an object of the Cell class. Aspose.Cells...by using the Style.GetFont() object’s GetName() property. #include...

    docs.aspose.com/cells/cpp/cells-font-settings/
  2. How to Convert TSV to Excel in Python

    This quick tutorial describes the process how to convert TSV to Excel in Python. It provides Python environment configuration, programming steps and a runnable sample code that can be used to write TSV to Excel converter in Python....source TSV file in the Workbook object using the specified properties...properties in the LoadOptions object Save the resultant workbook as...

    kb.aspose.com/cells/python/how-to-convert-tsv-t...
  3. How to Convert Protected Word Document to Unpro...

    This crisp tutorial describes how to convert protected Word document to unprotected in Python. It provides a step-wise procedure, reference to the relevant resources, and the sample code to unprotect DOCX in Python....file using the Document class object Call the unprotect() method...loaded into the Document class object. Once the source file is opened...

    kb.aspose.com/words/python/how-to-convert-prote...
  4. How to Convert HTML to Word using C#

    This short tutorial is designed to explain how to convert HTML to Word using C#. To accomplish the process of HTML to Word C# code is demonstrated along with the detailed steps to establish the environment....using the DocSaveOptions class object. In this tutorial for writing...Create the DocSaveOptions class object for configuring the output...

    kb.aspose.com/html/net/how-to-convert-html-to-w...
  5. How to Convert Excel to CSV in Python

    This quick tutorial guides on how to convert Excel to CSV in Python. To convert Excel to CSV Python environment settings, a detailed sequence of steps and a runnable sample code is available....class object Initialize a TxtSaveOptions class object for configuring...Excel file to Workbook class object and then instantiation of the...

    kb.aspose.com/cells/python/how-to-convert-excel...
  6. Aspose.PSD for .NET 23.9 - 发行说明|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....Object) M:Aspose.PSD.Region.GetHashCode...StringFormat.Equals(System.Object) M:Aspose.PSD.StringFormat...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  7. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using JavaScript via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....Cells collection represents an object of the Cell class. Aspose.Cells...Horizontal Alignment Use the Style object’s horizontalAlignment method...

    docs.aspose.com/cells/javascript-cpp/cells-alig...
  8. Manage Axes of Excel Charts with C++|Documentation

    Learn how to configure chart axes in Aspose.Cells for C++. Our guide will show you how to adjust the primary and secondary axes, set their ranges, and modify their properties to enhance your charts.... With the Axis object, you can change all options...// Instantiating a Workbook object Workbook workbook ; // Adding...

    docs.aspose.com/cells/cpp/chart-axes/
  9. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Discover the PdfDigitalSignatureTimestampSettings constructor to easily initialize digital signature settings for enhanced document security and compliance....// Create a "PdfSaveOptions" object that we can pass to the document's...assign it to our SaveOptions object to sign the document when we...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....Create a Document object and an ImageStamp object using required...add (); // Create FloatingBox object $aBox = new FloatingBox ( 200...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...