Discover the BuildingBlocks property in GlossaryDocument, Offering a typed collection Of all glossary entries for enhanced organization and easy access....glossaryDoc ) { Name = "Block 2" }; glossaryDoc . AppendChild.... EqualTo ( "Block 5" )); // 2 - Get a building block by index:...
ChartDataLabel.format property. Provides access to fill and line formatting Of the data label....toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ); dataLabel . format . fill ...
Aspose::Words::Loading::TxtLoadOptions::get_LeadingSpacesOptions method. Gets or sets preferred option Of a leading space handling. Default value is ConvertToIndent in C++....u " Line 1 \n " ) + u " Line 2 \n " + u " Line 3 " ; // Create...get_FirstLineIndent ()); ASPOSE_ASSERT_EQ ( 25.2 , paragraphs -> idx_get ( 1 )...
Discover the Aspose.Words.Saving.BookmarksOutlineLevelCollection class—a powerful tool for managing bookmarks and enhancing document navigation effortlessly.... (2 indexers) Methods Name Description...document outline at level 1; 2 for level 2 and so on. Examples Shows...
Document.revisions property. Gets a collection Of revisions (tracked changes) that exist in this document.... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...
ChartSeriesGroup.seriesType property. Gets the type Of chart series included in this group....= [ "Category 1" , "Category 2" , "Category 3" ]; series . add...categories , [ 2 , 3 , 4 ]); series . add ( "Series 2 of primary...
Aspose::Words::PageSetup::get_PageStartingNumber method. Gets or sets the starting page number Of the section in C++....Writeln ( u "Section 1, page 2." ); builder -> InsertBreak (...builder -> Writeln ( u "Section 2, page 1." ); builder -> InsertBreak...
Discover the FieldFormat GeneralFormats property, Offering a versatile collection Of numeric text formats to enhance your data presentation and results.... InsertField ( "= 2 + 3" ); Assert . That ( field...GetFieldCode (), Is . EqualTo ( "= 2 + 3" )); Assert . That ( field...
Discover how the IsHeading property enhances your document formatting by identifying built-in Heading styles for better organization and clarity....serve as TOC entries of levels 1, 2, and then 3. builder . ParagraphFormat...builder . Writeln ( "Heading 1.2" ); builder . ParagraphFormat...