Sort Score
Result 10 results
Languages All
Labels All
Results 5,561 - 5,570 of 16,871 for

true type

(0.07 sec)
  1. HtmlFixedSaveOptions class | Aspose.Words for N...

    Aspose.Words.Saving.HtmlFixedSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.HtmlFixed](../../aspose.words/saveformat/#HtmlFixed) format... Default value is true . exportFormFields Gets or sets...graphics. exportGeneratorName When true , causes the name and version...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldToc.sequence_separator property | Aspose.W...

    FieldToc.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers.... insert_field ( field_type = aw . fields . FieldType .... FIELD_TOC , update_field = True ) . as_field_toc () # SEQ fields...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImportFormatOptions.ignore_header_footer proper...

    ImportFormatOptions.ignore_header_footer property. Gets or sets a boolean value that specifies that source formatting of headers/footers content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... The default value is True . @property def ignore_header_footer...MY_DIR + 'Header and footer types.docx' ) # If 'IgnoreHeaderFooter'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Generate PDF417 and Micro PDF417 Barcodes in Ja...

    Aspose.BarCode for JavaScript via C++ can be used to generate different Types of PDF417 and Micro PDF417 barcodes.... Macro PDF417 A type of PDF417 with additional metadata.... Pdf417 . Pdf417Truncate = true ; // Set to truncated (compact)...

    docs.aspose.com/barcode/javascript-cpp/pdf417-b...
  5. HtmlMetafileFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlMetafileFormat enum for seamless metafile saving in HTML documents. Enhance your document conversion experience today!...HtmlLoadOptions { ConvertSvgToEmf = true }; Document doc = new Document...-aw-top-pos:0pt; -aw-wrap-type:inline\" />" + "</p>" ), Is . True ); break ;...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Font is wrong when converting Excel to HTML - F...

    When converting an excel file to html, the font is messed up. In excel it looks like: image.png (10.0 KB) In the html preview it looks like: image.png (5.7 KB) We’re using aspose cells for java version 24.9. I also…...fonts // The second argument (true) tells Aspose to scan sub‑folders...setFontFolder("C:/MyCustomFonts", true); // 3️⃣ Prepare HTML save options...

    forum.aspose.com/t/font-is-wrong-when-convertin...
  7. 使用 Python 將水印添加到 ODP 演示文件 | products.aspose.com

    Python 源代碼,用於將水印添加到 ODP 演示文稿。...select_locked = True watermarkShape . shape_lock . size_locked = True watermarkShape... shape_lock . text_locked = True watermarkShape . shape_lock...

    products.aspose.com/slides/zh-hant/python-net/w...
  8. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for C++ and speed up presentation editing and data updates....ITable interface, and many other types. Set the First Row as a Header...header tbl -> set_FirstRow ( true ); Clone a Table Row or Column...

    docs.aspose.com/slides/cpp/manage-rows-and-colu...
  9. IChartDataPoint.bubble_3d property | Aspose.Wor...

    IChartDataPoint.bubble_3d property. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.... insert_chart ( chart_type = aw . drawing . charts . ChartType...series [ 0 ] . has_data_labels = True chart . series [ 0 ] . data_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Inserting Fields in Python|Aspose.Words for Pyt...

    Insert fields into a document in Python in different ways: using `DocumentBuilder` or DOM (Document Object Model)....demonstrates how to insert various types of fields into a Word document...You can also insert various types of fields using Aspose.Words...

    docs.aspose.com/words/python-net/inserting-fields/