Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 95,640 for

object

(0.22 sec)
  1. 在 3D 文档中添加动画属性并设置目标相机|Documentation

    在 Aspose.3D 中,对象动画实际上是对属性进行动画处理的关键帧动画。要对属性进行动画处理,您需要一个将属性的组件映射到不同曲线的CurveMapping实例,例如,Vector3属性可以有3个组件X/Y/Z,这将在CurveMapping中设置三个通道,每个通道都可以有一组曲线。...NET // Initialize scene object Scene scene = new Scene ();...property on node's transform object Property translation = cube1...

    docs.aspose.com/3d/zh/net/add-animation-propert...
  2. Extract PDF pages|Aspose.PDF for .NET

    This section explains how to extract PDF pages with Aspose.PDF Facades using PdfFileEditor class....(); // Create PdfFileEditor object PdfFileEditor pdfEditor = new...(); // Create PdfFileEditor object PdfFileEditor pdfEditor = new...

    docs.aspose.com/pdf/net/extract-pdf-pages/
  3. Number Settings|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells for adjusting number formats in spreadsheets....Cells collection represents an object of the Cell module. Aspose...setNumber(number) method of the Style object. All built-in number formats...

    docs.aspose.com/cells/nodejs-cpp/cells-number-s...
  4. Convert Image to Black and White PDF using Python

    This guide discusses to render image to black and white PDF using Python. It covers the algorithm and the Python JPG to black and white PDF conversion code snippet....Load the input image with an object of the Image class Cast the...the RasterCachedImage class object and cache it Binarize the image...

    kb.aspose.com/imaging/python/convert-image-to-b...
  5. How to Print PowerPoint Presentation in Python

    In this step by step tutorial, we will focus on how to print PowerPoint presentation in Python along with the detailed steps to set up the environment and verify the working sample code. You can use this example in any of Python supported environment to print PPT in Python without any dependency on Microsoft PowerPoint....Create the PrinterSettings object to set the printer settings...using the PrinterSettings class object different print settings are...

    kb.aspose.com/slides/python/how-to-print-powerp...
  6. How to Convert Outlook Email to HTML using Java

    In this example, we will focus on how to convert Outlook Email to HTML using Java. You will learn that in order to convert an Email to HTML Java based API can be used in any of the commonly available operating systems like Windows, Linux, or macOS that is configured with Java....Instantiate the MailMessage class object to access the source MSG or...using the MailMessage class object as a first step. We will then...

    kb.aspose.com/email/java/how-to-convert-outlook...
  7. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....APIs just put the ReferredArea object into the paramsList when the...from contextObjects . public object CalculateCustomFunct ( string...

    docs.aspose.com/cells/net/how-to-calculate-cust...
  8. PaperSize Enum | Aspose.Words for .NET

    Discover the Aspose.Words.PaperSize enum for defining custom paper sizes in your documents. Enhance your document formatting with ease!...of this section's PageSetup object. builder . PageSetup . PaperSize...section has its own PageSetup object. When we use a document builder...

    reference.aspose.com/words/net/aspose.words/pap...
  9. How to Create a PDF Booklet using C#

    This article describes how to create a PDF booklet using C#. It has details about the IDE settings, a list of steps for application development, and a runnable sample code to make booklet from PDF using C#....create a booklet Instantiate an object of the PdfFileEditor class...is commenced by creating an object of PdfFileEditor class that...

    kb.aspose.com/pdf/net/how-to-create-a-pdf-bookl...
  10. Extract Text from PowerPoint using C#

    Refer to this article to extract text from PowerPoint using C#. It has details to set the IDE, a list of steps, and a sample code to convert PowerPoint to text using C#....also Declare the StringBuilder object for holding the extracted text...frames, create a StringBuilder object, and iterate through each frame...

    kb.aspose.com/slides/net/extract-text-from-powe...