Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 25,999 for

numbers

(0.09 sec)
  1. Aspose::Words::DocumentBuilder::get_ListFormat ...

    Aspose::Words::DocumentBuilder::get_ListFormat method. Returns an object that represents current list formatting properties in C++....how to create bulleted and numbered lists. auto doc = System ::...allows:" ); // 2 - A numbered list: // Numbered lists create a logical...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::Fields::FieldListNum::get_ListNa...

    Aspose::Words::Fields::FieldListNum::get_ListName method. Gets or sets the name of the abstract numbering definition used for the numbering in C++....abstract numbering definition used for the numbering. System ::...get_ListName () Examples Shows how to number paragraphs with LISTNUM fields...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Workbook and Worksheet Print Preview|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the user can check the total number of pages and then decide whether...classes to find out the total number of pages. Workbook and Worksheet...

    docs.aspose.com/cells/java/workbook-and-workshe...
  4. C++ OCR – text recognition in C++ | Aspose

    Aspose C++ OCR library integrates OCR easily into your C++ applications. Effortlessly convert images to text with minimal C++ code....settings ); for ( size_t p_number = 0 ; p_number < result . pages_amount...pages_amount ; ++ p_number ) { cout << "Page " << p_number << "; \n "...

    products.aspose.com/ocr/cpp/
  5. Converting Word Lists to Text - Free Support Fo...

    Hello, I am trying to mimic the following VBA code using Aspose: ConvertNumbersToText Method | Microsoft Learn This word vba method (ActiveDocument.ConvertNumbersToText) converts all auto-numbering to text in a docume…...ConvertNumbersToText) converts all auto-numbering to text in a document. For...word when you have an auto-numbered list (1,2,3 or a,b,c or i...

    forum.aspose.com/t/converting-word-lists-to-tex...
  6. التحقق من تنسيق الرقم المخصص عند ضبط خاصية Styl...

    مكتبة Aspose.Cells هي مكتبة C++ للعمل مع ملفات جداول البيانات، وتدعم فحص تنسيقات الأرقام المخصصة عند التنسق. ستوضح لك هذه المقالة كيفية استخدام مكتبة Aspose.Cells للتحقق من تنسيقات الأرقام المخصصة لضمان صحة التنسق....exception // when invalid custom number format is assigned to Style...Access cell A1 and put some number to it Cell cell = sheet . GetCells...

    docs.aspose.com/cells/ar/cpp/check-custom-numbe...
  7. Frys översta raden(rad) i Excel arbetsblad med ...

    I denna artikel lär du dig hur du fryser översta raderna i Excel arbetsblad programmatiskt med Node.js bibliotek med C++ API....freezePanes(number, number, number, number) -metoden för att...

    docs.aspose.com/cells/sv/nodejs-cpp/how-to-free...
  8. Excel İş Sayfasının Dondurma Panellerini Node.j...

    Bu makalede, Aspose.Cells for Node.js via C++ kullanarak Excel Çalışma Sayfalarının bölmelerini programlı olarak nasıl donduracağınızı öğrenin....freezePanes(number, number, number, number) yöntemini kullanın...

    docs.aspose.com/cells/tr/nodejs-cpp/how-to-free...
  9. Beim Setzen der Style.Custom Eigenschaft den be...

    Aspose.Cells ist eine C++ Bibliothek zur Arbeit mit Tabellenkalkulationsdateien, die das Überprüfen benutzerdefinierter Zahlenformate beim Styling unterstützt. Dieser Artikel zeigt, wie man die Aspose.Cells Bibliothek verwendet, um benutzerdefinierte Zahlenformate zu überprüfen und sicherzustellen, dass das Styling korrekt ist....exception // when invalid custom number format is assigned to Style...Access cell A1 and put some number to it Cell cell = sheet . GetCells...

    docs.aspose.com/cells/de/cpp/check-custom-numbe...
  10. Paragraph.join_runs_with_same_formatting method...

    Paragraph.join_runs_with_same_formatting method. Joins runs with the same formatting in the paragraph.... Returns Number of joins performed. When N...This method also returns the number of runs that this method merged...

    reference.aspose.com/words/python-net/aspose.wo...