RevisionCollection.reject method. Rejects revisions that match specified criteria....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...RevisionCriteria ( "John Doe" , aw . RevisionType . Insertion ));...
ChartDataTable.has_horizontal_border property. Gets or sets a flag indicating whether a horizontal border of the data table is displayed... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
aspose.words.FileFormatInfo class. Contains data returned by [FileFormatUtil](../fileformatutil/) document format detection methods... doc = aw . Document () # Configure a SaveOptions...save_options = aw . saving . OdtSaveOptions ( save_format = aw . SaveFormat...
LayoutCollector.getNumPagesSpanned method. Gets number of pages the specified node spans...doc = new aw . Document (); let layoutCollector = new aw . Layout...of content. let builder = new aw . DocumentBuilder ( doc ); builder...
Fill.gradientAngle property. Gets or sets the angle of the gradient fill....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
Fill.gradientStyle property. Gets the gradient style [GradientStyle](../../gradientstyle/) for the fill....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
Font.theme_color property. Gets or sets the theme color in the applied color scheme that is associated with this [Font](../) object.... doc = aw . Document () # Define fonts...default values. font . theme_font = aw . themes . ThemeFont . MINOR...