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...
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...
HtmlSaveOptions.imagesFolderAlias property. Specifies the name of the folder used to construct image URIs written into an HTML document... let doc = new aw . Document ( base . myDir + "Rendering..."Rendering.docx" ); let options = new aw . Saving . HtmlSaveOptions ();...
HtmlSaveOptions.imagesFolder property. Specifies the physical folder where images are saved when exporting a document to HTML format... let doc = new aw . Document ( base . myDir + "Rendering...options = new aw . Saving . HtmlSaveOptions ( aw . SaveFormat...
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...
ParagraphFormat.suppress_line_numbers property. Specifies whether the current paragraph's lines should be exempted from line numbering which is applied in the parent section.... doc = aw . Document () builder = aw . DocumentBuilder.... line_number_restart_mode = aw . LineNumberRestartMod . RESTART_PAGE...
Style.remove method. Removes the specified style from the document....new aw . Document (); let style = doc . styles . add ( aw . StyleType...automaticallyUpdate = true ; let builder = new aw . DocumentBuilder ( doc ); //...
PageSetup.line_number_count_by property. Returns or sets the numeric increment for line numbers.... doc = aw . Document () builder = aw . DocumentBuilder.... line_number_restart_mode = aw . LineNumberRestartMod . RESTART_PAGE...
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...