ChartSeries.legendEntry property. Gets a legend entry for this chart series.... let doc = new aw . Document ( base ....series.docx" ); let chart = doc . getShape ( 0 , true ). chart...
Table.distanceTop property. Gets or sets distance between table top and the surrounding text, in points.... let doc = new aw . Document ( base ....by text.docx" ); let table = doc . firstSection . body . tables...
VbaModule.clone method. Performs a copy of the [VbaModule](../).... let doc = new aw . Document ( base ....Document (); let copyVbaProject = doc . vbaProject . clone (); destDoc...
Convert PDF to RTF within C++ applications....to convert PDF file format to DOC. Secondly, by using advanced...Words for C++ , you can export DOC to RTF. C++ API to Render PDF...
Convert PDF to PCL within C++ applications....to convert PDF file format to DOC. Secondly, by using advanced...Words for C++ , you can export DOC to PCL. C++ API to Render PDF...
HorizontalRuleFormat.color property. Gets or sets the brush color that fills the horizontal rule.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_horizontal_rule...
BubbleSizeCollection.format_code property. Gets or sets the format code applied to the bubble sizes.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a Bubble chart....
Aspose::Words::TextColumnCollection::get_Count method. Gets the number of columns in the section of a Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...