Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 90,763 for

object

(0.51 sec)
  1. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignature class. Represents a digital signature on a document and the result of its verification. To learn more, visit the documentation article in C++....DigitalSignature : public System :: Object Methods Method Description...Returns the certificate holder object that contains the certificate...

    reference.aspose.com/words/cpp/aspose.words.dig...
  2. Create WEBP in C#

    Follow this article to create WEBP in C#. It shares details to set the IDE, a list of steps, and a sample code demonstrating how to create a WEBP image in C# using a .NET-based library....limitations Create the WebPOptions object to set the parameters of the...image, link it with a Graphics object, and set the white background...

    kb.aspose.com/imaging/net/create-webp-in-csharp/
  3. How to Convert OBJ to FBX using Java

    This short guide describes how to convert OBJ to FBX using Java. It presents IDE settings, a list of steps, and a runnable sample code to develop a 3D Object to FBX converter using Java....class object Instantiate a FbxSaveOptions class object Set the...constructor of the FbxSaveOptions object Save the resultant FBX file...

    kb.aspose.com/3d/java/how-to-convert-obj-to-fbx...
  4. How to Draw Graphics in C#

    This brief tutorial explains how to draw graphics in C#. While using C# drawing shapes is made easy by sharing detailed steps and runnable code....FileCreateSource object and set it as Source in the JpegOptions object Initialize...size Create a Graphics class object for the empty image and clear...

    kb.aspose.com/imaging/net/how-to-draw-graphics-...
  5. How to Read PDF Content in Python

    This article guides on how to read PDF content in Python. It provides all the details to write the program and a sample runnable code to read PDF file in Python....PDF file using the Document object whose data is to be read Instantiate...Instantiate a TextAbsorber object to extract text from the PDF...

    kb.aspose.com/pdf/python/how-to-read-pdf-conten...
  6. Apply Conditional Formatting in Excel using Java

    Use this guide to apply conditional formatting in Excel using Java. It has the IDE settings, steps, and a sample code to create a rule in Excel using Java....add a conditional formatting object in the desired sheet Create...to the FormatConditionColle object Create a new condition for...

    kb.aspose.com/cells/java/apply-conditional-form...
  7. Font Class | Aspose.Words for .NET

    Discover the Aspose.Words.Font class, featuring essential font attributes like name, size, and color to enhance your document formatting and design....size, color, and so on) for an object. To learn more, visit the Working...Border { get; } Returns a Border object that specifies border for the...

    reference.aspose.com/words/net/aspose.words/font/
  8. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Discover how to manipulate tables in an existing PDF document using Python .NET, simplifying your document editing tasks....input_file ) # Create TableAbsorber object to find tables absorber = ap...input_file ) # Create TableAbsorber object to find tables absorber = ap...

    docs.aspose.com/pdf/python-net/manipulate-table...
  9. Aspose::Words::Layout::LayoutEnumerator class |...

    Aspose::Words::Layout::LayoutEnumerator class. Enumerates page layout entities of a document. You can use this class to walk over the page layout model. Available properties are type, geometry, text and page index where entity is rendered, as well as overall structure and relationships. Use combination of GetEntity() and Current move to the entity which corresponds to a document node. To learn more, visit the documentation article in C++....LayoutEnumerator : public System :: Object , public System :: Details...System :: SharedPtr < System :: Object >> , private System :: Details...

    reference.aspose.com/words/cpp/aspose.words.lay...
  10. Working with Document in C++|Aspose.Words for C++

    The `Document` class provides various document properties and methods using C++. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for C++. The `Document` Object can be saved to a file or stream and also sent to a browser.... The Document object contains all content and formatting...properties, and the MailMerge object that is used for a mail merge...

    docs.aspose.com/words/cpp/working-with-document/