Sort Score
Result 10 results
Languages All
Labels All
Results 5,521 - 5,530 of 15,930 for

true type

(0.17 sec)
  1. WarningInfoCollection.clear method | Aspose.Wor...

    WarningInfoCollection.clear method. Removes all elements from the collection.... enabled = True # Original font metrics should...keep_original_font_metrics = True # We will get a font substitution...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HtmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.HtmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.HTML](../../aspose.words/saveformat/#HTML), [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML), [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB), [SaveFormat.AZW3](../../aspose.words/saveformat/#AZW3) or [SaveFormat.MOBI](../../aspose.words/saveformat/#MOBI) format... css_style_sheet_type Specifies how CSS (Cascading... export_generator_name When True , causes the name and version...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...available (removing the redundant type check) if (source.getListFormat()..."C:\\MyFonts", "D:\\OtherFonts" }, true); Document doc = new Document("source...

    forum.aspose.com/t/some-styles-were-not-copied-...
  4. 请问怎么提取docx文件批注内容和他批注的文字位置内容 - Free Support Foru...

    请问怎么提取docx文件批注内容和他批注的文字位置内容 类似这种 字典的值应该是地址什么什么。值是批注内容...COMMENT, true)) { // 获取批注内容 String commentText...get_child_nodes(aw.NodeType.COMMENT, True) comments_range_start = doc...

    forum.aspose.com/t/docx/316434
  5. Chart.data_table property | Aspose.Words for Py...

    Chart.data_table property. Provides access to properties of a data table of this chart... insert_chart ( chart_type = aw . drawing . charts . ChartType...data_table data_table . show = True data_table . has_legend_keys...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataTable.format property | Aspose.Words f...

    ChartDataTable.format property. Provides access to fill of text background and border formatting of the data table.... insert_chart ( chart_type = aw . drawing . charts . ChartType...data_table data_table . show = True data_table . has_legend_keys...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...<head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">...getChildNodes(NodeType.PARAGRAPH, true)) { String className = para...

    forum.aspose.com/t/html-to-docx-transformation-...
  8. ListFormat.isListItem property | Aspose.Words f...

    ListFormat.isListItem property. True when the paragraph has bulleted or numbered formatting applied to it....isListItem property True when the paragraph has bulleted...the list. // Below are two types of lists that we can create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Framesets::FramesetCollection cl...

    Aspose::Words::Framesets::FramesetCollection class. Represents a collection of instances of the Frameset class. To learn more, visit the documentation article in C++....System::TypeInfo&) const override static Type () virtualizeBeginConst () const...const_iterator iterator iterator_holder_type virtualized_iterator virtua...

    reference.aspose.com/words/cpp/aspose.words.fra...
  10. MappedDataFieldCollection | Aspose.Words for Java

    Allows to automatically map between names of fields in your data source and names of mail merge fields in the document in Java....dataTable; } Parameters: Parameter Type Description documentFieldName...dataTable; } Parameters: Parameter Type Description documentFieldName...

    reference.aspose.com/words/java/com.aspose.word...