Document.sections property. Returns a collection that represents all sections in the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...page: builder . insertBreak ( aw . BreakType . SectionBreakNewPage...
RevisionOptions.comment_color property. Allows to specify the color to be used for comments... doc = aw . Document ( file_name = MY_DIR...revision_options . inserted_text_color = aw . layout . RevisionColor . GREEN...
ChartAxis.categoryType property. Gets or sets type of the category axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
RevisionOptions.deleted_text_color property. Allows to specify the color to be used for deleted content [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... doc = aw . Document ( file_name = MY_DIR...revision_options . inserted_text_color = aw . layout . RevisionColor . GREEN...
AxisDisplayUnit.document property. Returns the document containing the parent chart....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartAxis.crosses property. Specifies how this axis crosses the perpendicular axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
AxisTickLabels.position property. Gets or sets the position of the tick labels on the axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Aspose.Words.Drawing.Charts.AxisTickLabels class. Represents properties of axis tick mark labels....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...