Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 94,431 for

object

(0.2 sec)
  1. Basics of Aspose.PDF DOM API|Aspose.PDF for And...

    Aspose.PDF for Android via Java also uses the idea of DOM to represent the structure of a PDF document in terms of Objects. Here you can read the description of this structure....Introduction to the DOM API Document Object Model (DOM) is a form of representation...structured documents as an object-oriented model. DOM is the...

    docs.aspose.com/pdf/androidjava/basics-of-dom-api/
  2. Exporting .jrprint Files to XLS Formats|Documen...

    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....jrprint file or a JasperPrint object as its input and exports it...how to export the jasperPrint object to a file path, for example...

    docs.aspose.com/cells/jasperreports/exporting-j...
  3. Add Header and Footer in PowerPoint using C# | ...

    Use .NET PowerPoint API to add header footer in PowerPoint presentation using C# or VB.NET. Manage header and footer in notes slides programmaticaly....slide in an IMasterNotesSlide object using Presentation.MasterNotesSlideMana...slide in an IMasterNotesSlide object using Presentation.MasterNotesSlideMana...

    blog.aspose.com/slides/add-header-footer-in-pow...
  4. ListLevel.GetEffectiveValue | Aspose.Words for ...

    Discover the ListLevel GetEffectiveValue method to easily retrieve string representations of list items. Customize with NumberStyle and format options!...representation of the ListLevel object for the specified index of...NumberStyle of the ListLevel object. customNumberStyleFor String...

    reference.aspose.com/words/net/aspose.words.lis...
  5. Orienting data grid headers in a PDF - Free Sup...

    We created a customer item request ticket in .NET with the customer inventory and quantity in a grid. When we present the ticket, the horizontal headers in the customer data grid for Items, quantity, and cost take up too…...Add(); // Instantiate a table object Aspose.Pdf.Table tab1 = new...cell border using BorderInfo object tab1.DefaultCellBorder = new...

    forum.aspose.com/t/orienting-data-grid-headers-...
  6. Aspose::Words::Fields::FieldUserName class | As...

    Aspose::Words::Fields::FieldUserName class. Implements the USERNAME field. To learn more, visit the documentation article in C++....get_Format () Gets a FieldFormat object that provides typed access...// Create a UserInformation object and set it as the source of...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Apply Superscript and Subscript Effects on Font...

    The Python code to apply superscript and subscript effects to text in Excel using Aspose.Cells for Python via .NET API....font object’s is_superscript property to...effect, set the Style.font object’s is_subscript property to...

    docs.aspose.com/cells/python-net/apply-superscr...
  8. Working with Geometry Section|Documentation

    This section explains how to get geometry of Visio using Aspose.Diagram...Initialize LineTo geometry object LineTo lineTo = new LineTo...Initialize LineTo geometry object lineTo = new LineTo (); //...

    docs.aspose.com/diagram/net/working-with-geomet...
  9. UserInformation Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.UserInformation class to manage user details effectively and enhance document processing in your applications....// Create a UserInformation object and set it as the data source...properties of the UserInformation object that we have created above...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Create 3D Mesh and Scene|Documentation

    A Mesh is defined by a set of control points and the many n-sided polygons as needed. This article explains how to define a Mesh....defineControlPoints (); // Initialize mesh object Mesh mesh = new Mesh (); //...defineControlPoints (); // Initialize mesh object Mesh mesh = new Mesh (); //...

    docs.aspose.com/3d/java/create-3d-mesh-and-scene/