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_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...
ChartSeries.x_values property. Gets a collection of X 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...
استكشف فئة Aspose.Words.ChartAxisTitle لإدارة خصائص عنوان المحور بسهولة وتعزيز التأثير البصري للمستند الخاص بك....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...
Aspose.Words.Drawing.HorizontalRuleAlignment enumeration. Represents the alignment for the specified horizontal rule....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...horizontalRuleFormat . alignment = aw . Drawing . HorizontalRuleAlignm...
ShapeBase.isHorizontalRule property. Returns ``true`` if this shape is a horizontal rule....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...horizontalRuleFormat . alignment = aw . Drawing . HorizontalRuleAlignm...
קבל מסמך כדי לקבל עותק זהה באמצעות Python. בעת יצירת עותק, צמתים ונכסים של המסמך המקורי משוחזרים.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...
CompositeNode.firstChild property. Gets the first child of the node....'RecurseChildren' , () => { let doc = new aw . Document ( base . myDir + "Paragraphs...${ '\t' . repeat ( depth ) }${ aw . Node . nodeTypeToString ( childNode...
CompositeNode.select_nodes method. Selects a list of nodes matching the XPath expression.... doc = aw . Document ( MY_DIR + 'Tables...assertIsInstance ( node . as_paragraph (), aw . Paragraph ) Shows how to use...