Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 27,337 for

numbers

(0.73 sec)
  1. Managing Page Breaks with Node.js via C++|Docum...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for Node.js via C++....add(number, number, number) and VerticalPageBreakCol...VerticalPageBreakCol.add(number, number, number) methods. Each add method...

    docs.aspose.com/cells/nodejs-cpp/managing-page-...
  2. Export Data from Worksheet in .NET|Documentation

    This article explains how to export or import data from a worksheet into a DataTable using C#....DataTable object: Row number – the row number of the first cell from...exported. Column number – the column number of the first cell...

    docs.aspose.com/cells/net/export-data-from-work...
  3. ParagraphFormat.isListItem property | Aspose.Wo...

    ParagraphFormat.isListItem property. True when the paragraph is an item in a bulleted or numbered list....is an item in a bulleted or numbered list. get isListItem () :...Chapter 1" ); // Create a numbered list. let numberedList = doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Получить номер версии приложения, создавшего фа...

    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...."data" ); // Print the version number of Excel 2003 XLS file let...getVersion ()); // Print the version number of Excel 2007 XLS file workbook...

    docs.aspose.com/cells/ru/nodejs-cpp/get-the-ver...
  5. Working with Lists in Node.js|Aspose.Words for ...

    Create, specify formatting and restart lists in a document using Node.js....formatting properties, such as number style, start value, indent...Microsoft Word: bulleted and numbered. To start a bulleted list...

    docs.aspose.com/words/nodejs-net/working-with-l...
  6. Converti Testo in Colonne usando Aspose.Cells f...

    Impara come convertire il testo in colonne in Excel usando Aspose.Cells for JavaScript tramite C++....textToColumns(number, number, number, TxtLoadOptions) ....Cells.textToColumns(number, number, number, TxtLoadOptions) ....

    docs.aspose.com/cells/it/javascript-cpp/convert...
  7. Управление разрывами страниц с помощью Node.js ...

    Эта статья содержит пример кода и объясняет, как добавлять, очищать или удалять конкретные разрывы страниц в листах Excel программным способом с помощью Aspose.Cells for Node.js via C++....add(number, number, number) и VerticalPageBreakCol...VerticalPageBreakCol.add(number, number, number) . Каждый метод add принимает...

    docs.aspose.com/cells/ru/nodejs-cpp/managing-pa...
  8. ListFormat.ListIndent | Aspose.Words for .NET

    Enhance your document's structure with the ListFormat ListIndent method, effortlessly elevating your paragraph's list level for improved clarity....level specifies what bullet or number is used, left indent, space...how to create bulleted and numbered lists. Document doc = new...

    reference.aspose.com/words/net/aspose.words.lis...
  9. FootnoteNumberingRule | Aspose.Words for Java

    Determines when automatic footnote or endnote numbering restarts in Java....automatic footnote or endnote numbering restarts. Examples: Shows...restart footnote/endnote numbering at certain places in the document...

    reference.aspose.com/words/java/com.aspose.word...
  10. Convert Bullet Points to Paragraph in Word File...

    Convert Bullet Points to Paragraph in Word File using Python. This article covers a list of steps and an example code to remove bullet points from Word document using Python....class having bullet points and numbered lists Iterate through all...paragraph and call the remove_numbers() method Save the Word document...

    kb.aspose.com/words/python/convert-bullet-point...