Table.set_borders method. Sets all table borders to the specified line style, width and color.... doc = aw . Document () builder = aw . DocumentBuilder...start_table () table . set_borders ( aw . LineStyle . SINGLE , 2 , aspose...
aspose.words.ImportFormatMode enumeration. Specifies how formatting is merged when importing content from another document.... doc = aw . Document ( file_name = MY_DIR...+ 'Document.docx' ) builder = aw . DocumentBuilder ( doc = doc...
DocumentBuilder.push_font method. Saves current character formatting onto the stack.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . style_identifier = aw . StyleIdentifier . HYPERLINK...
TableStyle.leftPadding property. Gets or sets the amount of space (in points) to add to the left of the contents of table cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
Table.bidi property. Gets or sets whether this is a right-to-left table....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
TableStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for table cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
ImportFormatOptions.smartStyleBehavior property. Gets or sets a boolean value that specifies how styles will be imported when they have equal names in source and destination documents...dstDoc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . document . styles . add ( aw . StyleType . Paragraph , "MyStyle"...
ChartLegend.format property. Provides access to fill and line formatting of the legend....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...