Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 3,324 for

numeric

(0.12 sec)
  1. Extract Subsection List Text Meta Data - Free S...

    How can I extract meta data on auto subsectioned list text level within a word docx with words python library? I would want an output basically that states things like 1.a.i to level info like 1.1.1 to know Numerically w…...1 to know numerically what level the current text...i ) and also tell you the numeric level (0‑based). Below is a...

    forum.aspose.com/t/extract-subsection-list-text...
  2. ChartNumberFormat | Aspose.Words for Java

    Represents number formatting of the parent element in Java....X-axis, // and large respective numeric values for the Y-axis. chart...X-axis, // and large respective numeric values for the Y-axis. chart...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose LINQ Reporting: Culture-Based Number For...

    We are trying to format decimal places and thousand separators based on regional cultures. Currently, we are using the US standard formatting—decimal as a dot (.) and thousand separator as a comma (,). We need to apply N…...O"))} "N" is the standard numeric format string; the supplied...well, but the chart expects numeric values. If the value is changed...

    forum.aspose.com/t/aspose-linq-reporting-cultur...
  4. Working with GridWeb Worksheets|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 decimal separator from Numeric keypad Show buttons to Add/Remove...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. Outputting Expression Results in C#|Aspose.Word...

    Output expression results using placeholder within a template when building a report in C#....text"] -html>> To format a numeric or date-time expression result...number as an upper-case Roman numeral (I, II, III, …) ordinal Appends...

    docs.aspose.com/words/net/outputting-expression...
  6. Recognize MATRIX2OF5 BarCode Images via Python ...

    Scan MATRIX2OF5 symbology barcode images using Python applications without using any other software....symbology that is used to encode numeric data. The symbology is used...is capable of encoding all numeric data. The data is encoded in...

    products.aspose.com/total/python-net/recognize-...
  7. Creating PDF417 Barcodes|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.... Numeric: Numeric compaction mode, suitable for numeric data...

    docs.aspose.com/barcode/jasperreports/creating-...
  8. ChartXValue | Aspose.Words for Java

    Represents an X value for a chart series in Java....getDoubleValue() Gets the stored numeric value. getMultilevelValue()...stored numeric value. Returns: double - The stored numeric value...

    reference.aspose.com/words/java/com.aspose.word...
  9. ChartYValue class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartYValue class. Represents an Y value for a chart series....doubleValue Gets the stored numeric value. timeValue Gets the stored...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose.Words formula (A1>0)*(B1>0)*(A1+B1) calc...

    Aspose.Words calculates these formulas correctly: A1+B1 A1*B1 (A1>0) // returns 1 when not empty (B1>0) // returns 1 when not empty But fails when they get combined into one: (A1>0) * (B1>0) * (A1+B1) // should ret…...the presence of empty or non-numeric values in A1 and B1 . Solution...are not empty or contain non-numeric values, as this could affect...

    forum.aspose.com/t/aspose-words-formula-a1-0-b1...