Aspose.Words.Drawing.Chart class. Provides access to the chart shape properties...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
aspose.words.TextColumn class. Represents a single text column... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...
aspose.words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a section of a document... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...
aspose.words.WarningSource enumeration. Specifies the module that produces a warning during document loading or saving.... doc = aw . Document ( file_name = MY_DIR...markdown warning.docx' ) warnings = aw . WarningInfoCollectio () doc...
TxtSaveOptionsBase.encoding property. Specifies the encoding to use when exporting in text formats...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions ();...
PdfSaveOptions.imageColorSpaceExportMode property. Specifies how the color space will be selected for the images in PDF document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...PDF. let pdfSaveOptions = new aw . Saving . PdfSaveOptions ();...
ChartAxis.number_format property. Returns a [ChartNumberFormat](../../chartnumberformat/) object that allows defining number formats for the axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...