Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 11,772 for

aws

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

    Chart.format property. Provides access to fill and line formatting 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. Section.body property | Aspose.Words for Python

    Section.body property. Returns the [Body](../../body/) child node of the section.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.break_is_style_separator property | A...

    Paragraph.break_is_style_separator property. True if this paragraph break is a Style Separator... doc = aw . Document () builder = aw . DocumentBuilder...u' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TableStyle.rightPadding property | Aspose.Words...

    TableStyle.rightPadding property. Gets or sets the amount of space (in points) to add to the right of the contents of table cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBuilder.pop_font method | Aspose.Words ...

    DocumentBuilder.pop_font method. Retrieves character formatting previously saved on the stack.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . style_identifier = aw . StyleIdentifier . HYPERLINK...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HeightRule enumeration | Aspose.Words for Node.js

    Aspose.Words.HeightRule enumeration. Specifies the rule for determining the height of an object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...100 ; rowFormat . heightRule = aw . HeightRule . Exactly ; builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TableStyle.topPadding property | Aspose.Words f...

    TableStyle.topPadding property. Gets or sets the amount of space (in points) to add above the contents of table cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Table.styleName property | Aspose.Words for Nod...

    Table.styleName property. Gets or sets the name of the table style applied to this table....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Table.style property | Aspose.Words for Node.js

    Table.style property. Gets or sets the table style applied to this table....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ShapeBase.right property | Aspose.Words for Nod...

    ShapeBase.right property. Gets the position of the right edge of the containing block of the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Logo.jpg" ); shape . wrapType = aw . Drawing . WrapType . None ;...

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