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...
CustomXmlProperty.value property. Gets or sets the value of the custom XML attribute or smart tag property....'Create' , () => { let doc = new aw . Document (); // A smart tag...underline. let smartTag = new aw . Markup . SmartTag ( doc );...
aspose.words.tables.CellMerge enumeration. Specifies how a cell in a table is merged with other cells.... doc = aw . Document () builder = aw . DocumentBuilder...cell_format . vertical_merge = aw . tables . CellMerge . FIRST...
NodeCollection.count property. Gets the number of nodes in the collection.... doc = aw . Document () # Add two runs...paragraph = doc . get_child ( aw . NodeType . PARAGRAPH , 0 ,...
Aspose.Words.ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
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'...
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...
Aspose.Words.TextOrientation enumeration. Specifies orientation of text on a page, in a table cell or a text frame....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...cellFormat . verticalAlignment = aw . Tables . CellVerticalAlignmen...