Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 16,757 for

true type

(0.2 sec)
  1. Using OnAjaxCallFinishedClientFunction of GridW...

    This article introduces how to work with OnAjaxCallFinishedClientFunction in GridWeb....Language = "C#" AutoEventWireup = "true" CodeFile = "TestGridWeb.aspx...GridWeb </ title > < script type = "text/javascript" > var updateCells...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. Section Break as revision - How to get that spe...

    Hello Aspose Team, I have a specific situation in my Word file: I need to find revisions which are actually Section Breaks and then accept those revisions programmatically. I am using Java and Aspose.Words. Is there a …...RevisionType type = rev.getRevisionType(); if (type != RevisionType...RevisionType.INSERT && type != RevisionType.DELETE) continue; // The...

    forum.aspose.com/t/section-break-as-revision-ho...
  3. Configuring Fonts for Rendering Spreadsheets wi...

    Learn how to configure fonts for rendering spreadsheets using Aspose.Cells for Node.js via C++. Ensure fonts are available for optimal conversion fidelity....accept a Boolean‑type second parameter. Passing true as the second...setFontFolder ( fontFolder1 , true ); // Setting both font folders...

    docs.aspose.com/cells/nodejs-cpp/configuring-fo...
  4. Aspose::Words::Comparing::AdvancedCompareOption...

    Aspose::Words::Comparing::AdvancedCompareOptions class. Allows to set advanced compare options in C++.... static Type () Examples Shows how to compare...() -> set_IgnoreStoreItemId ( true ); docA -> get_Revisions ()...

    reference.aspose.com/words/cpp/aspose.words.com...
  5. Aspose::Words::Fields::FieldComments::get_Text ...

    Aspose::Words::Fields::FieldComments::get_Text method. Gets or sets the text of the comments in C++....FieldType :: FieldComments , true )); field -> Update (); ASSERT_EQ...Aspose::Words::Fields::FieldComments::Type method Aspose::Words::Field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. IStructuredDocumentTag class | Aspose.Words for...

    aspose.words.markup.IStructuredDocumentTag class. Interface to define a common data for [StructuredDocumentTag](../structureddocumenttag/) and [StructuredDocumentTagRangeStart](../structureddocumenttagrangestart/).... is_multi_section Returns true if this instance is a ranged...lock_content_control When set to true, this property will prohibit...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 使用C++通过JavaScript插入微型图|Documentation

    使用Aspose.Cells for JavaScript via C++为Excel创建微型图。...Sparklines Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  8. Manage Callouts in Presentation Charts in .NET|...

    Create and style callouts in Aspose.Slides for .NET with concise C# code examples, compatible with PPT and PPTX to automate presentation workflows.... ShowValue = true ; chart . ChartData . Series...DefaultDataLabelForm . ShowLabelAsDataCallo = true ; chart . ChartData . Series...

    docs.aspose.com/slides/net/callout/
  9. 通过 C++ 使用 JavaScript 自动调整行高以进行渲染|Documentation

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中自动调整行高以进行渲染,防止文本被截断到已保存的 PDF 文件中。...PDF Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  10. ChartDataLabel | Aspose.Words for Java

    Represents data label on a chart point or trendline in Java....hasDataLabels(true); series.setExplosion(40); for...getDataLabels().get(i).setShowCategoryName(true); series.getDataLabels().get(i)...

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