Sort Score
Result 10 results
Languages All
Labels All
Results 8,351 - 8,360 of 19,463 for

aws

(0.16 sec)
  1. StructuredDocumentTag.remove_self_only method |...

    StructuredDocumentTag.remove_self_only method. Removes just this SDT node itself, but keeps the content of it inside the document tree.... doc = aw . Document () # Create a structured... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartSeriesGroupCollection class | Aspose.Words...

    aspose.words.drawing.charts.ChartSeriesGroupCollection class. Represents a collection of [ChartSeriesGroup](../chartseriesgroup/) objects.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…..."type": "表格" } ] doc = aw.Document() builder = aw.DocumentBuilder(doc)...tables = doc.get_child_nodes(aw.NodeType.TABLE, True) if tables...

    forum.aspose.com/t/docx/310697
  4. SaveOptions.imlRenderingMode property | Aspose....

    SaveOptions.imlRenderingMode property. Gets or sets a value determining how ink (InkML) objects are rendered.... let doc = new aw . Document ( base . myDir + "Ink...saveOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Chart.axes property | Aspose.Words for Python

    Chart.axes property. Gets a collection of all axes of this chart.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

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

    VbaProject constructor. Creates a blank [VbaProject](../).... doc = aw . Document () # Create a new...new VBA project. project = aw . vba . VbaProject () project . name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. VbaProject.name property | Aspose.Words for Nod...

    VbaProject.name property. Gets or sets VBA project name.... let doc = new aw . Document (); // Create a new...VBA project. let project = new aw . Vba . VbaProject (); project...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Fill.pattern property | Aspose.Words for Node.js

    Fill.pattern property. Gets a [PatternType](../../patterntype/) for the fill.... let doc = new aw . Document ( base . myDir + "Shape...shape fill: fill . patterned ( aw . Drawing . PatternType . DiagonalBrick...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ShapeBase.is_horizontal_rule property | Aspose....

    ShapeBase.is_horizontal_rule property. Returns ``True`` if this shape is a horizontal rule.... doc = aw . Document () builder = aw . DocumentBuilder...horizontal_rule_format . alignment = aw . drawing . HorizontalRuleAlignm...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextColumnCollection.spacing property | Aspose....

    TextColumnCollection.spacing property. When columns are evenly spaced, gets or sets the amount of space between each column in points.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...

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