CompositeNode.select_nodes method. Selects a list of nodes matching the XPath expression.... doc = aw . Document ( MY_DIR + 'Tables...assertIsInstance ( node . as_paragraph (), aw . Paragraph ) Shows how to use...
BorderCollection.clearFormatting method. Removes all borders of an object.... let doc = new aw . Document ( base . myDir + "Borders...firstParagraphBorder . lineStyle ). toEqual ( aw . LineStyle . Single ); expect...
TextColumn.width property. Gets or sets the width of the text column in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . ColumnBreak );...
ChartTitle.overlay property. Determines whether other chart elements shall be allowed to overlap title...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Field.displayResult property. Gets the text that represents the displayed field result....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...fieldAuthor = builder . insertField ( aw . Fields . FieldType . FieldAuthor...
ChartTitle.font property. Provides access to the font formatting of the chart title.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
DoclingSaveOptions.render_non_image_shapes property. Gets or sets a value indicating whether non-image shapes should be rendered and written to the output Docling JSON document.... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) save_options = aw . saving . DoclingSaveOptions...
SaveOptions.dmlEffectsRenderingMode property. Gets or sets a value determining how DrawingML effects are rendered.... let doc = new aw . Document ( base . myDir + "DrawingML...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...
ChartTitle.show property. Determines whether the title shall be shown for this chart...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
aspose.words.LineStyle enumeration. Specifies line style of a [Border](../border/).... doc = aw . Document () builder = aw . DocumentBuilder...font . border . line_style = aw . LineStyle . DASH_DOT_STROKER...