Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 97,198 for

object

(0.58 sec)
  1. ReportingEngine | Aspose.Words for Java

    Provides routines to populate template documents with data and a set of settings to control these routines in Java....Object public class ReportingEngine...buildReport(Document document, Object dataSource) Populates the specified...

    reference.aspose.com/words/java/com.aspose.word...
  2. GlowFormat class | Aspose.Words for Node.js

    Aspose.Words.Drawing.GlowFormat class. Represents the glow formatting for an Object....the glow formatting for an object. Remarks Use the ShapeBase...access glow properties of an object. You do not create instances...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to Create PDF in Python

    This article guides on how to create PDF in Python. It contains information to establish the environment, steps for writing the application and a runnable sample code to generate PDF with Python....Create a TextFragment class object to add text on the PDF page...Create a TextBuilder class object for the selected page and add...

    kb.aspose.com/pdf/python/how-to-create-pdf-in-p...
  4. Aspose::Words::Document::get_MailMergeSettings ...

    Aspose::Words::Document::get_MailMergeSettings method. Gets or sets the Object that contains all of the mail merge information for a document in C++....gs method Gets or sets the object that contains all of the mail...() Remarks You can use this object to specify a mail merge data...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Get and Set Style for cells|Documentation

    Discover how to perform data formatting and styling in Aspose.Cells for Python via .NET, including text formatting, number formatting, date formatting, and other styling options. Our guide will help you create professional‑looking spreadsheets with attractive formatting....following piece of code, a Style object is initiated for each cell...the Style object is a large object. These Style objects won’t be...

    docs.aspose.com/cells/python-net/styling-and-da...
  6. Arithmetic operations resulted in an overflow -...

    I’ve seen similar topics here before, but not with a public answer (at least that I’ve noticed.) I get the error in the subject line when attempting to convert an AVIF image to JPEG (or PNG). I’m using the code almost s…...b__128_0(Object state) at System.Windows.Threading...InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System...

    forum.aspose.com/t/arithmetic-operations-result...
  7. Create or Add Table In PDF using Python|Aspose....

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic....can be created by creating object of Table Class. table = ap...row_count ) + ", 3)" ) # Add table object to first page of input document...

    docs.aspose.com/pdf/python-net/add-table-in-exi...
  8. AxisBound.Equals | Aspose.Words for .NET

    Discover the AxisBound Equals method, easily check if an Object matches the current one in value, enhancing your coding efficiency and accuracy....specified object is equal in value to the current object. public...public override bool Equals ( object obj ) See Also class AxisBound...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Drawing::OleFormat::get_OleIcon ...

    Aspose::Words::Drawing::OleFormat::get_OleIcon method. Gets the draw aspect of the OLE Object. When true, the OLE Object is displayed as an icon. When false, the OLE Object is displayed as content in C++....aspect of the OLE object. When true , the OLE object is displayed...icon. When false , the OLE object is displayed as content. bool...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Format cells with Node.js via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for Node.js via C++, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional‑looking spreadsheets....// Instantiating a Workbook object const workbook = new AsposeCells...Aspose!" ); // Defining a Style object let style ; // Get the style...

    docs.aspose.com/cells/nodejs-cpp/cells-formatting/