Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 96,279 for

object

(0.11 sec)
  1. Change Page Size|Documentation

    This section explains how to change page's size in a visio file with Aspose.Diagram....] Change Page Size The Page object represents the drawing area...Aspose.Diagram.Page objects. The PageProps object represents the page...

    docs.aspose.com/diagram/java/change-page-size/
  2. Generate Point Cloud to ASE File Formats via .N...

    C# source code to load, render and add generate point cloud to ASE documents on .NET Framework, .NET Core, Mono....pointcloud object of Aspose.3D Create a transform object through...the Scene.Save method with object System Requirements Aspose...

    products.aspose.com/3d/net/point-cloud/ase/
  3. Adding multi line watermark|Aspose.PDF for .NET

    This section explains how to add multi line watermark to existing PDF using FormattedText Class....() { // Instantiate a stamp object var logoStamp = new Aspose...Stamp (); // Instantiate an object of FormattedText class var...

    docs.aspose.com/pdf/net/adding-multi-line-water...
  4. Export to JSON|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form field values to a JSON file using Aspose.PDF for Python via .NET. It explains how to load a PDF form, access its fields through the Form facade, and save the extracted data in a structured JSON format... In this example, the Form object from the aspose.pdf.facades...JSON file.""" # Create Form object form = pdf_facades . Form ()...

    docs.aspose.com/pdf/python-net/export-to-json/
  5. Add Caret Annotation|Aspose.PDF for Python via ...

    This example loads an existing PDF, adds a caret annotation to the first page, and saves the modified document. The annotation includes a red caret symbol and descriptive comment text....Create the PdfContentEditor object. Bind the input PDF. Define...): # Create PdfContentEditor object content_editor = pdf_facades...

    docs.aspose.com/pdf/python-net/add-caret-annota...
  6. 在Aspose.Cells中使用匿名类型或自定义对象|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....//Instantiate the workbookdesigner object. WorkbookDesigner report =...markers using the custom class object. list . Add ( new MyProduct...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...
  7. TxtSaveOptions.saveFormat property | Aspose.Wor...

    TxtSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options Object is used...saved if this save options object is used. Can only be SaveFormat...// Create a "TxtSaveOptions" object, which we can pass to the document's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. GlowFormat.remove method | Aspose.Words for Nod...

    GlowFormat.remove method. Removes [GlowFormat](../) from the parent Object....GlowFormat from the parent object. remove () See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Drawing::OlePackage::get_Display...

    Aspose::Words::Drawing::OlePackage::get_DisplayName method. Gets or sets OLE Package display name in C++....Examples Shows how insert an OLE object into a document. auto doc =...DocumentBuilder > ( doc ); // OLE objects allow us to open other files...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Working with Artifacts in C++|Aspose.PDF for C++

    This page describes how to work with Artifact class using Aspose.PDF for C++. Code snippets show how to add a background image to PDF pages and how to get each watermark on the first page of a PDF file....background image to the page object. The next code snippet shows...with the BackgroundArtifact object: void Artifacts :: SetBackground...

    docs.aspose.com/pdf/cpp/artifacts/