Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 93,550 for

object

(0.46 sec)
  1. LaTeX to PDF | .NET

    To convert TeX to PDF using Aspose.TeX API solution for .NET learn this article to see that describes how to do this and the code examples....conversion options for Object LaTeX format upon Object TeX engine extension...configuration tells the Object TeX engine to load the Object LaTeX format...

    docs.aspose.com/tex/net/latex-to-pdf/
  2. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using JavaScript via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....Cells collection represents an object of the Cell class. Aspose.Cells...Horizontal Alignment Use the Style object’s horizontalAlignment method...

    docs.aspose.com/cells/javascript-cpp/cells-alig...
  3. Generating the template|Documentation

    How to render a printable form and generate a recognition pattern file for Aspose.OMR engine....passing GlobalPageSettings object to the method: Aspose . OMR...passing GlobalPageSettings object to the method: string workingDirectory...

    docs.aspose.com/omr/net/generate-template/
  4. Set Caption to OLE Icon|Aspose.Slides Documenta...

    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....a sample of creating Excel object and setting its caption. using... Slides [ 0 ]; // Add Ole objects byte [] allbytes = File . ReadAllBytes...

    docs.aspose.com/slides/net/set-caption-to-ole-i...
  5. Add Material to 3D Entities|Documentation

    PBR plays a key role for the game engine visuals, with its efficient and realistic rendering of interactions between light and surface via attenuation of the brightness and scattering of reflected light. Developers can use Aspose.3D API to apply PBR material to 3D Objects in a scene. This code example demonstrates to how to create a Box Object, and then apply the PBR material....to apply PBR material to 3D objects in a scene. This code example...demonstrates to how to create a Box object, and then apply the PBR material...

    docs.aspose.com/3d/nodejs-java/add-material-to-...
  6. ChartAxisCollection | Aspose.Words for Java

    Represents a collection of chart axes in Java....Object All Implemented Interfaces:...iterator() Returns an enumerator object. get(int index) public ChartAxis...

    reference.aspose.com/words/java/com.aspose.word...
  7. 指定 3D 文件加载选项|Documentation

    有几个接受LoadOptions对象的Scene.Open方法重载或Scene类构造函数重载。每种加载格式都有一个相应的类,该类保存该加载格式的加载选项。..."data-dir" # Initialize an object loadObjOpts = ObjLoadOptions..."data-dir" # Initialize an object loadSTLOpts = StlLoadOptions...

    docs.aspose.com/3d/zh/python-net/specify-3d-fil...
  8. Updated Embedded Excel Data Not Updating, Requi...

    In a C# environment using these packages <PackageReference Include="Aspose.Cells" Version="24.10.0" /> <PackageReference Include="Aspose.Slides.NET" Version="24.10.0" /> I have this powerpoint file with 1 slide slide …...and double click to open the object, it suddenly starts to read...{ "6780253.SLIDE2147483647_OBJECT 3" }; string directory = @"[directory...

    forum.aspose.com/t/updated-embedded-excel-data-...
  9. GroupShape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GroupShape class to easily manage and manipulate grouped shapes in your documents for enhanced visual appeal....final extent that this shape object has after applying drawing...the font formatting of this object. Glow { get; } Gets glow formatting...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....GetCells() collection represents an object of the Cell class. Aspose.Cells...by using the Style.GetFont() object’s GetName() property. #include...

    docs.aspose.com/cells/cpp/cells-font-settings/