Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 17,252 for

aws

(0.11 sec)
  1. AxisBound.is_auto property | Aspose.Words for P...

    AxisBound.is_auto property. Returns a flag indicating that axis bound should be determined automatically.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  2. AxisBound.value property | Aspose.Words for Python

    AxisBound.value property. Returns numeric value of axis bound.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

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

    aspose.words.fields.FieldSection class. Implements the SECTION field... doc = aw . Document () builder = aw . DocumentBuilder...builder . move_to_header_footer ( aw . HeaderFooterType . HEADER_PRIMARY...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ConditionalStyleCollection.top_left_cell proper...

    ConditionalStyleCollection.top_left_cell property. Gets the top 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...
  5. ConditionalStyleCollection.first_row property |...

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

    reference.aspose.com/words/python-net/aspose.wo...
  6. FootnoteOptions.number_style property | Aspose....

    FootnoteOptions.number_style property. Specifies the number format for automatically numbered footnotes.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  7. AxisScaling.minimum property | Aspose.Words for...

    AxisScaling.minimum property. Gets or sets minimum value of the axis.... doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ConditionalStyleType enumeration | Aspose.Words...

    Aspose.Words.ConditionalStyleType enumeration. Represents possible table areas to which conditional formatting may be defined in a table style....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. ShapeBase.is_delete_revision property | Aspose....

    ShapeBase.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... doc = aw . Document () self . assertFalse...kind. shape = aw . drawing . Shape ( doc , aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 怎么给指定标题最下面插入内容呢 - Free Support Forum - aspose.com

    怎么给指定标题最下面插入内容呢 标题下面有内容我需要插入在标题最后面... 就像这样 doc = aw.Document("input.docx") title_para...paragraphs = doc.get_child_nodes(aw.NodeType.PARAGRAPH, True) below_text...

    forum.aspose.com/t/topic/311384