Paragraph.is_list_item property. True when the paragraph is an item in a bulleted or numbered list in original revision....writeln ( 'Bulleted list item 2.' ) builder . paragraph_format...writeln ( 'Numbered list item 2.' ) builder . writeln ( 'Numbered...
CustomXmlPropertyCollection.clear method. Removes all elements from the collection.... at ( 2 ). value ). toEqual ( "2003" );.... count ). toEqual ( 3 ); // 2 - Remove by name: properties ...
Discover the CustomXmlPropertyCollection Count property to easily retrieve the total number of elements in your collection for efficient data management....AreEqual ( "2003" , properties [ 2 ]. Value ); Assert . AreEqual...3 , properties . Count ); // 2 - Remove by name: properties ...
Aspose::Words::Saving::ExportListLabels enum. Specifies how list labels are exported to HTML, MHTML and EPUB in C++.... ByHtmlTags 2 Outputs all list labels as HTML...u "Default numbered list item 2." ); builder -> get_ListFormat...
Aspose::Words::ParagraphFormat::get_DropCapPosition method. Gets or sets the position for a drop cap text in C++....Writeln ( u "Bulleted list item 2." ); builder -> get_ParagraphFormat...Writeln ( u "Numbered list item 2." ); builder -> Writeln ( u "Numbered...
Style.baseStyleName property. Gets/sets the name of the style this style is based on....MyStyle Alias 1,MyStyle Alias 2". // If a style's name has multiple..."MyStyle Alias 1" , "MyStyle Alias 2" ]); expect ( style . baseStyleName...
ChartSeriesGroup.axisGroup property. Gets or sets the axis group to which this series group belongs....= [ "Category 1" , "Category 2" , "Category 3" ]; series . add...categories , [ 2 , 3 , 4 ]); series . add ( "Series 2 of primary...
ChartDataLabelCollection.count property. Returns the number of [ChartDataLabel](../../chartdatalabel/) in this collection....toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ). clearFormat (); // We can also...