Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 19,240 for

aws

(0.09 sec)
  1. Chart.axisX property | Aspose.Words for Node.js

    Chart.axisX property. Provides access to properties of the primary X axis of the chart....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. GradientStyle enumeration | Aspose.Words for No...

    Aspose.Words.Drawing.GradientStyle enumeration. Specifies the style for a gradient fill....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Node.remove method | Aspose.Words for Python

    Node.remove method. Removes itself from the parent.... doc = aw . Document ( file_name = MY_DIR...shapes = doc . get_child_nodes ( aw . NodeType . SHAPE , True ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.insert_document_inline method |...

    DocumentBuilder.insert_document_inline method. Inserts a document inline at the cursor position.... src_doc = aw . DocumentBuilder () src_doc...destination document. dst_doc = aw . DocumentBuilder () dst_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the document... doc = aw . Document () self . assertIsNone...shape_rectangle = aw . drawing . Shape ( doc , aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataPointCollection indexer | Aspose.Words...

    ChartDataPointCollection indexer. Returns [ChartDataPoint](../../chartdatapoint/) for the specified index....chart_data_point (): doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BuiltInDocumentProperties.category property | A...

    BuiltInDocumentProperties.category property. Gets or sets the category of the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Author:\t" ); builder . insertField ( aw . Fields . FieldType . FieldAuthor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Row.row_format property | Aspose.Words for Python

    Row.row_format property. Provides access to the formatting properties of the row.... doc = aw . Document () builder = aw . DocumentBuilder...borders . get_by_border_type ( aw . BorderType . BOTTOM ) . color...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataPointCollection.clear_format method | ...

    ChartDataPointCollection.clear_format method. Clears format of all [ChartDataPoint](../../chartdatapoint/) in this collection....chart_data_point (): doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. SignatureLine.email property | Aspose.Words for...

    SignatureLine.email property. Gets or sets suggested signer's e-mail address... doc = aw . Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions () options...

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