Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 16,778 for

true type

(0.15 sec)
  1. Using Charts to Represent Sequential Data|Aspos...

    Use charts to represent your sequential data when building a report in Java.... Depending on the type of the chart, add x tags to...series. For a chart of another type, add a single x tag to the chart...

    docs.aspose.com/words/java/using-charts-to-repr...
  2. Format PowerPoint Text on Android|Aspose.Slides...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Customize fonts, colors, alignment, and more.... setWholeWordsOnly ( true ); (( AutoShape ) pres . getSlides...setFontBold ( NullableBool . True ); Portion portion2 = new Portion...

    docs.aspose.com/slides/androidjava/text-formatt...
  3. Aspose::Words::Drawing::ImageData class | Aspos...

    Aspose::Words::Drawing::ImageData class. Defines an image for a shape. To learn more, visit the documentation article in C++.... get_HasImage () Returns true if the shape has image bytes...Gets the type of the image. get_IsLink () Returns true if the image...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Saving::RtfSaveOptions class | A...

    Aspose::Words::Saving::RtfSaveOptions class. Can be used to specify additional options when saving a document into the Rtf format. To learn more, visit the documentation article in C++....get_ExportGeneratorName () const When true , causes the name and version...produced files. Default value is true . get_ExportImagesForOldRe ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Create Sunburst Chart in Excel using C# | Sunbu...

    Learn how to create a Sunburst chart in Excel using C#. Step‑by‑step guide and code examples with Aspose.Cells for .NET....API – Full access to chart types, data series, and formatting...Sunburst creates the required chart type. 4 SetChartDataRange links the...

    blog.aspose.com/cells/create-sunburst-chart-in-...
  6. Aspose::Words::Replacing::FindReplaceOptions cl...

    Aspose::Words::Replacing::FindReplaceOptions class. Specifies options for find/replace operations. To learn more, visit the documentation article in C++....get_FindWholeWordsOnly () const True indicates the oldValue must...OfficeMath/>. The default value is true . get_IgnoreShapes () const...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. Image Gridline color different from the color i...

    I am using Aspose.Cells to take snapshot of a range, when I get the image it has gridlines which are thicker and of a different color than in the excel sheet. I took one image using Range.getImage() of excel javascript A…...PrintGridlines = true; worksheet.IsGridlinesVisible = true; ImageOrPrintOptions...ImageOrPrintOptions { OnePagePerSheet = true, ImageType = ImageType.Jpeg...

    forum.aspose.com/t/image-gridline-color-differe...
  8. EditableRangeEnd Class | Aspose.Words for .NET

    Discover the Aspose.Words.EditableRangeEnd class, designed to efficiently manage editable ranges in Word documents for seamless document editing....IsComposite { get; } Returns true if this node can contain other...specified NodeType . GetAncestor ( Type ) Gets the first ancestor of...

    reference.aspose.com/words/net/aspose.words/edi...
  9. ChartSeries Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartSeries class, your key to enhancing chart series properties for dynamic document creation and visualization....SeriesType { get; } Gets the type of this chart series. Smooth...) { series . HasDataLabels = true ; series . Explosion = 40 ;...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in JavaScript by implementing a custom calculation engine using the Aspose.Cells library for JavaScript via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....Engine Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/implement-...