Sort Score
Result 10 results
Languages All
Labels All
Results 6,441 - 6,450 of 17,994 for

aws

(0.04 sec)
  1. Hyphenation.is_dictionary_registered method | A...

    Hyphenation.is_dictionary_registered method. Returns ``False`` if for the specified language there is no dictionary registered or if registered is Null dictionary, ``True`` otherwise.... aw . Hyphenation . register_dictionary...'hyph_de_CH.dic' ) self . assertTrue ( aw . Hyphenation . is_dictionary_registered...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FrameFormat.relative_horizontal_position proper...

    FrameFormat.relative_horizontal_position property. Gets the relative horizontal position of a frame.... doc = aw . Document ( MY_DIR + 'Paragraph...height ) self . assertEqual ( aw . HeightRule . AT_LEAST , paragraph_frame...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FrameFormat.relative_vertical_position property...

    FrameFormat.relative_vertical_position property. Gets the relative vertical position of a frame.... doc = aw . Document ( MY_DIR + 'Paragraph...height ) self . assertEqual ( aw . HeightRule . AT_LEAST , paragraph_frame...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Работа с графики в Python|Aspose.Words вместо P...

    Създаване и промяна на графики от различни видове в документ, използвайки Python....цвят серия: doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...

    docs.aspose.com/words/bg/python-net/working-wit...
  5. ListCollection class | Aspose.Words for Python

    aspose.words.lists.ListCollection class. Stores and manages formatting of bulleted and numbered lists used in a document... doc = aw . Document () builder = aw . DocumentBuilder...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HeaderFooter.headerFooterType property | Aspose...

    HeaderFooter.headerFooterType property. Gets the type of this header/footer.... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FindReplaceOptions.ignore_footnotes property | ...

    FindReplaceOptions.ignore_footnotes property. Gets or sets a boolean value indicating either to ignore footnotes... doc = aw . Document () builder = aw . DocumentBuilder...) builder . insert_footnote ( aw . notes . FootnoteType . FOOTNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.popFont method | Aspose.Words f...

    DocumentBuilder.popFont method. Retrieves character formatting previously saved on the stack....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . styleIdentifier = aw . StyleIdentifier . Hyperlink...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CommentDisplayMode enumeration | Aspose.Words f...

    aspose.words.layout.CommentDisplayMode enumeration. Specifies the rendering mode for document comments.... doc = aw . Document () builder = aw . DocumentBuilder...( 'Hello world!' ) comment = aw . Comment ( doc = doc , author...

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

    Paragraph.parent_section property. Retrieves the parent [Section](../../section/) of the paragraph.... doc = aw . Document () # Create a header...body text. header = aw . HeaderFooter ( doc , aw . HeaderFooterType...

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