Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 83,289 for

object

(0.08 sec)
  1. 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/
  2. Inserting and Deleting Rows and Columns in PHP|...

    Learn how to Insert and Delete Rows and Columns through the Aspose.Cells for PHP via Java APIs....# Instantiating a Workbook object by excel file path $workbook...# Instantiating a Workbook object by excel file path $workbook...

    docs.aspose.com/cells/java/inserting-and-deleti...
  3. 搜索

    搜索...bytes back into a document object. MemoryStream inStream = new...stream into a new document object. Document loadDoc = new Document(inStream);...

    blog.aspose.com/zh-hant/total/convert-worddoc-d...
  4. Text Rendering using TrueType Font | Java

    Java APIs for the developers to manipulate and font files. Learn the fundamentals on how to render TrueType and OpenType fonts within Java products....Bitmap object and saves resultant bitmap...processed symbol - gid. Create object of type GlyphOutlinePainter...

    docs.aspose.com/font/java/text-rendering-truety...
  5. FieldLink Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldLink class for seamless LINK field implementation. Enhance your document processing with powerful features today!...{ get; } Gets a FieldFormat object that provides typed access...Gets or sets a way the linked object updates its formatting. InsertAsBitmap...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Rotating Cell Text|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....//Instantiate the Application object. Excel . ApplicationClass ExcelApp...Heading" ; //Define a range object(B2). Excel . Range _range ;...

    docs.aspose.com/cells/net/rotating-cell-text/
  7. Working with MapiNote in PST|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....a MapiMessage object. Create a MapiNote object and load the template...

    docs.aspose.com/email/cpp/working-with-mapinote...
  8. CssSavingArgs class | Aspose.Words for Node.js

    Aspose.Words.Saving.CssSavingArgs class. Provides data for the [ICssSavingCallback.cssSaving()](../icsssavingcallback/cssSaving/#csssavingargs) event...by providing your own stream object. To save CSS into stream, use...document Gets the document object that is currently being saved...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. How to Convert EPUB to PDF in C#

    This short tutorial explains how to convert EPUB to PDF in C#. It contains all the details required to configure the environment, program flow and a runnable sample code that demonstrates the conversion process from EPUB to PDF in C# with the help of a few lines of code....convert EPUB to PDF Declare an object of EpubLoadOptions class to...file in the Document class object using the custom settings Save...

    kb.aspose.com/pdf/net/how-to-convert-epub-to-pd...
  10. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....method returns a UnionRange object. The following code snippet...Startup (); // Create a Workbook object Workbook workbook ; // Create...

    docs.aspose.com/cells/cpp/create-union-range/