ChartAxis.crosses property. Specifies how this axis crosses the perpendicular axis....words as aw from aspose.pydrawing import...( self ): doc = aw . Document () builder = aw . DocumentBuilder...
aspose.words.drawing.charts.AxisCategoryType enumeration. Specifies type of a category axis....words as aw from aspose.pydrawing import...( self ): doc = aw . Document () builder = aw . DocumentBuilder...
ChartAxis.reverse_order property. Returns or sets a flag indicating whether values of axis should be displayed in reverse order, i.e...words as aw from aspose.pydrawing import...( self ): doc = aw . Document () builder = aw . DocumentBuilder...
ChartAxis.major_unit property. Returns or sets the distance between major tick marks....words as aw from aspose.pydrawing import...( self ): doc = aw . Document () builder = aw . DocumentBuilder...
ChartAxis.tick_labels property. Provides access to the properties of the axis tick mark labels....words as aw from aspose.pydrawing import...( self ): doc = aw . Document () builder = aw . DocumentBuilder...
ChartAxis.format property. Provides access to line formatting of the axis and fill of the tick labels....words as aw from aspose.pydrawing import...( self ): doc = aw . Document () builder = aw . DocumentBuilder...
ParagraphFormat.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...borders . at ( aw . BorderType . Left ). lineStyle = aw . LineStyle...
Aspose.Words.Markup.SdtType enumeration. Specifies the type of a structured document tag (SDT) node....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...quoteStyle = doc . styles . at ( aw . StyleIdentifier . Quote );...
PageSetup.sectionStart property. Returns or sets the type of section break for the specified object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...page: builder . insertBreak ( aw . BreakType . SectionBreakNewPage...
NodeCollection.add method. Adds a node to the end of the collection.... let doc = new aw . Document (); // A blank document...paragraph. expect ( doc . getChild ( aw . NodeType . Any , 0 , true )...