Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 15,886 for

true type

(0.15 sec)
  1. Get Range with External Links using Node.js via...

    Learn how to get ranges with external links using Aspose.Cells for Node.js via C++. Retrieve data from different Excel files efficiently.... method returns an array of type ReferredArea . The ReferredArea...namedRange . getReferredAreas ( true ); if ( referredAreas ) { referredAreas...

    docs.aspose.com/cells/nodejs-cpp/get-range-with...
  2. Formatting Pivot Table|Documentation

    How to format pivot table with Aspose.Cells for Python via .NET.... How to Set the AutoFormat Type Microsoft Excel offers a number...PivotTable.is_auto_format to true . Assign a formatting option...

    docs.aspose.com/cells/python-net/formatting-piv...
  3. Formatting Pivot Table|Documentation

    How to format pivot table with Aspose.Cells for Node.js via C++.... How to Set the AutoFormat Type Microsoft Excel offers a number...PivotTable.setIsAutoFormat(value) to true . Assign a formatting option...

    docs.aspose.com/cells/nodejs-cpp/formatting-piv...
  4. Aspose::Words::Drawing::Charts::ChartLegend cla...

    Aspose::Words::Drawing::Charts::ChartLegend class. Represents chart legend properties. To learn more, visit the documentation article in C++.... static Type () Examples Shows how to edit...legend. legend -> set_Overlay ( true ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Inlining Syntax Error Messages into Templates i...

    Learn how to enable inline syntax error message into the template document at the exact position using LINQ in C#....BuildReport overloads return true if there were no template syntax...in C# Restricting Access to Type Members in C# Related articles...

    docs.aspose.com/words/net/inlining-syntax-error...
  6. Specify Rendering Options When Converting to PD...

    Convert a document to PDF with advanced options. Use PdfSaveOptions to change the result of saving a document to PDF format using Java.... Microsoft Word has more types of forms, for example, calendar...document, set EmbedFullFonts to true To subset fonts when saving...

    docs.aspose.com/words/java/specify-rendering-op...
  7. Shape.HasChart | Aspose.Words for .NET

    Discover if your Shape features a Chart with the HasChart property. Enhance your data visualization effortlessly!...HasChart property Returns true if this Shape has a Chart ....AppendLine ( $"Ole found of type: {shape.OleFormat.ProgId}" );...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Shape.ShadowEnabled | Aspose.Words for .NET

    Discover how the Shape ShadowEnabled property enhances your designs by enabling shadow effects for a more dynamic visual appeal....ShadowEnabled property Returns true if a shadow effect is enabled...AppendLine ( $"Ole found of type: {shape.OleFormat.ProgId}" );...

    reference.aspose.com/words/net/aspose.words.dra...
  9. NodeCollection.Insert | Aspose.Words for .NET

    Effortlessly insert nodes into your NodeCollection at any index with our streamlined Insert method. Enhance your data management today!...index , Node node ) Parameter Type Description index Int32 The.... Contains ( newRun ), Is . True ); Assert . That ( doc . GetText...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Charts are not replacing at correct tag positio...

    Hello Team , We are replacing charts and table to the required tag position in template , tables are replacing properly at desired tag position, but same is not happen for Chart , I have attach console application code …...you specify the correct chart type and dimensions. Positioning...FindReplaceOptions(); opt.UseSubstitutions = true; doc.Range.Replace(placeholder...

    forum.aspose.com/t/charts-are-not-replacing-at-...