Allows to configure document hyphenation options in Java....setConsecutiveHyphen(2); doc.getHyphenationOption()....getHyphenationOption().setConsecutiveHyphen(2); doc.getHyphenationOption()....
Contains information about a mail merge region in Java....size(), 2); Assert.assertEquals(((MailMergeRegionInfo)...assertEquals(nestedRegions.size(), 2); Assert.assertEquals(((MailMergeRegionInfo)...
TxtSaveOptions.preserveTableLayout property. Specifies whether the program should attempt to preserve layout Of tables when saving in the plain text format... write ( "Row 1, cell 2" ); builder . endRow (); builder...insertCell (); builder . write ( "Row 2, cell 1" ); builder . insertCell...
Discover the FieldListNum StartingNumber property to easily manage your field's starting value for improved data organization and efficiency....will start a count at list level 2. It will display a value of "1"...builder . Writeln ( "Paragraph 2" ); // The next LISTNUM field...
FieldListNum.list_level property. Gets or sets the level in the list, overriding the default behavior Of the field....will start a count at list level 2. It will display a value of "1"...builder . writeln ( 'Paragraph 2' ) # The next LISTNUM field that...
FieldListNum.has_list_name property. Returns a value indicating whether the name Of an abstract numbering definition is provided by the field's code....will start a count at list level 2. It will display a value of "1"...builder . writeln ( 'Paragraph 2' ) # The next LISTNUM field that...
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'...
Aspose::Words::Tables::CellFormat::get_Shading method. Returns a Shading object that refers to the shading formatting for the cell in C++....builder -> Write ( u "Row 1, Col 2" ); builder -> EndRow (); // Changing...(); builder -> Write ( u "Row 2, Col 1" ); builder -> InsertCell...
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 ...
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 ...