ParagraphFormat.baselineAlignment property. Gets or sets fonts vertical position on a line.... let doc = new aw . Document ( base . myDir + "Office...format . baselineAlignment == aw . BaselineAlignment . Auto )...
Shading.texture property. Gets or sets the shading texture.... doc = aw . Document () builder = aw . DocumentBuilder...get_by_border_type ( aw . BorderType . LEFT ) . line_style = aw . LineStyle...
Document.default_tab_stop property. Gets or sets the interval (in points) between the default tab stops.... doc = aw . Document () builder = aw . DocumentBuilder...builder . writeln ( 'Hello' + aw . ControlChar . TAB + 'World...
aspose.words.drawing.HorizontalRuleAlignment enumeration. Represents the alignment for the specified horizontal rule.... doc = aw . Document () builder = aw . DocumentBuilder...horizontal_rule_format . alignment = aw . drawing . HorizontalRuleAlignm...
Aspose.Words.Saving.PdfPageLayout enumeration. Specifies the page layout to be used when the document is opened in a PDF reader.... let doc = new aw . Document ( base . myDir + "Big...the left. let saveOptions = new aw . Saving . PdfSaveOptions ();...
PageSetup.textOrientation property. Allows to specify [PageSetup.textOrientation](./) for the whole page...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...pageSetup . textOrientation = aw . TextOrientation . Upward ;...
ChartSeriesGroupCollection.remove_at method. Removes a series group at the specified index... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...
You can access field modifying using Python. Fields of the document are loaded into the Aspose.Words Document Object Model (DOM)....words as aw doc = aw . Document ( "Input.docx"...Example: import aspose.words as aw doc = aw . Document ( "Input.docx"...