Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 94,479 for

object

(0.34 sec)
  1. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article will introduce how to use the Aspose.Cells library to generate conditionally formatted data bars and images....condition object of the cell, and then from that object, it accesses...accesses the DataBar object and uses its ToImage() method to generate...

    docs.aspose.com/cells/go-cpp/generate-condition...
  2. Document constructor with correct password thro...

    I have 2 different PDF documents sent from the same client, both encrypted with the same password, and both can be opened with Adobe using that password. However, one of them fails in the Document constructor with an “I…...#=zYH54pjiFx3mIJ3OA9Ug=(Object #=z1HYVKdI=) at #=qaQWpfzq5oTJtuJLyafV=...#=zyFXcbYv4L5Y9_EiY8yvpTsWr0273wlICN(Object #=z1HYVKdI=, UInt32 #=zxyEUtP4=)...

    forum.aspose.com/t/document-constructor-with-co...
  3. Specify 3D File Load Options in C#|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a LoadOptions Object. Each load format has a corresponding class that holds load options for that load format....classes in C# inside the Scene object and then you can save it in...a LoadOptions object. This should be an object of a class derived...

    docs.aspose.com/3d/net/specify-3d-file-load-opt...
  4. Aspose::Words::MailMerging::MailMerge::Execute ...

    Aspose::Words::MailMerging::MailMerge::Execute method. Performs a mail merge operation for a single record in C++....System::ArrayPtr<System::SharedPtr<System::Object>>&) method Performs a mail...System :: SharedPtr < System :: Object >> & values ) Parameter Type...

    reference.aspose.com/words/cpp/aspose.words.mai...
  5. Add and Delete a Bookmark using Python|Aspose.P...

    You can add a bookmark to a PDF document with Python. It is possible to delete all or particular bookmarks from a PDF document....Bookmarks are held in the Document object’s OutlineItemCollectio collection...PDF document using Document object. Create a bookmark and define...

    docs.aspose.com/pdf/python-net/add-and-delete-b...
  6. Aspose.PSD for .NET 24.6 - 发行说明|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....void AssertAreEqual ( object expected , object actual , string message...message = null ) { if (! object . Equals ( expected , actual ))...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  7. Load a font from CFF file | C++

    C++ API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file....from the file using FileInfo object Follow the algorithm to fulfill...path to the file. Initiate object passing CFF as value. Get automatically...

    docs.aspose.com/font/cpp/how-to-load-fonts/load...
  8. AutoFit Rows for Merged Cells with C++|Document...

    Learn how to auto-fit rows for merged cells in Excel using Aspose.Cells for C++....code; it creates a workbook object and adds multiple worksheets...end" )); // Create a style object Style style = sheet1 . GetCells...

    docs.aspose.com/cells/cpp/autofit-rows-for-merg...
  9. How to Strike Out Text in PDF using Java

    This short tutorial guides on how to strike out text in PDF using Java. It contains all the details to configure the IDE and a runnable sample code to strike out text in Adobe PDF using Java....file using the Document class object and get access to the target...Create a TextFragmentAbsorber object for searching a text Parse...

    kb.aspose.com/pdf/java/how-to-strike-out-text-i...
  10. Create AcroForms - Create Fillable PDF in Java|...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for Java....approach: First, create a field object and set its properties. Then...instantiate RadioButtonField object with page number as argument...

    docs.aspose.com/pdf/java/create-forms/