Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 2,584 for

ole objects

(0.07 sec)
  1. RtfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.RtfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Rtf](../../aspose.words/saveformat/#Rtf) 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...
  2. 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...
  3. 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...
  4. Python and .NET Version Differences|Aspose.Word...

    Aspose.Words for Python via .NET is a wrapper of Aspose.Words for .NET, this page describes the differences in features and API of these two products....Words Objects in Python Though type casting...methods that allow casting objects where this is necessary. Casting...

    docs.aspose.com/words/python-net/python-notes/
  5. .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/
  6. 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...
  7. 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/
  8. Aspose::Words::Saving::OoxmlSaveOptions class |...

    Aspose::Words::Saving::OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the Docx, Docm, Dotx, Dotm or FlatOpc format. To learn more, visit the documentation article in C++....at) Creates a save options object of a class suitable for the...System::String&) Creates a save options object of a class suitable for the...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Saving::FixedPageSaveOptions cla...

    Aspose::Words::Saving::FixedPageSaveOptions class. Contains common options that can be specified when saving a document into fixed page formats (PDF, XPS, images etc). To learn more, visit the documentation article in C++....at) Creates a save options object of a class suitable for the...System::String&) Creates a save options object of a class suitable for the...

    reference.aspose.com/words/cpp/aspose.words.sav...
  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...