Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 17,476 for

true type

(0.23 sec)
  1. ConditionalStyle | Aspose.Words for Java

    Represents special formatting applied to some area of a table with assigned table style in Java.... // 1 - By style type: tableStyle.getConditionalStyles()...getLastColumn().getFont().setBold(true); // List all possible style...

    reference.aspose.com/words/java/com.aspose.word...
  2. Reading and Writing Query Tables of a Worksheet...

    Learn how to read and write query tables in Excel worksheets using Aspose.Cells with C++.... which returns an object of type QueryTable by index. It has...QueryTable.PreserveFormatting to true . You can download the source...

    docs.aspose.com/cells/cpp/reading-and-writing-q...
  3. AxisCategoryType | Aspose.Words for Java

    Specifies Type of a category axis in Java....class AxisCategoryType Specifies type of a category axis. Examples:...MAXIMUM); yAxis.setReverseOrder(true); yAxis.setMajorTickMark(AxisTickMark...

    reference.aspose.com/words/java/com.aspose.word...
  4. OfficeMath class | Aspose.Words for Python

    aspose.words.math.OfficeMath class. Represents an Office Math object such as function, equation, matrix or alike...display_type Gets/sets Office Math display format type which represents...CompositeNode ) has_child_nodes Returns True if this node has any child nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OleControl.name property | Aspose.Words for Nod...

    OleControl.name property. Gets or sets name of the ActiveX control.... getShape ( 0 , true ); let oleControl = shape ....enabled ). toEqual ( true ); expect ( checkBox . type ). toEqual ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentBuilder.insert_ole_object_as_icon metho...

    aspose.words.DocumentBuilder.insert_ole_object_as_icon method... Detects OLE object type using file extension. def i...icon_caption : str ): ... Parameter Type Description file_name str Full...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Avoid exponential notation of large numbers whi...

    Learn how to prevent large numbers from being converted to exponential notation while importing from HTML using Aspose.Cells for JavaScript via C++....keepPrecision property and set it true while loading your HTML. The...Example Title </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/javascript-cpp/avoid-expo...
  8. 加载文件时自动调整行高,使用JavaScript通过C++|Documentation

    学习如何在使用Aspose.Cells for Java脚本通过C++加载文件时调整非自定义高度的行。...tions(AutoFitterOptions)]设置为true,则Aspose.Cells会自动调整行高。调整后的行高能有效满足文本显示需求。...AutoFitter Example </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  9. 如何管理日期和时间|Documentation

    学习如何通过Aspose.Cells for JavaScript用C++管理日期和时间。...date1904 属性设为true。 此示例显示了在不同日期系统中存储的相同日期的序列值不同。...System Example </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  10. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....SHAPE, true).getCount(), 1); // We can delete...getChildNodes(NodeType.SHAPE, true).getCount(), 0); Constructors...

    reference.aspose.com/words/java/com.aspose.word...