Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 17,463 for

true type

(1.18 sec)
  1. Fields Overview in Python|Aspose.Words for Pyth...

    You can access field modifying using Python. Fields of the document are loaded into the Aspose.Words Document Object Model (DOM)....details the supported field types, updating, parsing, and formatting...This can be made up of various types of content ranging from runs...

    docs.aspose.com/words/python-net/fields-overview/
  2. Add Figures Annotations using Python|Aspose.PDF...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for Python via .NET...annotation refers to a specific type of annotation that is represented...Rectangle ( 60 , 600 , 250 , 450 , True )) squareAnnotation . title...

    docs.aspose.com/pdf/python-net/figures-annotation/
  3. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_CategoryType method. Gets or sets Type of the category axis in C++....oryType method Gets or sets type of the category axis. Aspose...yAxis -> set_ReverseOrder ( true ); yAxis -> set_MajorTickMark...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata of a PSB file approximately 2.7GB in size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds of the ar…...when I set the ReadOnlyMode = true, the file is being saved but...effects UseDiskForLoadEffect = true // Prevents high RAM usage for...

    forum.aspose.com/t/index-was-outside-the-bounds...
  5. Aspose::Words::Lists::ListLabel class | Aspose....

    Aspose::Words::Lists::ListLabel class. Defines properties specific to a list label. To learn more, visit the documentation article in C++....System::TypeInfo&) const override static Type () Examples Shows how to extract...Words :: NodeType :: Paragraph , true ); // Find if we have the paragraph...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. Aspose::Words::Fields::FieldBuilder class | Asp...

    Aspose::Words::Fields::FieldBuilder class. Builds a field from field code tokens (arguments and switches). To learn more, visit the documentation article in C++....System::TypeInfo&) const override static Type () Examples Shows how to construct...on the true/false value of its expression. To get a true/false...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. 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...
  8. Shape.Chart | Aspose.Words for .NET

    Unlock chart properties with Shape Chart. Enhance your visual data presentation effortlessly and maximize your insights today!...only if HasChart property is true for this Shape , and will throw...AppendLine ( $"Ole found of type: {shape.OleFormat.ProgId}" );...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Shape.ExtrusionEnabled | Aspose.Words for .NET

    Discover if the Shape Extrusion feature is active. Easily enhance your designs with stunning 3D effects for a professional touch!...ExtrusionEnabled property Returns true if an extrusion effect is enabled...AppendLine ( $"Ole found of type: {shape.OleFormat.ProgId}" );...

    reference.aspose.com/words/net/aspose.words.dra...
  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-...