Sort Score
Result 10 results
Languages All
Labels All
Results 6,561 - 6,570 of 150,032 for

2

(0.25 sec)
  1. Repeat Table Header Rows on Pages|Aspose.Words ...

    Repeat a header row of a table on every page. Docx4j does not provide an opportunity to work with a header row.... writeln ( "Heading row 2" ); builder . endRow (); builder...(); builder . write ( "Column 2 Text" ); builder . endRow ();...

    docs.aspose.com/words/java/repeat-table-header-...
  2. Forms2OleControlCollection Class | Aspose.Words...

    Discover the Aspose.Words.Drawing.Ole.Forms2OleControlCollection class, your solution for managing Forms2OleControl objects efficiently in document processing....That ( oleControlCollection [ 2 ]. Caption , Is . EqualTo ( "Delphi"...That ( oleControlCollection [ 2 ]. Value , Is . EqualTo ( "0"...

    reference.aspose.com/words/net/aspose.words.dra...
  3. AxisScaling.type property | Aspose.Words for Py...

    AxisScaling.type property. Gets or sets scaling type of the axis....'Series 1' , x_values = [ 1 , 2 , 3 , 4 , 5 ], y_values = [ 1...cover our X-value range (0, 1, 2, 3...). # A linear axis is not...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Saving::TxtSaveOptions::get_Save...

    Aspose::Words::Saving::TxtSaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can only be Text in C++....builder -> Writeln ( u "Paragraph 2." ); builder -> Write ( u "Paragraph...paragraph. \n\n\t " ) + u "Paragraph 2. End of paragraph. \n\n\t " +...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. RevisionsView | Aspose.Words for Java

    Allows to specify whether to work with the original or revised version of a document in Java....get(2).getListLabel().getLabelString());...assertEquals("a.", paragraphs.get(2).getListLabel().getLabelString());...

    reference.aspose.com/words/java/com.aspose.word...
  6. ListLevel.CustomNumberStyleFormat | Aspose.Word...

    Customize your list levels with the ListLevel CustomNumberStyleFormat property. Easily set unique number formats for enhanced document styling.... That ( paras [ 2 ]. ListLabel . LabelString , Is..." )); Assert . That ( paras [ 2 ]. ListLabel . LabelString , Is...

    reference.aspose.com/words/net/aspose.words.lis...
  7. FieldPrintDate.use_lunar_calendar property | As...

    FieldPrintDate.use_lunar_calendar property. Gets or sets whether to use the Hijri Lunar or Hebrew Lunar calendar.... fields [ 2 ] . as_field_print_date () # 2 - Umm al-Qura...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Fields::FieldCollection::Clear m...

    Aspose::Words::Fields::FieldCollection::Clear method. Removes all fields of this collection from the document and from this collection itself in C++.... fields -> get_Count ()); // 2 - Get the collection to remove...an index: fields -> RemoveAt ( 2 ); ASSERT_EQ ( 3 , fields -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Manage Presentation Tables in PHP|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for PHP via Java. Discover simple code examples to streamline your table workflows....( 5 ); } } # Merges cells 1 & 2 of row 1 $tbl -> mergeCells (...0) (2, 0) (3, 0) (0, 1) (1, 1) (2, 1) (3, 1) (0, 2) (1, 2) (2...

    docs.aspose.com/slides/php-java/manage-table/
  10. Compact Number Formatting Missing for Negative ...

    When using compact number formatting (K, M, B) on chart axes, positive axis intervals are formatted correctly (e.g., 1.2K, 3.4M, 2.1B), but negative axis intervals display unformatted values (e.g., -1200, -3400000) inste…...4M , 2.1B ), but negative axis intervals...forms like -1.2K , -3.4M , or -2.1B . And this issue is occurring...

    forum.aspose.com/t/compact-number-formatting-mi...