Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 6,412 for

aws

(0.11 sec)
  1. FindReplaceOptions.findWholeWordsOnly property ...

    FindReplaceOptions.findWholeWordsOnly property. True indicates the oldValue must be a standalone word....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. RevisionOptions.delete_cell_color property | As...

    RevisionOptions.delete_cell_color property. Allows to specify the color to be used for deleted cells [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... doc = aw . Document ( file_name = MY_DIR...revision_options . insert_cell_color = aw . layout . RevisionColor . LIGHT_BLUE...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSetup.chapter_page_separator property | Asp...

    PageSetup.chapter_page_separator property. Gets or sets the separator character that appears between the chapter number and the page number.... doc = aw . Document ( file_name = MY_DIR...page_setup . page_number_style = aw . NumberStyle . UPPERCASE_ROMAN...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PdfSaveOptions.page_layout property | Aspose.Wo...

    PdfSaveOptions.page_layout property. 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...
  5. Shape.horizontal_rule_format property | Aspose....

    Shape.horizontal_rule_format property. Provides access to the properties of the horizontal rule shape... doc = aw . Document () builder = aw . DocumentBuilder...horizontal_rule_format . alignment = aw . drawing . HorizontalRuleAlignm...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Field.type property | Aspose.Words for Python

    Field.type property. Gets the Microsoft Word field type.... doc = aw . Document () builder = aw . DocumentBuilder...yyyy"' ) self . assertEqual ( aw . fields . FieldType . FIELD_DATE...

    reference.aspose.com/words/python-net/aspose.wo...
  7. XlsxSaveOptions.section_mode property | Aspose....

    XlsxSaveOptions.section_mode property. Gets or sets the way how sections are handled when saving to the output XLSX document... doc = aw . Document ( file_name = MY_DIR...worksheet. xlsx_save_options = aw . saving . XlsxSaveOptions ()...

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

    aspose.words.tables.Row class. Represents a table row... doc = aw . Document () table = aw . tables . Table...cell, and paragraph. first_row = aw . tables . Row ( doc ) table...

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

    aspose.words.tables.Cell class. Represents a table cell... doc = aw . Document () table = aw . tables . Table...cell, and paragraph. first_row = aw . tables . Row ( doc ) table...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...