Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 168,804 for

doc

(0.29 sec)
  1. CustomXmlPartCollection Class | Aspose.Words fo...

    Discover the Aspose.Words.Markup.CustomXmlPartCollection class, your go-to solution for managing Custom XML Parts efficiently and effortlessly.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  2. Aspose::Words::Saving::OoxmlSaveOptions::get_Co...

    Aspose::Words::Saving::OoxmlSaveOptions::get_Compliance method. Specifies the OOXML version for the output Document. The default value is Ecma376_2006 in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. LayoutCollector class | Aspose.Words for Python

    aspose.words.layout.LayoutCollector class. This class allows to compute page numbers of Document nodes....Description LayoutCollector(doc) Initializes an instance of this...of pages that a node spans. doc = aw . Document () layout_collector...

    reference.aspose.com/words/python-net/aspose.wo...
  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. PageVerticalAlignment enumeration | Aspose.Word...

    Aspose.Words.PageVerticalAlignment enumeration. Specifies vertical justification of text on each page.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Remove Breaks in PHP|Aspose.Words for Java

    Remove Breaks using PHP.... $ doc = new Java ( "com.aspose.words...Document" , $ dataDir . "TestFile.doc" ); // Remove the page and section...

    docs.aspose.com/words/java/remove-breaks-in-php/
  7. OoxmlSaveOptions.saveFormat property | Aspose.W...

    OoxmlSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // If we configure compatibility...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 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...
  9. FontSubstitutionRule.Enabled | Aspose.Words for...

    Discover the FontSubstitutionRule Enabled property to easily manage font settings. Ensure optimal text display with this essential feature.... Document doc = new Document (); doc . FontSettings =...font source. Assert . That ( doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  10. FieldFileName.include_full_path property | Aspo...

    FieldFileName.include_full_path property. Gets or sets whether to include the full file path name.... doc = aw . Document ( file_name =...= aw . DocumentBuilder ( doc = doc ) builder . move_to_document_end...

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