Sort Score
Result 10 results
Languages All
Labels All
Results 6,181 - 6,190 of 152,085 for

2

(0.19 sec)
  1. Comment.removeReply method | Aspose.Words for N...

    Comment.removeReply method. Removes the specified reply to this comment.... toEqual ( 2 ); // Below are two ways of removing.... count ). toEqual ( 1 ); // 2 - Use the "RemoveAllReplies" method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartLegend.position property | Aspose.Words fo...

    ChartLegend.position property. Specifies the position of the legend on a chart.... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Move the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TextColumnCollection.evenly_spaced property | A...

    TextColumnCollection.evenly_spaced property. True if text columns are of equal width and evenly spaced.... set_count ( 2 ) # Determine the amount of room...builder . writeln ( 'Wide column 2.' ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. OleFormat.clsid property | Aspose.Words for Nod...

    OleFormat.clsid property. Gets the CLSID of the OLE object.... at ( 2 ). caption ). toEqual ( "Delphi"...( oleControlCollection . at ( 2 ). value ). toEqual ( "0" ); See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. LoadOptions.baseUri property | Aspose.Words for...

    LoadOptions.baseUri property. Gets or sets the string that will be used to resolve relative URIs found in the document into absolute URIs when required... toBeCloseTo ( 32 , 2 ); expect ( aw . ConvertUtil ...height )). toBeCloseTo ( 32 , 2 ); See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 在 Visio 页面中自动放置一组形状|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 页面中自动放置一组形状。...DistanceInHorizontal = 2 ; options . DistanceInVertical = 2 ; // set auto...

    docs.aspose.com/diagram/zh/net/auto-space-a-col...
  7. Forms2OleControlCollection indexer | Aspose.Wor...

    Forms2OleControlCollection indexer. Gets [Forms2OleControl](../../forms2olecontrol/) object at a specified index....'Delphi' , ole_control_collection [ 2 ] . caption ) self . assertEqual...'0' , ole_control_collection [ 2 ] . value ) See Also module aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Comparing::CompareOptions::get_A...

    Aspose::Words::Comparing::CompareOptions::get_AdvancedOptions method. Specifies advanced compare options that might help to produce more precise comparison output in C++.... and the revisions count was 2. // If we are ignoring DML's unique...ASSERT_EQ ( isIgnoreDmlUniqueId ? 0 : 2 , docA -> get_Revisions () ->...

    reference.aspose.com/words/cpp/aspose.words.com...
  9. Extra line break after page break - Free Suppor...

    Hi! I see an extra line break after a page break using Aspose 8.0. This means that the first line of text of the subsequent pages does not start at the same position as the first line on the first page. I have attached t…...ahmad May 16, 2013, 2:32am 2 Hi there, Thanks for your...

    forum.aspose.com/t/extra-line-break-after-page-...
  10. 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-...