استكشف فئة Aspose.Words.ChartAxisTitle لإدارة خصائص عنوان المحور بسهولة وتعزيز التأثير البصري للمستند الخاص بك....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...
HtmlFixedSaveOptions.font_format property. Gets or sets [ExportFontFormat](../../exportfontformat/) used for font exporting... doc = aw . Document ( MY_DIR + 'Bullet...alternative font.docx' ) save_options = aw . saving . HtmlFixedSaveOptions...
Style.automaticallyUpdate property. Specifies whether this style is automatically redefined based on the appropriate value....new aw . Document (); let style = doc . styles . add ( aw . StyleType...automaticallyUpdate = true ; let builder = new aw . DocumentBuilder ( doc ); //...
RtfSaveOptions.export_compact_size property. Allows to make output RTF documents smaller in size, but if they contain RTL (right-to-left) text, it will not be displayed correctly.... doc = aw . Document ( MY_DIR + 'Rendering...save it to an RTF. options = aw . saving . RtfSaveOptions ()...
ChartSeries.y_values property. Gets a collection of Y values for this chart series.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ChartDataLabelCollection.show_value property. Allows to specify whether values are to be displayed in the data labels of the entire series... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
Paragraph.list_format property. Provides access to the list formatting properties of the paragraph.... doc = aw . Document () builder = aw . DocumentBuilder...paras = doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...
ChartDataLabelCollection.show_legend_key property. Allows to specify whether legend key is to be displayed for the data labels of the entire series... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...