Sort Score
Result 10 results
Languages All
Labels All
Results 7,291 - 7,300 of 18,198 for

aws

(0.05 sec)
  1. ChartSeriesGroup class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. LoadOptions.font_settings property | Aspose.Wor...

    LoadOptions.font_settings property. Allows to specify document font settings.... load_options = aw . loading . LoadOptions () load_options...load_options . font_settings = aw . fonts . FontSettings () # Set...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.paragraphFormat property | Aspo...

    DocumentBuilder.paragraphFormat property. Returns an object that represents current paragraph formatting properties....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . rowFormat . heightRule = aw . HeightRule . AtLeast ; builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FrameFormat class | Aspose.Words for Python

    aspose.words.FrameFormat class. Represents frame related formatting for a paragraph.... doc = aw . Document ( MY_DIR + 'Paragraph...height ) self . assertEqual ( aw . HeightRule . AT_LEAST , paragraph_frame...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BuiltInDocumentProperties.keywords property | A...

    BuiltInDocumentProperties.keywords property. Gets or sets the document keywords.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_AUTHOR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Cell.cellFormat property | Aspose.Words for Nod...

    Cell.cellFormat property. Provides access to the formatting properties of the cell....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...; rowFormat . borders . at ( aw . BorderType . Bottom ). color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Replacer.replace method | Aspose.Words for Python

    aspose.words.lowcode.Replacer.replace method...' options = aw . replacing . FindReplaceOptions...find_whole_words_only = False aw . lowcode . Replacer . replace...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LayoutEnumerator.move_previous method | Aspose....

    LayoutEnumerator.move_previous method. Moves to the previous sibling entity.... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LayoutEnumerator.type property | Aspose.Words f...

    LayoutEnumerator.type property. Gets the type of the current entity.... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. LayoutEnumerator.rectangle property | Aspose.Wo...

    LayoutEnumerator.rectangle property. Returns the bounding rectangle of the current entity relative to the page top left corner (in points).... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...

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