Table.setBorders method. Sets all table borders to the specified line style, width and color.... let doc = new aw . Document ( base . myDir + "Tables...this table. table . setBorders ( aw . LineStyle . Single , 1.5 ,...
ShapeBase.isInline property. A quick way to determine if this shape is positioned inline with text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
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 ,...
AxisScaling.maximum property. Gets or sets the maximum value of the axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
SmartTag.uri property. Specifies the namespace URI of the smart tag.... def create (): doc = aw . Document () # A smart tag appears...dotted underline. smart_tag = aw . markup . SmartTag ( doc ) #...
ConditionalStyleCollection.firstColumn property. Gets the first column style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
ConditionalStyle.rightPadding property. Gets or sets the amount of space (in points) to add to the right of the contents of table cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
ConditionalStyle.paragraphFormat property. Gets the paragraph formatting of the conditional style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...