Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 299,988 for

doc

(0.21 sec)
  1. Aspose::Words::CleanupOptions::get_DuplicateSty...

    Aspose::Words::CleanupOptions::get_DuplicateStyle method. Gets/sets a flag indicating whether duplicate styles should be removed from Document. Default value is false in C++.... auto doc = MakeObject < Document > ();...SharedPtr < Style > myStyle = doc -> get_Styles () -> Add ( StyleType...

    reference.aspose.com/words/cpp/aspose.words/cle...
  2. Aspose::Words::Saving::DocSaveOptions::get_Save...

    Aspose::Words::Saving::DocSaveOptions::get_SaveRoutingSlip method. When false, RoutingSlip data is not saved to output Document. Default value is true in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Add Picture|Aspose.Words for .NET

    Add an image into a Document easily and fast instead of using VSTO in C#....doc" ); //Add picture to Doc this . Application...jpg" ); Aspose.Words Document doc = new Document (); DocumentBuilder...

    docs.aspose.com/words/net/add-picture/
  4. Create PDF document|Aspose.PDF for Python via C++

    This page describes how to create PDF Document from scratch with Aspose.PDF for Python via C++ library....from AsposePDFPython import * doc = document_create () pages =...= document_get_pages ( doc ) page = page_collection_add_page (...

    docs.aspose.com/pdf/python-cpp/create-document/
  5. DocumentBuilder.Document | Aspose.Words for .NET

    DocumentBuilder Document property. Gets or sets the Document object that this object is attached to in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Working with Transparency in XPS file | Python

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Support Paid Consulting Support Docs API Reference Live Demos Code...# Create new XPS Document 4 doc = XpsDocument () 5 6 # Just to...

    docs.aspose.com/page/python-net/xps/working-wit...
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – MHT to Doc Converter using Javahttps://products.aspose.com/pdf/java/conversion/mht-to-Doc/Recent content in MHT to Doc Converter using Java on Docume......org/2005/Atom Documentation – MHT to DOC Converter using Javahttps://products...com/pdf/java/conversion/mht-to-doc/Recent content in MHT to DOC Converter using...

    products.aspose.com/pdf/java/conversion/mht-to-...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – PS to Doc Converter using Javahttps://products.aspose.com/pdf/java/conversion/ps-to-Doc/Recent content in PS to Doc Converter using Java on Documenta......org/2005/Atom Documentation – PS to DOC Converter using Javahttps://products...com/pdf/java/conversion/ps-to-doc/Recent content in PS to DOC Converter using...

    products.aspose.com/pdf/java/conversion/ps-to-d...
  9. ShapeMarkupLanguage enumeration | Aspose.Words ...

    aspose.words.drawing.ShapeMarkupLanguage enumeration. Specifies Markup language used for the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # If we configure compatibility...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Paragraph.is_delete_revision property | Aspose....

    Paragraph.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... doc = aw . Document () body = doc . first_section...append_child ( aw . Run ( doc = doc , text = 'Paragraph 1. ' ))...

    reference.aspose.com/words/python-net/aspose.wo...