Sort Score
Result 10 results
Languages All
Labels All
Results 5,671 - 5,680 of 16,760 for

true type

(0.08 sec)
  1. XlsxSaveOptions class | Aspose.Words for Python

    aspose.words.saving.XlsxSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XLSX](../../aspose.words/saveformat/#XLSX) format...) export_generator_name When True , causes the name and version...produced files. Default value is True . (Inherited from SaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Markup::XmlMapping::Delete metho...

    Aspose::Words::Markup::XmlMapping::Delete method. Deletes mapping of the parent structured document to XML data in C++....org/2001/XMLSchema'" ); ASSERT_TRUE ( tag -> get_XmlMapping () ->...Aspose::Words::Markup::XmlMapping::Type method Aspose::Words::Marku...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. Document Formatting changes after comparison - ...

    I am doing comparison between two docx files. The resultant files formatting changes a bit especially when it comes to lists or nested items. original_content = await original.read() modified_content = await modified.re…...ignore_formatting = True compare_options.ignore_footnotes = True compare_options...ignore_headers_and_footers = True original_doc.compare(modified_doc...

    forum.aspose.com/t/document-formatting-changes-...
  4. Paragraph.is_end_of_section property | Aspose.W...

    Paragraph.is_end_of_section property. True if this paragraph is the last paragraph in the [Body](../../body/) (main text story) of a [Section](../../section/); false otherwise....is_end_of_section property True if this paragraph is the last...insertion_destination . node_type == aw . NodeType . PARAGRAPH...

    reference.aspose.com/words/python-net/aspose.wo...
  5. WebExtensionReference.version property | Aspose...

    WebExtensionReference.version property. Specifies the version of the web extension.... is_visible = True my_script_task_pane . width...my_script_task_pane . is_locked = True # If there are multiple task...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Framesets::Frameset class | Aspo...

    Aspose::Words::Framesets::Frameset class. Represents a frames page or a single frame on a frames page. To learn more, visit the documentation article in C++.... static Type () Examples Shows how to access...get_FrameDefaultUrl ()); ASSERT_TRUE ( doc -> get_Frameset () ->...

    reference.aspose.com/words/cpp/aspose.words.fra...
  7. ChartDataLabel.position property | Aspose.Words...

    ChartDataLabel.position property. Gets or sets the position of the data label....the following chart series types: ChartSeriesType.BAR , ChartSeriesType...builder . insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert Word Form Fields to PDF Form fields - F...

    Hi, If I have a word document with Form Fields, then how can I convert the document to PDF document with PDF Form Fields. Currently if I do doc.Save() with target file extension as PDF, it just converts the word to PDF …...PreserveFormFields property to true when saving the document as...and set PreserveFormFields to true PdfSaveOptions saveOptions =...

    forum.aspose.com/t/convert-word-form-fields-to-...
  9. 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...
  10. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...LinkToPrevious(true); } } // Usage Document doc...get_child_nodes(aw.NodeType.SHAPE, True) for shape in shapes: z_order...

    forum.aspose.com/t/how-to-add-watermark-to-docs...