Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 19,556 for

aws

(0.15 sec)
  1. Revision.author property | Aspose.Words for Python

    Revision.author property. Gets or sets the author of this revision... doc = aw . Document () builder = aw . DocumentBuilder...get_text ()) self . assertEqual ( aw . RevisionType . INSERTION ,...

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

    aspose.words.tables.TableCollection class. Provides typed access to a collection of [Table](../table/) nodes... doc = aw . Document ( file_name = MY_DIR...calculate_depth_of_nested_tables (): doc = aw . Document ( MY_DIR + 'Nested...

    reference.aspose.com/words/python-net/aspose.wo...
  3. HeaderFooter class | Aspose.Words for Node.js

    Aspose.Words.HeaderFooter class. Represents a container for the header or footer text of a section... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PlainTextDocument.built_in_document_properties ...

    PlainTextDocument.built_in_document_properties property. Gets [PlainTextDocument.built_in_document_properties](./) of the document.... doc = aw . Document () builder = aw . DocumentBuilder...BuiltInProperties.docx' ) plaintext = aw . PlainTextDocument ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfPageLayout enumeration | Aspose.Words for Py...

    aspose.words.saving.PdfPageLayout enumeration. Specifies the page layout to be used when the document is opened in a PDF reader.... doc = aw . Document ( file_name = MY_DIR...pages on the left. save_options = aw . saving . PdfSaveOptions ()...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PdfSaveOptions.exportLanguageToSpanTag property...

    PdfSaveOptions.exportLanguageToSpanTag property. Gets or sets a value determining whether or not to create a Span tag in the document structure to export the text language....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...mundo!" ); let saveOptions = new aw . Saving . PdfSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Archivio

    Archivio...words as aw # load Word document doc = aw.Document("sample-multi-page...aspose.words as aw # load Word document doc = aw.Document("sample-multi-page...

    blog.aspose.com/it/words/extract-pages-from-wor...
  8. Arsip

    Arsip...words as aw # load Word document doc = aw.Document("sample-multi-page...aspose.words as aw # load Word document doc = aw.Document("sample-multi-page...

    blog.aspose.com/id/words/extract-pages-from-wor...
  9. ארכיון

    ארכיון...words as aw # load Word document doc = aw.Document("sample-multi-page...aspose.words as aw # load Word document doc = aw.Document("sample-multi-page...

    blog.aspose.com/he/words/extract-pages-from-wor...
  10. Clone a Document in Python|Aspose.Words for Pyt...

    Clone a document to get its identical copy using Python. When creating a copy, nodes and properties of the original document are cloned.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/python-net/clone-a-document/