Aspose::Words::Drawing::Charts::LegendPosition enum. Specifies the possible positions for a chart legend in C++.... Left 2 Specifies that the legend shall...get_Name ()); ASSERT_EQ ( u "Series 2" , chart -> get_Series () -> idx_get...
Aspose::Words::Document::get_FootnoteOptions method. Provides options that control numbering and positioning Of footnotes in this document in C++....); builder -> Write ( u "Text 2. " ); builder -> InsertFootnote...FootnoteType :: Footnote , u "Footnote 2." ); builder -> Write ( u "Text...
NodeCollection.insert method. Inserts a node into the collection at the specified index....example -1 means the last node, -2 means the second before last and... " ); builder . write ( "Run 2. " ); // Every invocation of the...
Aspose::Words::Section::AppendContent method. Inserts a copy Of content Of the source section at the end Of this section in C++....builder -> Write ( u "Section 2" ); builder -> InsertBreak ( Aspose...get_Sections () -> idx_get ( 2 ); ASSERT_EQ ( System :: String...
ChartSeriesCollection indexer. Returns a [ChartSeries](../../chartseries/) at the specified index....example -1 means the last item, -2 means the second before last and...= [ 'Category 1' , 'Category 2' , 'Category 3' , 'Category 4'...
CustomXmlPropertyCollection.remove method. Removes a property with the specified name from the collection....assertEqual ( '2003' , properties [ 2 ] . value ) self . assertEqual...( 3 , properties . count ) # 2 - Remove by name: properties ...