Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 5,690 for

aws

(0.03 sec)
  1. Node.previous_pre_order method | Aspose.Words f...

    Node.previous_pre_order method. Gets the previous node according to the pre-order tree traversal algorithm.... doc = aw . Document ( file_name = MY_DIR...list ( doc . get_child_nodes ( aw . NodeType . SHAPE , True )))))))))...

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

    aspose.words.TabStop class. Represents a single custom tab stop... doc = aw . Document ( file_name = MY_DIR...para in doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.has_macros property | Aspose.Words for...

    Document.has_macros property. Returns ``True`` if the document has a VBA project (macros).... doc = aw . Document ( file_name = MY_DIR...MY_DIR + 'Macro.docm' ) builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RevisionCollection.reject method | Aspose.Words...

    RevisionCollection.reject method. Rejects revisions that match specified criteria....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...RevisionCriteria ( "John Doe" , aw . RevisionType . Insertion ));...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FontFallbackSettings.load method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.load method... doc = aw . Document ( file_name = MY_DIR...fallback settings. font_settings = aw . fonts . FontSettings () font_settings...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataTable.has_horizontal_border property |...

    ChartDataTable.has_horizontal_border property. Gets or sets a flag indicating whether a horizontal border of the data table is displayed... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TextureIndex enumeration | Aspose.Words for Python

    aspose.words.TextureIndex enumeration. Specifies shading texture.... doc = aw . Document () builder = aw . DocumentBuilder...get_by_border_type ( aw . BorderType . LEFT ) . line_style = aw . LineStyle...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageSetup.paper_size property | Aspose.Words fo...

    PageSetup.paper_size property. Returns or sets the paper size.... doc = aw . Document () builder = aw . DocumentBuilder...builder . page_setup . paper_size = aw . PaperSize . LEGAL builder ...

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

    aspose.words.notes.EndnoteOptions class. Represents the endnote numbering options for a document or section... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . ENDNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Section.ensure_minimum method | Aspose.Words fo...

    Section.ensure_minimum method. Ensures that the section has [Section.body](../body/) with one [Paragraph](../../paragraph/).... doc = aw . Document () # A blank document...assertEqual ( aw . NodeType . SECTION , doc . get_child ( aw . NodeType...

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