Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 1,713 for

view

(0.03 sec)
  1. Build Presentation Creator & Viewer with C# RES...

    C# Cloud SDK to help you create & process PowerPoint & OpenOffice presentations in the cloud, without installing any software...NET C# SDK to View, Process & Convert Slides in...

    products.aspose.cloud/slides/net/
  2. View & Convert Visio Cloud Drawings via Python ...

    REST API for Microsoft Visio diagram generation, Viewing, and conversion in the cloud from within your cloud-based Python apps via Cloud SDK...Visio diagram generation, viewing, and conversion in the cloud...create new blank Visio files, view existing Visio diagram stored...

    products.aspose.cloud/diagram/python/
  3. Excel to HTML | XLS to HTML | View MS Excel Onl...

    Perform seamless Excel workbook to HTML conversion with Java Cloud SDK. Best practices for efficient MS Excel to HTML conversion. Generate dynamic visually appealing presentations in Java....Perform seamless Excel workbook to HTML conversion with Java Cloud SDK. Best practices for efficient MS Excel to HTML conversion. Generate dynamic visually appealing presentations in Java.

    blog.aspose.cloud/cells/convert-excel-to-html-i...
  4. CAD Drawing Solutions (On Premise & REST APIs, ...

    Easy to use native APIs & cloud REST SDKs for building desktop, web & cloud-based applications to View & convert AutoCAD drawings...cloud-based applications to view & convert AutoCAD drawings....drawings via Java REST SDK. View All Low Code APIs Aspose.CAD...

    products.aspose.cloud/cad/
  5. Cloud SDK & On Premise Visio Viewer & Converter...

    Desktop, On Premise APIs & Cloud REST SDKs to build native, web & cloud-based applications to View & export Visio drawings...cloud-based applications to view & export Visio drawings. Aspose...calls to REST API via cURL to view, convert, export & upload Microsoft...

    products.aspose.cloud/diagram/
  6. Lightweight Aspose.Cells cloud and on-premises ...

    Aspose.Cells Cloud offers a range of SDKs in various programming languages, simplifies access to Aspose.Cells REST API, and enhances performance through its lightweight design....cloud applications to generate, view, & convert Excel sheets in C#...apps in node.js via REST API. View All Low Code APIs Aspose.Cells...

    products.aspose.cloud/cells/
  7. Class Inheritance | InterviewBit

    Class Inheritance - Inheritance The process by which one class acquires the properties(data members) and functionalities(methods) of another class is called inheritance. The aim of inheritance is to provide the reusability of code so that a class has to write only the unique features and rest of the common properties and functionalities can be extended from the another class. Class inheritance is a way for one class to extend another class. So we can create new functionality on top of the existing. Child Class The class that extends the features of another class is known as child class, sub class or derived class. Parent Class The class whose properties and functionalities are used(inherited) by another class is known as parent class, super class or Base class. A real life example of inheritance can between Vehicle and Car class where each car inherits the properties and functionalities of a vehicle. Hence, Car acts as a subclass of Vehicle. Similarly Truck and Bus are also subclasses of super class Vehicle. image ( https://ibb.co/2P7RM8f ) Now, lets look at the code given below: class X { constructor(a, b) { this.a = a; this.b = b; } printHi() { console.log("Hi"); } } class Y extends X { //Y is a subclass of X constructor(a, b, c) { super(a, b); //refers to the constructor of parent class X this.c = c; //c is exclusive to Class Y only. } printHello() { //printHello is exclusive to class Y only. console.log("Hello"); } } const x1 = new X(1, 2); //x1 contains properties: a, b, printHi console.log(x1.a); console.log(x1.b); console.log(x1.printHi()); const y1 = new Y("a", "b", "c"); //y1 contains properties: a, b, printHi, c, printHello console.log(y1.a); console.log(y1.b); console.log(y1.c); console.log(y1.printHi()); console.log(y1.printHello()); In the above code, class Y “extends” class X, which means class Y is a subclass of superclass X. All the properties of X (a, b and printHi) also exist in class Y. Also, class Y contains some extra properties that are specific to it only (c and printHello). super is a special keyword which refers to the constructor function of the parent class. Try the following example in the editor below. Given a class A having properties x and y. Declare a class B which inherits class A and has properties z and printIB (prints “IB”(without quotes) to the console when called). Also, the constructor of class B should set the values of x, y and z to the values provided in the user input. Sample If input: 1 2 3 is provided in the console then values of properties x, y and z properties should be set to 1, 2 and 3 respectively.... View All View All No More Events to show! View All View...to show! View All View All No More Events to show! View All View...

    www.interviewbit.com/problems/class-inheritance/
  8. index.xml

    2.0 http://www.w3.org/2005/Atom – Create, View, & Export Visio Files in Cloud (PHP REST SDK) https://products.aspose.cloud/diagram/php/ Recent content in Create, View, & Export Visio Files in Cloud......org/2005/Atom – Create, View, & Export Visio Files in Cloud...cloud/diagram/php/ Recent content in Create, View, & Export Visio Files in Cloud...

    products.aspose.cloud/diagram/php/index.xml
  9. AlternateView|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....Hide ] Represents the format to view a message. Properties: Name...referred to by this alternate view. [optional] Parent class: AttachmentBase...

    docs.aspose.cloud/email/reference-model-alterna...
  10. Desktop & Cloud API Solutions to Build PDF Proc...

    Native & Cloud REST APIs for developing desktop & cloud-based applications in your favorite language to create, edit & convert PDF files... View All Low Code APIs Aspose.PDF...without any 3rd party software. View All On Premise APIs Aspose.PDF...

    products.aspose.cloud/pdf/