Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 91,351 for

object

(0.2 sec)
  1. Manage Document Properties with JavaScript via ...

    Learn how to manage document properties through the Aspose.Cells for JavaScript via C++ APIs....DocumentProperty objects, each of which represents a...// Instantiating a Workbook object and opening the Excel file...

    docs.aspose.com/cells/javascript-cpp/managing-d...
  2. 怎么在这里面获取图片信息 if node.node_type == aw.NodeType.S...

    def get_paragraph_str(paragraph): """获取段落信息""" para_content = paragraph.to_string(aw.SaveFormat.TEXT) para_content = para_content.replace("\r", "") para_content = para_content.strip() return para_cont…...ole_object 获取相关信息 。 你可以修改你的代码,在处理 NodeType...ShapeType.OLE_OBJECT: # 获取嵌入对象信息 ole_object = shape.ole_object print("Found...

    forum.aspose.com/t/if-node-node-type-aw-nodetyp...
  3. PDF-UA Compliance Test - Errors List|Aspose.PDF...

    This article shows a list of the errors that can arise during PDF/UA compliance testing using the Aspose.PDF API and C# or VB....8) Error [OBJECT_NAME] object not tagged 7.1:1.2(14...Error Characters in a text object cannot be mapped to Unicode...

    docs.aspose.com/pdf/net/pdf-ua-compliance-test-...
  4. Aspose::Words::Loading::HtmlLoadOptions class |...

    Aspose::Words::Loading::HtmlLoadOptions class. Allows to specify additional options when loading HTML document into a Document Object. To learn more, visit the documentation article in C++....HTML document into a Document object. To learn more, visit the Specify...(System::SharedPtr<System::Object>) override Determines whether...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. Extract Flash Objects from Presentations in Jav...

    Learn how to extract Flash Objects from PowerPoint and OpenDocument slides in Java with Aspose.Slides, complete code samples and best practices....Extract Flash Objects from Presentations in Java Contents [ Hide...Hide ] Extract Flash Objects from Presentations Aspose.Slides...

    docs.aspose.com/slides/java/flash/
  6. Convert FLATOPC to PPT via C++ or with free Onl...

    Export FLATOPC to PPT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free FLATOPC to PPT online converter quickly before integrating the code....Initialize a new Presentation object Add an AutoShape in your slide...accepts a LoadOptions object. This object contains the Password...

    products.aspose.com/total/cpp/conversion/flatop...
  7. 用Node.js通过C++管理文档属性|Documentation

    学习如何通过Aspose.Cells for Node.js via C++管理文档属性。...); // Instantiate a Workbook object // Open an Excel file const...); // Instantiate a Workbook object // Open an Excel file const...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-do...
  8. Create HTML Document – Create, Load HTML in Java

    Learn how to load HTML document from a file, stream, URL, or create HTML from scratch with Aspose.HTML for Java. Consider approaches to load HTML documents....as the root of the Document Object Model (DOM) . Some HTMLDocument...snippet above. Once the document object is created, it can be filled...

    docs.aspose.com/html/java/create-a-document/
  9. Convert BMP to EPS using API for C++

    BMP to EPS conversion functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....outputStream, options); Using Bimap object and string for saving BMP to...image is assigned by Bitmap object and the output EPS file is...

    docs.aspose.com/page/zh/cpp/convert/bmp-to-eps/
  10. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for JavaScript via C++....to a worksheet using a Cell object’s putValue method. You can... Access the new PivotTable object from the PivotTables collection...

    docs.aspose.com/cells/javascript-cpp/how-to-add...