Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 15,217 for

aws

(0.11 sec)
  1. Section constructor | Aspose.Words for Python

    Section constructor. Initializes a new instance of the Section class.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ConditionalStyleCollection.first_column propert...

    ConditionalStyleCollection.first_column property. Gets the first column style.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  3. AxisTimeUnit enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AxisTimeUnit enumeration. Specifies the unit of time for axes.... doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ConditionalStyle.bottom_padding property | Aspo...

    ConditionalStyle.bottom_padding property. Gets or sets the amount of space (in points) to add below the contents of table cells.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. SmartTag constructor | Aspose.Words for Python

    SmartTag constructor. Initializes a new instance of the [SmartTag](../) class.... def create (): doc = aw . Document () # A smart tag appears...dotted underline. smart_tag = aw . markup . SmartTag ( doc ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ConditionalStyleCollection.bottom_left_cell pro...

    ConditionalStyleCollection.bottom_left_cell property. Gets the bottom left cell style.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ConditionalStyle.top_padding property | Aspose....

    ConditionalStyle.top_padding property. Gets or sets the amount of space (in points) to add above the contents of table cells.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ControlChar.SPACE_CHAR property | Aspose.Words ...

    ControlChar.SPACE_CHAR property. Space character: (char)32.... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( "Before space." + aw . ControlChar . SPACE_CHAR +...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ControlChar.SECTION_BREAK property | Aspose.Wor...

    ControlChar.SECTION_BREAK property. End of section character: \x000c or \f... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( "Before space." + aw . ControlChar . SPACE_CHAR +...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ControlChar.LF property | Aspose.Words for Python

    ControlChar.LF property. Line feed character: \x000a or \n... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( 'Before space.' + aw . ControlChar . SPACE_CHAR +...

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