Paragraph.list_label property. Gets a [Paragraph.list_label](./) object that provides access to list numbering value and Formatting for this paragraph....list numbering value and formatting for this paragraph. @property...paragraphs that are list items. doc = aw . Document ( file_name =...
Convert CSV to MOBI within C++ applications or online. Test free CSV to Doc online converter quickly before integrating the code....reference Save the document to MOBI format using Save member function...SaveFormat Get Started with C++ File Format APIs Install from command line...
Convert CSV to RTF within C++ applications or online. Test free CSV to Doc online converter quickly before integrating the code....reference Save the document to RTF format using Save member function...SaveFormat Get Started with C++ File Format APIs Install from command line...
Convert CSV to ODT within C++ applications or online. Test free CSV to Doc online converter quickly before integrating the code....reference Save the document to ODT format using Save member function...SaveFormat Get Started with C++ File Format APIs Install from command line...
Aspose::Words::Settings::MultiplePagesType enum. Specifies how Document is printed out in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "My...
TxtSaveOptions.add_bidi_marks property. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text Format....when exporting in plain text format. The default value is False...bi-directional Run in text. doc = aw . Document () builder =...
ChartDataLabel.showValue property. Allows to specify if values are to be displayed in the data labels...( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
ChartDataLabel.isVisible property. Returns ``true`` if this data label has something to display....( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
ChartSeries.dataLabels property. Specifies the settings for the data labels for the entire series....( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
ChartSeries.clear method. Removes all data values from the chart series... Format of all individual data points...chart series with data. let doc = new aw . Document (); let builder...