Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 94,480 for

object

(0.23 sec)
  1. 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...
  2. 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-...
  3. 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...
  4. FieldStart class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldStart class. Represents a start of a Word field in a document...the font formatting of this object. (Inherited from Inline ) isComposite...isDeleteRevision Returns true if this object was deleted in Microsoft Word...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Load license TeX | .NET API Solution

    .NET API Solution to work with TeX. Load the license information from a file or stream with a few lines of C# code.... Create a license object by means of the License class...System; // Initialize the license object. License license = new License();...

    products.aspose.com/tex/net/loading-license/
  6. TeX typesetting functionality | Java API

    Java API Solution to work with TeX. Learn on the example how to typeset TeX/LaTeX files with a few lines of Java code....options for Object TeX/Object LaTeX upon the Object TeX engine...with a newly created XpsDevice object and run the job by calling...

    products.aspose.com/tex/java/typeset-tex-files/
  7. Aspose.Slides for .NET: NullReferenceException ...

    Hello, We have come across a NullReferenceException when calling Portion.GetRect in Aspose.Slides.NET 25.10.0. I’ve have attached a minimal example null_ref_exception.zip (520.2 KB) var pres = new Presentation("./nul…...GetRect() may occur if the Portion object is not properly initialized...GetRect() , ensure that the portion object is not null. You can add a...

    forum.aspose.com/t/aspose-slides-for-net-nullre...
  8. Aspose::Words namespace | Aspose.Words for C++ ...

    Aspose::Words namespace. The Aspose.Words namespace provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word in C++....Words Document Object Model (DOM) documentation article...visit the Aspose.Words Document Object Model (DOM) documentation article...

    reference.aspose.com/words/cpp/aspose.words/
  9. Load, Extract Data and Save from TTF | C++

    C++ APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save TTF fonts within C++.... Create a new object of FontDefinition class Use...FontFileDefinition as ttf Declare a TtfFont object and open the font file from...

    docs.aspose.com/font/cpp/loading-saving-truetyp...
  10. Working with Document in C#|Aspose.Words for .NET

    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 .NET. 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/net/working-with-document/