Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 94,422 for

object

(0.08 sec)
  1. Set Privileges, Encrypt and Decrypt PDF|Aspose....

    Encrypt PDF File with C# using Different Encryption Types and Algorithms. Also, decrypt PDF Files using Owner Password....privileges on a PDF file, create an object of the DocumentPrivilege class...pass this object as an argument to the Document object’s Encrypt...

    docs.aspose.com/pdf/net/set-privileges-encrypt-...
  2. How to Insert Comment in Word using Python

    This article explains how to insert comment in Word using Python. It assists in configuring the IDE environment to use the required libraries, step-by-step procedure to write the program and a runnable sample code to add comment in Word using Python....document using the Document class object Add some sample text in the...DocumentBuilder class object Create a Comment class object and set its...

    kb.aspose.com/words/python/how-to-insert-commen...
  3. 用 JavaScript 结合 C++ 管理 OLE 对象|Documentation

    学习如何在Aspose.Cells for JavaScript via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。...< head > < title > Add OLE Object Example </ title > </ head...head > < body > < h1 > Add OLE Object Example </ h1 > < p > Select...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  4. 在 C# 中指定 3D 文件加载选项|Documentation

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

    docs.aspose.com/3d/zh/net/specify-3d-file-load-...
  5. Extract Data AcroForms|Aspose.PDF for Java

    This section explains how to extract forms from your PDF document with Aspose.PDF for Java....form field from the Document object’s Form collection. This example...collection using the Document object’s getForm() method and get...

    docs.aspose.com/pdf/java/extract-form/
  6. Specify 3D File Save Options|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions Object. Each save format has a corresponding class that holds save options for that save format....a SaveOptions object. This should be an object of a class derived..."data-dir" # Initialize an object saveOpts = Discreet3dsSaveOptio...

    docs.aspose.com/3d/python-net/specify-3d-file-s...
  7. 从TTF文件加载字体| .NET

    。让我们看一下如何从TTF文件中制作它。...// Initialize FontDefinition object passing TTF as FontType value...Based on FileSystemStreamSour object, set fileExtension to "ttf"...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  8. How to remove background from an image|Document...

    Removing photo background. Change an image's background color....indicating rectangles with objects in advance and also marking...assumed objects you need to specify the detected object type (e...

    docs.aspose.com/imaging/python-net/developer-gu...
  9. Manage Text Boxes in Presentations Using PHP|As...

    Aspose.Slides for PHP makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation.... Add an AutoShape object with shape type set as Rectangle...AutoShape object. Add a TextFrame to the AutoShape object that will...

    docs.aspose.com/slides/php-java/manage-textbox/
  10. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Java library....Create a Document object and an ImageStamp object using required...() { // Instantiate Document object Document doc = new Document...

    docs.aspose.com/pdf/java/image-stamps-in-pdf-page/