Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 2,435 for

ole objects

(0.25 sec)
  1. XamlFixedSaveOptions class | Aspose.Words for P...

    aspose.words.saving.XamlFixedSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XAML_FIXED](../../aspose.words/saveformat/#XAML_FIXED) format...determining how ink (InkML) objects are rendered. (Inherited from...saved if this save options object is used. Can only be SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TxtSaveOptionsBase class | Aspose.Words for Python

    aspose.words.saving.TxtSaveOptionsBase class. The base class for specifying additional options when saving a document into a text based formats...determining how ink (InkML) objects are rendered. (Inherited from...saved if this save options object is used. (Inherited from SaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Why Not Open XML SDK|Aspose.Slides Documentation

    See why Aspose.Slides is a better choice than the free Open XML SDK: compare features, automation-free conversion, and broad support for PPT, PPTX and ODP....Programming with a Presentation object model. High Quality conversions...Support for adding animations, Ole Frames, Tables, creating and...

    docs.aspose.com/slides/cpp/why-not-open-xml-sdk/
  4. TxtLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.TxtLoadOptions for enhanced text document loading. Customize your Document object with flexible options for optimal performance....Text document into a Document object. To learn more, visit the Specify...EquationXML to Office Math objects. DetectHyperlinks { get; set;...

    reference.aspose.com/words/net/aspose.words.loa...
  5. TxtSaveOptionsBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TxtSaveOptionsBase for enhanced document saving. Customize your text format options for optimal results and efficiency....determining how ink (InkML) objects are rendered. MemoryOptimization...saved if this save options object is used. TempFolder { get;...

    reference.aspose.com/words/net/aspose.words.sav...
  6. XamlFixedSaveOptions class | Aspose.Words for N...

    Aspose.Words.Saving.XamlFixedSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XamlFixed](../../aspose.words/saveformat/#XamlFixed) format...determining how ink (InkML) objects are rendered. (Inherited from...saved if this save options object is used. Can only be SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Create a New Presentation in VSTO and Aspose.Sl...

    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....Embed an Excel Chart as an OLE Object Creating a Table on PowerPoint...

    docs.aspose.com/slides/net/create-a-new-present...
  8. .NET Excel API | Process Spreadsheet Formats vi...

    C# ASP.NET VB.NET library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, XML, TSV, HTML and so on....pictures, comments, drawing objects and much more. At a Glance...drawing objects, such as comments, pictures, OLE objects, shapes...

    products.aspose.com/cells/net/
  9. Node.js and .NET Version Differences|Aspose.Wor...

    Aspose.Words for Node.js via .NET is a native Node.js module based on Aspose.Words for .NET with [Node-API](https://nodejs.org/api/n-api.html). This page describes the differences in features and API of these two products....Words Objects in Node.js Though type casting...methods that allow casting objects where this is necessary. Casting...

    docs.aspose.com/words/nodejs-net/nodejs-notes/
  10. 怎么在这里面获取图片信息 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...