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 ;...
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...
Utforska klassen Aspose.Words.ChartAxisTitle för att enkelt hantera axeltitelegenskaper och förbättra dokumentets visuella effekt....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...
DocumentProperty.toDateTime method. Returns the property value as DateTime in UTC.... let doc = new aw . Document (); let date = new...document properties. let doc = new aw . Document (); let properties...
DocumentBuilder.current_structured_document_tag property. Gets the structured document tag that is currently selected in this [DocumentBuilder](../).... doc = aw . Document ( file_name = MY_DIR...document tags.docx' ) builder = aw . DocumentBuilder ( doc = doc...
ChartSeries.has_data_labels property. Gets or sets a flag indicating whether data labels are displayed for the series.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
HtmlFixedSaveOptions.cssClassNamesPrefix property. Specifies prefix which is added to all class names in style.css file... Default value is "aw" . get cssClassNamesPrefix ()...CSS class names. let doc = new aw . Document ( base . myDir + "Bookmarks...