Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 16,211 for

true type

(0.33 sec)
  1. Aspose::Words::Saving::OoxmlSaveOptions class |...

    Aspose::Words::Saving::OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the Docx, Docm, Dotx, Dotm or FlatOpc 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_ImlRenderingMode () const...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::ConditionalStyleCollection::GetE...

    Aspose::Words::ConditionalStyleCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all conditional styles in the collection in C++.... // 1 - By style type: tableStyle -> get_ConditionalStyles... () -> idx_get ( 0 ) -> get_Type ()); // 3 - As a property: tableStyle...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. Insert Sparklines in Excel using C#

    This article provides a guide on how to insert sparklines in Excel using C#. It has IDE settings, steps, and a sample code to display sparklines charts using C#.... Add sparkline group of type SparklineType.Line, data range...and ShowLowPoint properties to true for the group. Similarly, you...

    kb.aspose.com/cells/net/insert-sparklines-in-ex...
  4. Aspose::Words::Saving::HtmlFixedSaveOptions cla...

    Aspose::Words::Saving::HtmlFixedSaveOptions class. Can be used to specify additional options when saving a document into the HtmlFixed format. To learn more, visit the documentation article in C++....Default value is new UTF8Encoding(true) (UTF-8 with BOM). get_ExportEmbeddedCss...Html document. Default value is true . get_ExportFormFields () const...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Aspose::Words::Revision class | Aspose.Words fo...

    Aspose::Words::Revision class. Represents a revision (tracked change) in a document node or style. Use RevisionType to check the Type of this revision. To learn more, visit the documentation article in C++....Use RevisionType to check the type of this revision. To learn more...property will work for any revision type other than StyleDefinitionChang...

    reference.aspose.com/words/cpp/aspose.words/rev...
  6. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. Copy sections between Documents.... Types of a Section Break Aspose.Words...enumeration to choose a break type that applies only for the first...

    docs.aspose.com/words/net/working-with-sections/
  7. Data Label FormatCode in Charts Has No Effect D...

    Hello Aspose Support, I’m experiencing an issue with chart data labels in Aspose.Words for .NET. While it’s technically possible to set a custom FormatCode for ChartDataLabels, it appears to have no effect on the final …...API to define the cell format type (e.g., percent, number, text)...AxisX.AxisBetweenCategorie = true; chart.AxisX.Hidden = false;...

    forum.aspose.com/t/data-label-formatcode-in-cha...
  8. Read Barcode Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata... IsReaderInitializati = true ; gen . Save ( $"{path}ExtPDF417MetaReaderI...Barcode . Pdf417 . IsLinked = true ; gen . Save ( $"{path}ExtPDF417MetaLinked...

    docs.aspose.com/barcode/net/read-barcode-metadata/
  9. Aspose::Words::HeaderFooter::HeaderFooter const...

    Aspose::Words::HeaderFooter::HeaderFooter constructor. Creates a new header or footer of the specified Type in C++....header or footer of the specified type. Aspose :: Words :: HeaderFooter...headerFooterType ) Parameter Type Description doc const Syste...

    reference.aspose.com/words/cpp/aspose.words/hea...
  10. Creating Pie Chart with Leader Lines using Node...

    Learn how to use Aspose.Cells for Node.js via C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....place, we will add a Chart of type ChartType.Pie to the collection...getNSeries (). add ( "B1:B16" , true ); // Set category data range...

    docs.aspose.com/cells/nodejs-cpp/creating-pie-c...