Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 16,264 for

true type

(0.1 sec)
  1. BuildingBlockType Enum | Aspose.Words for .NET

    Explore the Aspose.Words BuildingBlockType enum to enhance document functionality in Microsoft Word. Unlock unique building block visibility and behavior!...Specifies a building block type. The type might affect the visibility...Value Description None 0 No type information is specified for...

    reference.aspose.com/words/net/aspose.words.bui...
  2. PageInfo | Aspose.Words for Java

    Represents information about a particular document page in Java....Description getColored() Returns true if the page contains colored...points. getLandscape() Returns true if the page orientation specified...

    reference.aspose.com/words/java/com.aspose.word...
  3. Setting Chart Appearance with JavaScript via C+...

    Learn how to configure the appearance of charts in Aspose.Cells for JavaScript via C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....a brief introduction to the types of charts and charting objects...Cells Example </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/javascript-cpp/setting-ch...
  4. Aspose::Words::Markup::CustomPart::get_IsExtern...

    Aspose::Words::Markup::CustomPart::get_IsExternal method. False if this custom part is stored inside the OOXML package. True if this custom part is an external target in C++.... True if this custom part is an external...String :: Format ( u " \t Content type: \t\t {0}" , enumerator -> get_Current...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. BaseWebExtensionCollection1.Add | Aspose.Words ...

    Discover how to enhance your projects with the BaseWebExtensionCollection Add method. Effortlessly add items to your collection for seamless integration....void Add ( T item ) Parameter Type Description item T Item for...myScriptTaskPane . IsVisible = true ; myScriptTaskPane . Width =...

    reference.aspose.com/words/net/aspose.words.web...
  6. FontSubstitutionRule.enabled property | Aspose....

    FontSubstitutionRule.enabled property. Specifies whether the rule is enabled or not.... type ) self . assertEqual ( 0 , system_font_source...font_info_substitution . enabled = True doc . font_settings . substitution_settings...

    reference.aspose.com/words/python-net/aspose.wo...
  7. AnswerSheet|Documentation

    AnswerSheet element generates a numbered matrix of bubbles arranged in multiple columns to make more efficient use of space....declared as an object with "element_type": "AnswerSheet" property. The...elements_count property. { "element_type" : "AnswerSheet" , "elements_count"...

    docs.aspose.com/omr/net/json-markup/answersheet/
  8. 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...
  9. MailMergerContext.set_simple_data_source method...

    MailMergerContext.set_simple_data_source method. Sets data source used to execute simple mail merge.... Parameter Type Description field_names List[str]...mail_merge_options . trim_whitespaces = True aw . lowcode . MailMerger ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment o…...the EmbedFullFonts property to true . This ensures that the exact...PdfSaveOptions(); options.EmbedFullFonts = true; Use Core Fonts : If your document...

    forum.aspose.com/t/pdf-rendition-is-not-getting...