Aspose.Words.Drawing.FlipOrientation enumeration. Possible values for the orientation of a shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . Rectangle , aw . Drawing...
Aspose.Words for JasperReports works with JasperReports and JasperServer. This article explains how to integrate the exporter.... XML < bean id = "aw_reportDocExporter" class = "com...name = "exportParameters" ref = "aw_exportParameters" /> < property...
ChartYValue.fromDouble method. Creates a [ChartYValue](../) instance of the [ChartYValueType.Double](../../chartyvaluetype/#Double) type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartXValue.fromDouble method. Creates a [ChartXValue](../) instance of the [ChartXValueType.Double](../../chartxvaluetype/#Double) type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartSeries.clearValues method. Removes all data values from the chart series with preserving the format of the data points and data labels....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartSeries.clear method. Removes all data values from the chart series...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
FileFormatInfo.loadFormat property. Gets the detected document format.... let doc = new aw . Document (); // Configure a...saveOptions = new aw . Saving . OdtSaveOptions ( aw . SaveFormat ...
OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output document... doc = aw . Document () builder = aw . DocumentBuilder...compatibility_options . optimize_for ( aw . settings . MsWordVersion ....