Sort Score
Result 10 results
Languages All
Labels All
Results 4,671 - 4,680 of 94,459 for

object

(0.5 sec)
  1. HtmlLoadOptions.convert_svg_to_emf property | A...

    HtmlLoadOptions.convert_svg_to_emf property. Gets or sets a value indicating whether to convert loaded SVG images to the EMF format...Examples Shows how to convert SVG objects to a different format when... we can pass a SaveOptions object # to determine how the saving...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HtmlSaveOptions.metafile_format property | Aspo...

    HtmlSaveOptions.metafile_format property. Specifies in what format metafiles are saved when exporting to HTML, MHTML, or EPUB...Examples Shows how to convert SVG objects to a different format when... we can pass a SaveOptions object # to determine how the saving...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 创建命名区域|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.... //Create Excel Object Excel . ApplicationClass xl..."C:\\Test_Range.xls" ) //Quit Excel Object xl . Quit (); 使用Aspose.Cells...

    docs.aspose.com/cells/zh/net/creating-a-named-r...
  4. 向单元格添加超链接|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 Application object. Excel . ApplicationClass ExcelApp..."Sheet1" ]; //Define a range object(A1). Excel . Range _range ;...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...
  5. 使用 C# 在 PDF 中创建或添加表格|Aspose.PDF for .NET

    Aspose.PDF for .NET 是一个用于创建、读取和编辑 PDF 表格的库。请查看本主题中的其他高级功能。...+ ", 3)" ); } // Add table object to first page of input document..."Test 5 4" ); // Add table object to first page of input document...

    docs.aspose.com/pdf/zh/net/add-table-in-existin...
  6. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel files using Aspose.Cells for JavaScript via C++....Get the VbaModuleCollection object from the VbaProject property...Workbook . Get the VbaModule object by the name “ThisWorkbook”...

    docs.aspose.com/cells/javascript-cpp/how-to-pre...
  7. TxtSaveOptions.office_math_export_mode property...

    TxtSaveOptions.office_math_export_mode property. Specifies how OfficeMath will be written to the output file...Shows how to export OfficeMath object as Latex in TXT. doc = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 创建 Outlook 联系人|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....//Create a new MapiContact Object MapiContact mapiContact = new...properties of this Contact object mapiContact . setNameInfo (...

    docs.aspose.com/email/zh/java/creating-an-outlo...
  9. MarkdownOfficeMathExportMode | Aspose.Words for...

    Specifies how Aspose.Words exports OfficeMath to Markdown in Java....Object public class MarkdownOfficeMathEx...Shows how to export OfficeMath object as Latex. Document doc = new...

    reference.aspose.com/words/java/com.aspose.word...
  10. Extract Text from PDF C#|Aspose.PDF for .NET

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C#.... You need to create an object of the TextAbsorber class....)) { // Create TextAbsorber object to extract text var textAbsorber...

    docs.aspose.com/pdf/net/extract-text-from-all-pdf/