Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 96,275 for

object

(0.1 sec)
  1. Insert Pivot Table|Documentation

    Create and format pivot tables of Excel spreadsheet files.... Pivot Table Object Model Aspose.Cells for JavaScript...create and set PivotTable objects, the building blocks of a pivot...

    docs.aspose.com/cells/javascript-cpp/create-piv...
  2. Aspose::Words::Drawing::OlePackage::get_FileNam...

    Aspose::Words::Drawing::OlePackage::get_FileName method. Gets or sets OLE Package file 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...
  3. Print PDF in WPF application|Aspose.PDF for .NET

    C# Print PDF documents from a WPF application. This code sample shows how to print PDF documents from a WPF application using C#....MemoryStream object. Associate MemoryStream object with Xps Package...

    docs.aspose.com/pdf/net/print-pdf-document-in-w...
  4. CssSavingArgs class | Aspose.Words for Python

    aspose.words.saving.CssSavingArgs class. Provides data for the [ICssSavingCallback.css_saving()](../icsssavingcallback/css_saving/#csssavingargs) event...by providing your own stream object. To save CSS into stream, use...document Gets the document object that is currently being saved...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. Aspose::Words::Document::RenderToSize method | ...

    Aspose::Words::Document::RenderToSize method. Renders a document page into a Graphics Object to a specified size in C++....document page into a Graphics object to a specified size. float...m::Drawing::Graphics>& The object where to render to. x float...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Convert CGM to BMP via C# | products.aspose.com

    Sample code for CGM to BMP C# conversion. Use API example code for batch CGM files to BMP conversion within VB.NET, Asp.NET or any .NET based application....Load method Set an object of CadRasterizationOpti with...passing the resultant file path & object of BmpOptions System Requirements...

    products.aspose.com/cad/net/conversion/cgm-to-bmp/
  8. Convert FBX to CGM via C# | products.aspose.com

    Sample code for FBX to CGM C# conversion. Use API example code for batch FBX files to CGM conversion within VB.NET, Asp.NET or any .NET based application....Load method Set an object of CadRasterizationOpti with...passing the resultant file path & object of CgmOptions System Requirements...

    products.aspose.com/cad/net/conversion/fbx-to-cgm/
  9. 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...
  10. 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/