aspose.words.drawing.charts.IChartDataPoint class. Contains properties of a single data point on the chart....chart_data_point (): doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...
HtmlSaveOptions.document_split_heading_level property. Specifies the maximum level of headings at which to split the document... doc = aw . Document () builder = aw . DocumentBuilder...but not at 3 to 9. options = aw . saving . HtmlSaveOptions ()...
ListLevel.custom_number_style_format property. Gets or sets the custom number style format for this list level... doc = aw . Document ( file_name = MY_DIR...list_level . number_style == aw . NumberStyle . CUSTOM : cus...
ListLevel.text_position property. Returns or sets the position (in points) for the second line of wrapping text for the list level.... doc = aw . Document () # A list allows...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...
aspose.words.NumberStyle enumeration. Specifies the number style for a list, footnotes and endnotes, page numbers.... doc = aw . Document () # A list allows...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...
XlsxSaveOptions.dateTimeParsingMode property. Gets or sets the mode that specifies how document text is parsed to identify date and time values... let doc = new aw . Document ( base . myDir + "Xlsx...docx" ); let saveOptions = new aw . Saving . XlsxSaveOptions ();...
TextColumnCollection.count property. Gets the number of columns in the section of a document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . ColumnBreak );...