Sort Score
Result 10 results
Languages All
Labels All
Results 5,341 - 5,350 of 16,706 for

true type

(0.1 sec)
  1. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    Discover how to use HtmlSaveOptions ExportShapesAsSvg to convert Shape nodes to SVG images when saving to HTML, MHTML, EPUB, or AZW3 formats....Remarks If this option is set to true , Shape nodes are exported as..."ExportTextBoxAsSvg" flag to "true", // the save operation will...

    reference.aspose.com/words/net/aspose.words.sav...
  2. LayoutOptions.keep_original_font_metrics proper...

    LayoutOptions.keep_original_font_metrics property. Gets or sets an indication of whether the original font metrics should be used after font substitution... Default is True . @property def keep_original_font_metrics...font_info_substitution . enabled = True # Original font metrics should...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::LowCode::MailMergeOptions::get_U...

    Aspose::Words::LowCode::MailMergeOptions::get_UseNonMergeFields method. When True, specifies that in addition to MERGEFIELD fields, mail merge is performed into some other Types of fields and also into "{{fieldName}}" tags in C++....eNonMergeFields method When true , specifies that in addition...is performed into some other types of fields and also into “{{fieldName}}”...

    reference.aspose.com/words/cpp/aspose.words.low...
  4. LINQ Report Engine - When using XmlDataSource n...

    Hi, When iterating an element array from the datasource the report is coming as blank for the below input xml and the template. Input Xml <data> <testData> <persons> <department>IT</department> <c…...setAlwaysGenerateRoo(true); XmlDataSource xmlDataSource...testData.persons.person[../@type='main']]>> // example using...

    forum.aspose.com/t/linq-report-engine-when-usin...
  5. Visual Studio Export GridView To Word Control|A...

    How to export contents of GridView into Word Processing document using Aspose.Words in C#....by this control Property Name Type Example/Possible values Description...ExportInLandscape bool true or false If true it changes the orientation...

    docs.aspose.com/words/net/visual-studio-export-...
  6. ChartDataTable.has_horizontal_border property |...

    ChartDataTable.has_horizontal_border property. Gets or sets a flag indicating whether a horizontal border of the data table is displayed... The default value is True . @property def has_horizontal_border...builder . insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Run Aspose.CAD Docker image in Azure Fun...

    Run Aspose.CAD Docker image in Azure Function....header("Content-type", "image/png") .header("Content-Disposition"...Logging__Console__IsEnabled=true COPY --from=installer-env [...

    docs.aspose.com/cad/java/how-to-run-aspose-cad-...
  8. BuiltInDocumentProperties.author property | Asp...

    BuiltInDocumentProperties.author property. Gets or sets the name of the document's author.... insert_field ( field_type = aw . fields . FieldType ....FIELD_AUTHOR , update_field = True ) # 2 - "Title" property, which...

    reference.aspose.com/words/python-net/aspose.wo...
  9. BuiltInDocumentProperties.title property | Aspo...

    BuiltInDocumentProperties.title property. Gets or sets the title of the document.... insert_field ( field_type = aw . fields . FieldType ....FIELD_AUTHOR , update_field = True ) # 2 - "Title" property, which...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DOCX file which was generated from HTML using Aspose.Words. Now I want to modify this DOCX so that: Figures (images with captions) only appear on even-numbered pages. Other content (paragraphs, tables, e…...document to determine their types (text or image). Create a new...getChildNodes(NodeType.ANY, true)) { if (node.getNodeType() ==...

    forum.aspose.com/t/move-figures-to-even-pages-a...