TextColumnCollection.evenlySpaced property. True if text columns are of equal width and evenly spaced.... setCount ( 2 ); // Determine the amount of...builder . writeln ( "Wide column 2." ); doc . save ( base . artifactsDir...
Adjust the TextColumn Width property to easily customize your text column's width in points for enhanced layout control and readability.... SetCount ( 2 ); // Determine the amount of...builder . Writeln ( "Wide column 2." ); doc . Save ( ArtifactsDir...
Discover the ChartAxisTitle Text property to customize your axis titles easily. Set or get dynamic titles for enhanced data visualization....1" , "AW Category 2" }, new double [] { 1 , 2 }); ChartAxisTitle...
ListCollection.addSingleLevelList method. Creates a new single level list based on the predefined template and adds it to the list collection in the document.... writeln ( "Item 2" ); builder . listFormat . removeNumbers...); builder . writeln ( "Item 2" ); doc . save ( base . artifactsDir...
Access a specific text column by index with the TextColumnCollection Item property. Simplify data management and enhance your coding efficiency.... SetCount ( 2 ); // Determine the amount of...builder . Writeln ( "Wide column 2." ); doc . Save ( ArtifactsDir...
TextColumn.space_after property. Gets or sets the space between this column and the next column in points... set_count ( 2 ) # Determine the amount of room...builder . writeln ( 'Wide column 2.' ) doc . save ( file_name = ARTIFACTS_DIR...
Discover the Paragraph ListFormat property to easily access and customize your paragraph's list formatting, enhancing your document's presentation....Writeln ( "Numbered list item 2" ); builder . Writeln ( "Numbered...Writeln ( "Bulleted list item 2" ); builder . Writeln ( "Bulleted...
Aspose::Words::Saving::TxtSaveOptions::get_SimplifyListLabels method. Specifies whether the program should simplify list labels in case of complex label formatting not being adequately represented by plain text. If set to true, numbered list labels are written in simple numeric format and itemized list labels as simple ASCII characters. The default value is false in C++....builder -> Writeln ( u "Item 2" ); builder -> get_ListFormat...String :: Format ( u " > Item 2{0}" , newLine ) + System :: String...