PageSetup.lines_per_page property. Gets or sets the number of lines per page in the document grid.... doc = aw . Document () builder = aw . DocumentBuilder.... page_setup . layout_mode = aw . SectionLayoutMode . LINE_GRID...
TextColumnCollection indexer. Returns a text column at the specified index.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...
TextColumn.space_after property. Gets or sets the space between this column and the next column in points... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...
ChartDataPoint.explosion property. Specifies the amount the data point shall be moved from the center of the pie... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
IChartDataPoint.explosion property. Specifies the amount the data point shall be moved from the center of the pie... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
Document.joinRunsWithSameFormatting method. Joins runs with same formatting in all paragraphs of the document.... let doc = new aw . Document ( base . myDir + "Rendering...expect ( doc . getChildNodes ( aw . NodeType . Run , true ). count...
FootnoteOptions.position property. Specifies the footnotes position....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
TextColumn.width property. Gets or sets the width of the text column in points.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...