Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 27,104 for

numbers

(0.38 sec)
  1. Using Extension Methods of Iteration Variables ...

    Use extension methods for iteration variables of any type when building a report in C#....use this extension method to number sequence items without involving...items , you can enumerate and number them in a document table using...

    docs.aspose.com/words/net/using-extension-metho...
  2. FieldCitation class | Aspose.Words for Python

    aspose.words.fields.FieldCitation class. Implements the CITATION field...Field ) page_number Gets or sets a page number associated with...Field ) volume_number Gets or sets a volume number associated with...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Text fragments found in PageMarkup not availabl...

    Hi, On this specific PDF the text is extracted but not correctly ordered in sections and paragraphs. ecclesiastes.pdf (260.7 KB) I slightly modified the sample code to showcase this. public static void Run() // origi…...WriteLine("### Number of markups found on page {0}...{0} : {1}", markup.Number, markup.TextFragments.Count); int i...

    forum.aspose.com/t/text-fragments-found-in-page...
  4. Anzahl der Zellen im Arbeitsblatt mit C++ zähle...

    In diesem Artikel lernen Sie, wie man programmatisch die Anzahl der Zellen im Excel Arbeitsblatt mit C++ API und Aspose.Cells zählt.... Get ( 0 ); // Print number of cells in the Worksheet std...std :: cout << "Number of Cells: " << worksheet . GetCells ()...

    docs.aspose.com/cells/de/cpp/count-number-of-ce...
  5. Подсчет количества ячеек в листе с помощью C++|...

    В этой статье вы узнаете, как программно подсчитать количество ячеек на листе Excel с использованием API C++ с Aspose.Cells.... Get ( 0 ); // Print number of cells in the Worksheet std...std :: cout << "Number of Cells: " << worksheet . GetCells ()...

    docs.aspose.com/cells/ru/cpp/count-number-of-ce...
  6. Paragraph.listFormat property | Aspose.Words fo...

    Paragraph.listFormat property. Provides access to the list formatting properties of the paragraph....( "Numbered list item 1" ); builder . writeln ( "Numbered list...2" ); builder . writeln ( "Numbered list item 3" ); builder ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Comparing text in images|Documentation

    How to compare texts on two images.... ImageTextDiff returns a number representing how similar the...floating point number from 0 to 1; the lower the number, the more...

    docs.aspose.com/ocr/java/image-text-compare/
  8. Paragraph.ListFormat | Aspose.Words لـ .NET

    اكتشف خاصية Paragraph ListFormat للوصول بسهولة إلى تنسيق قائمة فقراتك وتخصيصها، مما يعزز عرض مستندك....( "Numbered list item 1" ); builder . Writeln ( "Numbered list...2" ); builder . Writeln ( "Numbered list item 3" ); builder ....

    reference.aspose.com/words/ar/net/aspose.words/...
  9. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java....NOTEREF field will display the number of the footnote inside the...to Bookmark2, with footnote number ").getFieldCode()); // When...

    reference.aspose.com/words/java/com.aspose.word...
  10. Freeze First Column(s) of Excel Worksheet with ...

    Learn how to freeze left columns of Excel worksheets programmatically using Aspose.Cells for Node.js via C++....freezePanes(number, number, number, number) method to freeze...

    docs.aspose.com/cells/nodejs-cpp/how-to-freeze-...