Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 83,221 for

object

(0.07 sec)
  1. aspose.words.math module | Aspose.Words for Python

    The aspose.words.math module contains classes that represent Office Math elements....OfficeMath Represents an Office Math object such as function, equation...Specifies type of an Office Math object. OfficeMathDisplayTyp Specifies...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Image|Aspose.Slides Documentation

    Add image to PowerPoint slide or presentation in C# or .NET...to add an image as a frame object—especially if you plan to use...interface. To create an image object based on SVG image, you can...

    docs.aspose.com/slides/net/image/
  3. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library with C++....properties of the PageSetup object for the desired worksheet....(); // Instantiate a Workbook object Workbook workbook ( U16String...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  4. Convert PUB Files with Java APIs

    Convertion functionality of Publisher file using Aspose.PUB for Java solution is described and demonstrated with the pseudocode in this article....project Specify an IPubParser object named parser and assign it...responsible for creating a parser object to parse the .pub file specified...

    docs.aspose.com/pub/java/convert-pub-files/
  5. Aspose.3D Transform Nodes by quaternion | produ...

    Learn how to transform Nodes by quaternion...IMeshConvertible object, initialize the node object, and add the...

    products.aspose.com/3d/tutorial/transform-nodes...
  6. Apply Superscript and Subscript Effects on Font...

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

    docs.aspose.com/cells/python-net/apply-superscr...
  7. Removing attachment from PDF using Python|Aspos...

    Aspose.PDF can remove attachments from your PDF documents. Use Python PDF API to remove attachments in PDF files using Aspose.PDF for Python via .NET library....attachments are held in the Document object’s EmbeddedFiles collection...updated file using the Document object’s save() method. The following...

    docs.aspose.com/pdf/python-net/removing-attachm...
  8. Working with GridJs Highlight feature|Documenta...

    This article describes how to use highlight on cell text, cell ranges ,shapes and pictures in GridJs....Set whether to highlight all objects in the active worksheet ,include...image object //we use fabric js to manage image object, please...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  9. Removing Worksheets Using Sheet Name in PHP|Doc...

    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....Cells Helper Object $ptr = new \COM ( 'Aspose.Cells...Path // Creating a Workbook object and opening an Excel file using...

    docs.aspose.com/cells/net/removing-worksheets-u...
  10. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout...." ); // Initialize document object auto document = MakeObject...90 ); // create TextBuilder object auto textBuilder = MakeObject...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/