Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 90,756 for

object

(0.08 sec)
  1. HtmlFixedSaveOptions.exportEmbeddedSvg property...

    HtmlFixedSaveOptions.exportEmbeddedSvg property. Specifies whether SVG resources should be embedded into Html document...determine where to store SVG objects when exporting a document to...export a document with SVG objects to .html, // Aspose.words can...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Format cells with Node.js via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for Node.js via C++, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional‑looking spreadsheets....// Instantiating a Workbook object const workbook = new AsposeCells...Aspose!" ); // Defining a Style object let style ; // Get the style...

    docs.aspose.com/cells/nodejs-cpp/cells-formatting/
  3. Convert Text to PDF|Aspose.PDF for Android via ...

    Aspose.PDF for Android via Java allows you to convert plain text file to PDF or to convert pre-formatted text file to PDF.... Instantiate Document object and add a new page in the Pages...new object of TextFragment and pass StringBuilder object to its...

    docs.aspose.com/pdf/androidjava/convert-text-to...
  4. Create PDF document programmatically|Aspose.PDF...

    This page describes how to create PDF document from scratch with Aspose.PDF for Python via .NET library....Create an object of Document class Add a Page object to the Pages...collection of the Document object Add TextFragment to paragraphs...

    docs.aspose.com/pdf/python-net/create-document/
  5. Aspose::Words::Drawing::OleFormat::get_IsLocked...

    Aspose::Words::Drawing::OleFormat::get_IsLocked method. Specifies whether the link to the OLE Object is locked from updates in C++....whether the link to the OLE object is locked from updates. bool...how to extract embedded OLE objects into files. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose.Pdf.Image File Lock - Free Support Forum...

    How can you release the lock on the file after reading it using Aspose.Pdf.Image? The following code causes the ‘Image.png’ file to be locked but there is no way to release that lock after using the image Object: var i…...lock after using the image object: var image = new Aspose.Pdf... Are you reusing the image object elsewhere in the code, or is...

    forum.aspose.com/t/aspose-pdf-image-file-lock/3...
  7. 用 JavaScript 通过 C++ 访问和修改链接的 Ole 对象的显示标签|Docume...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 访问和修改链接的 Ole 对象的显示标签。...Access and Modify Label of Ole Object Example </ h1 > < input type...( 0 ); // Access first Ole Object let oleObject = ws . oleObjects...

    docs.aspose.com/cells/zh/javascript-cpp/access-...
  8. Aspose::Words::MailMerging::IMailMergeDataSourc...

    Aspose::Words::MailMerging::IMailMergeDataSource::GetChildDataSource method. The Aspose.Words mail merge engine invokes this method when it encounters a beginning of a nested mail merge region in C++.... ReturnValue A data source object that will provide access to...on the current data source object. Your implementation needs...

    reference.aspose.com/words/cpp/aspose.words.mai...
  9. Shading | Aspose.Words for Java

    Contains shading attributes for an Object in Java....Object, com.aspose.words.InternableComplexAtt...Contains shading attributes for an object. To learn more, visit the Programming...

    reference.aspose.com/words/java/com.aspose.word...
  10. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....documents: Create a Document Class object. Get the Page Class you want...LinkAnnotation object using the Page and Rectangle objects. The rectangle...

    docs.aspose.com/pdf/java/actions/