aspose.words.drawing.RelativeVerticalSize enumeration. Specifies relatively to what the height of a shape or a text frame is calculated vertically.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type.... doc = aw . Document ( file_name = MY_DIR...comments = doc . get_child_nodes ( aw . NodeType . COMMENT , True )...
Aspose.Words.Drawing.Stroke class. Defines a stroke for a shape...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . Rectangle , aw . Drawing...
Aspose.Words.Saving.MarkdownLinkExportMode enumeration. Specifies how links are exported into Markdown....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...doc ); builder . insertShape ( aw . Drawing . ShapeType . Balloon...
ChartAxis.category_type property. Gets or sets type of the category axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
AxisTickLabels.offset property. Gets or sets the distance of the tick labels from the axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ChartAxis.major_unit_scale property. Returns or sets the scale value for major tick marks on the time category axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...