Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 19,414 for

2 of

(0.05 sec)
  1. Document.variables property | Aspose.Words for ...

    Document.variables property. Returns the collection Of variables added to a document or template.... toEqual ( 2 ); expect ( variables . at ( 0..."City" )). toEqual ( false ); // 2 - By index: variables . removeAt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range Of cells as html. I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…...l April 21, 2025, 2:01pm 1 I need to save certain...Discourse April 21, 2025, 2:01pm 2 @aleksandr.l It seems you...

    forum.aspose.com/t/aspose-cells-incorrect-html-...
  3. Body.ParentSection | Aspose.Words for .NET

    Discover the Body ParentSection property to easily access a story's parent section and enhance your content management efficiency....InsertSectionWithEnd ( doc , "Section 2" , "Endnote 2, will be pushed down to...

    reference.aspose.com/words/net/aspose.words/bod...
  4. Aspose.pdf.dll for .Net and Aspose.word.dll for...

    Hi Aspose Support Team, We have been using a console application developed with .NET Framework 3.5, utilizing Aspose.PDF.dll (8.0.0) for >net and Aspose.Words.dll (13.2.0) for .Net to merge template PDFs and Word files …...2.0) for .Net to merge template...alexey.noskov April 4, 2025, 2:10pm 2 @jijikkt Could you please...

    forum.aspose.com/t/aspose-pdf-dll-for-net-and-a...
  5. 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...
  6. FixedPageSaveOptions.page_set property | Aspose...

    FixedPageSaveOptions.page_set property. Gets or sets the pages to render... writeln ( 'Page 2.' ) builder . insert_break ( aw...+ 1 ) + '(' + ( 'odd' if i % 2 == 0 else 'even' ) + ')' ) if...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Tables::Table::get_FirstRow meth...

    Aspose::Words::Tables::Table::get_FirstRow method. Returns the first Row node in the table in C++....-> get_Count ()); ASSERT_EQ ( 2 , tables -> idx_get ( 1 ) -> get_Rows...get_Tables () -> idx_get ( 0 ); // 2 - Using the "GetChild" method:...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. FieldPrivate | Aspose.Words for Java

    Implements the PRIVATE field in Java....assertEquals(2, doc.getRange().getFields().getCount());...assertEquals(remover.getFieldsRemovedCoun(), 2); Assert.assertEquals(doc.getRange()...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldToc.hide_in_web_layout property | Aspose.W...

    FieldToc.hide_in_web_layout property. Gets or sets whether to hide tab leader and page numbers in Web layout view....page_number_omitting_level_range = '2-5' # Set a custom string that...because they are within the "2-5" range. insert_new_page_with_heading...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DeleteBlankOptions set start and end index to 0...

    The following code snippet DeleteBlankOptions options = new DeleteBlankOptions(); options.setStartIndex(0); System.out.println(options.getStartIndex()); options.setStartIndex(1); System.out.println(options.getStartIndex…...cells-java Tim49 April 23, 2025, 2:29pm 1 The following code snippet...johnson.shi April 23, 2025, 2:53pm 2 @Tim49 We have found the issue...

    forum.aspose.com/t/deleteblankoptions-set-start...