DocumentBuilder.endTable method. Ends a table in the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . alignment = aw . ParagraphAlignment . Center...
DocumentBuilder.cellFormat property. Returns an object that represents current table cell formatting properties....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . alignment = aw . ParagraphAlignment . Center...
aspose.words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../section/)... doc = aw . Document () # Create a header...body text. header = aw . HeaderFooter ( doc , aw . HeaderFooterType...
StructuredDocumentTag.buildingBlockGallery property. Specifies type of building block for this SDT...= new aw . Document (); let buildingBlockSdt = new aw . Markup...doc , aw . Markup . SdtType . BuildingBlockGallery , aw . Markup...
VbaModule.sourceCode property. Gets or sets VBA project module source code.... let doc = new aw . Document (); // Create a new...VBA project. let project = new aw . Vba . VbaProject (); project...
ChartSeries.smooth property. Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines....chart_data_point (): doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...
StructuredDocumentTag.level property. Gets the level at which this SDT occurs in the document tree.... let doc = new aw . Document (); // Create a structured...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
IStructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node... doc = aw . Document () # Create a structured... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...
LoadOptions.update_dirty_fields property. Specifies whether to update the fields with the ``dirty`` attribute.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_AUTHOR...