Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 15,987 for

true type

(0.19 sec)
  1. Set Data source for the chart with JavaScript v...

    Learn about the various data sources supported by Aspose.Cells for JavaScript via C++. Our guide will walk you through the different Types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....provide more details about the types of data that can be set for...Setting Chart Data There are two types of data to deal with while working...

    docs.aspose.com/cells/javascript-cpp/data-forma...
  2. Aspose::Words::DocumentBase class | Aspose.Word...

    Aspose::Words::DocumentBase class. Provides the abstract base class for a main document and a glossary document of a Word document. To learn more, visit the documentation article in C++....get_HasChildNodes () Returns true if this node has any child nodes...get_IsComposite () override Returns true as this node can have child...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Comment.Replies | Aspose.Words for .NET

    Discover Comment Replies. Access a collection of Comment objects that are direct responses to your specified comment, enhancing user engagement and interaction.... Comment , true ); // If a comment has no ancestor...comment as opposed to a reply-type comment. // Print all top-level...

    reference.aspose.com/words/net/aspose.words/com...
  4. Comment.Author | Aspose.Words for .NET

    Manage comment authors effortlessly with the Comment Author property. Easily return or set author names to enhance user engagement and content clarity.... Comment , true ); // If a comment has no ancestor...comment as opposed to a reply-type comment. // Print all top-level...

    reference.aspose.com/words/net/aspose.words/com...
  5. Quick Recognition Examples|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....Recognition Recognize Single Barcode Type public void recognizeSingleType...Recognize Multiple Barcode Types public void recognizeMultipleTyp...

    docs.aspose.com/barcode/java/developer-guide/qu...
  6. Aspose::Words::Properties::DocumentProperty::ge...

    Aspose::Words::Properties::DocumentProperty::get_IsLinkToContent method. Shows whether this property is linked to content or not in C++...."MyBookmark" ); ASPOSE_ASSERT_EQ ( true , customProperty -> get_IsLinkToContent...Aspose::Words::Properties::DocumentProperty::Type method Aspose::Words::Prope...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. FieldMacroButton.macro_name property | Aspose.W...

    FieldMacroButton.macro_name property. Gets or sets the name of the macro or command to run.... insert_field ( field_type = aw . fields . FieldType ....FIELD_MACRO_BUTTON , update_field = True ) . as_field_macro_button ()...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ConditionalStyleType enumeration | Aspose.Words...

    Aspose.Words.ConditionalStyleType enumeration. Represents possible table areas to which conditional formatting may be defined in a table style.... // 1 - By style type: tableStyle . conditionalStyles...conditionalStyles . at ( 0 ). type ). toEqual ( aw . ConditionalStyleType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Drawing::Charts::ChartDataTable ...

    Aspose::Words::Drawing::Charts::ChartDataTable class. Allows to specify properties of a chart data table in C++.... The default value is true . get_HasLegendKeys () const...table. The default value is true . get_HasOutlineBorder () const...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 使用 JavaScript 和 C++ 显示或隐藏网格线以及行列标题|Documentation

    本文提供了使用 C++ 的 JavaScript API 的示例代码,用于以编程方式隐藏或显示 Excel 工作表的网格线、行和列标题。...isGridlinesVisible() 是一个布尔型属性,只能存储true或false值。 使网格线可见 通过将 Worksheet...Worksheet.isGridlinesVisible() 属性设置为 true ,使网格线可见。 隐藏网格线 通过将 Worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...