Sort Score
Result 10 results
Languages All
Labels All
Results 4,341 - 4,350 of 19,398 for

aws

(0.08 sec)
  1. ParagraphFormat.lineSpacingRule property | Aspo...

    ParagraphFormat.lineSpacingRule property. Gets or sets the line spacing for the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . lineSpacingRule = aw . LineSpacingRule . AtLeast ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Section.body property | Aspose.Words for Node.js

    Section.body property. Returns the [Body](../../body/) child node of the section.... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PageRange constructor | Aspose.Words for Python

    PageRange constructor. Creates a new page range object.... doc = aw . Document ( file_name = MY_DIR...image_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 記録

    記録...words as aw # load document doc = aw.Document("calibre...format options = aw.saving.ImageSaveOptions(aw.SaveFormat.PNG)...

    blog.aspose.com/ja/words/convert-word-to-png-jp...
  5. Range.normalize_field_types method | Aspose.Wor...

    Range.normalize_field_types method. Changes field type values [FieldChar.field_type](../../../aspose.words.fields/fieldchar/field_type/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in this range so that they correspond to the field types contained in the field codes.... doc = aw . Document () builder = aw . DocumentBuilder...field codes. self . assertEqual ( aw . fields . FieldType . FIELD_DATE...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Lưu trữ

    Lưu trữ...extract_content(startNode : aw.Node, endNode : aw.Node, isInclusive :...CommentRangeEnd. if (endNode.node_type == aw.NodeType.COMMENT_RANGE_END and...

    blog.aspose.com/vi/words/extract-text-from-word...
  7. TextBox class | Aspose.Words for Python

    aspose.words.drawing.TextBox class. Defines attributes that specify how a text is displayed inside a shape... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...

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

    aspose.words.NodeCollection class. Represents a collection of nodes of a specific type... doc = aw . Document ( file_name = MY_DIR...list ( doc . get_child_nodes ( aw . NodeType . SHAPE , True )))))...

    reference.aspose.com/words/python-net/aspose.wo...
  9. AxisBound.value_as_date property | Aspose.Words...

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

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

    Archivo...words as aw # Load an existing Word document doc = aw.Documen...imageOptions = aw.saving.ImageSaveOptions(aw.SaveFormat.JPEG)...

    blog.aspose.com/es/words/convert-html-to-image-...