Sort Score
Result 10 results
Languages All
Labels All
Results 6,471 - 6,480 of 375,147 for

document

(0.5 sec)
  1. DocumentProperty.Type | Aspose.Words for .NET

    Discover the DocumentProperty Type to efficiently retrieve and utilize property data types for enhanced Document management and automation....built-in document properties. Document doc = new Document ( MyDir..."Properties.docx" ); // The "Document" object contains some of its...

    reference.aspose.com/words/net/aspose.words.pro...
  2. Aspose::Words::FileFormatUtil::LoadFormatToExte...

    Aspose::Words::FileFormatUtil::LoadFormatToExtension method. Converts a load format enumerated value into a file extension. The returned extension is a lower-case string with a leading dot in C++....the format of a document. // Load a document from a file that...OpenRead ( get_MyDir () + u "Word document with missing file extension"...

    reference.aspose.com/words/cpp/aspose.words/fil...
  3. RevisionCollection.groups property | Aspose.Wor...

    RevisionCollection.groups property. Collection of revision groups....Examples Shows how to work with a document’s collection of revisions...revisions. doc = aw . Document ( MY_DIR + 'Revisions.docx' ) revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RevisionCollection.Groups | Aspose.Words for .NET

    Discover RevisionCollection Groups, a unique collection of revision groups designed to enhance collaboration and streamline your project management....work with a document’s collection of revisions. Document doc = new...new Document ( MyDir + "Revisions.docx" ); RevisionCollection...

    reference.aspose.com/words/net/aspose.words/rev...
  5. 向PDF文件添加椭圆对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建椭圆对象。...// 创建文档实例 auto document = MakeObject < Document > (); // 向PDF文件的页面集合添加页面...向PDF文件的页面集合添加页面 auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/zh/cpp/add-ellipse/
  6. Aspose::Words::Fields::FieldMacroButton::get_Di...

    Aspose::Words::Fields::FieldMacroButton::get_DisplayText method. Gets or sets the text to appear as the "button" that is selected to run the macro or command in C++....fields to allow us to run a document’s macros by clicking. auto...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Macro...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Convert PDF to Searchable PDF via C# | Aspose

    Sample code for PDF to Searchable PDF C# conversion. Use API example code for batch PDF files to Searchable PDF conversion within VB.NET, Asp.NET or any .NET based application....recognition on PDF document and save text as PDF document using Aspose...Install-Package Visit our documentation for more details. How to...

    products.aspose.com/ocr/net/conversion/pdf-to-s...
  8. Aspose::Words::Lists::ListCollection::get_Docum...

    Aspose::Words::Lists::ListCollection::get_Document method. Gets the owner Document in C++....on::get_Document method ListCollection::get_Document method Gets...Gets the owner document. System :: SharedPtr < Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.lis...
  9. Aspose::Words::Saving::OoxmlSaveOptions::get_Sa...

    Aspose::Words::Saving::OoxmlSaveOptions::get_SaveFormat method. Specifies the format in which the Document will be saved if this save options object is used. Can be Docx, Docm, Dotx, Dotm or FlatOpc in C++....Specifies the format in which the document will be saved if this save...specification for a saved document to adhere to. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Example of Hello World using C# language|Aspose...

    This sample demonstrates how to create a simple PDF Document with text Hello World using Aspose.PDF...the developers to embed PDF document creation, manipulation & conversion...article, we are creating a PDF document containing text “Hello World...

    docs.aspose.com/pdf/net/hello-world-example/