Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 17,234 for

true type

(0.31 sec)
  1. Throw exception in contact using aspose api - F...

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; …...ContainerClass); //Add redifine folder Types//........ ageDict.Add("Address...GetAllOlmFolders(olmFilePath); string Type; for (int i = 0; i < folders...

    forum.aspose.com/t/throw-exception-in-contact-u...
  2. FontSettings.set_fonts_folder method | Aspose.W...

    FontSettings.set_fonts_folder method. Sets the folder where Aspose.Words looks for TrueType fonts when rendering documents or embedding fonts... Parameter Type Description font_folder str...TrueType fonts. recursive bool True to scan the specified folders...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::WebExtensions::BaseWebExtensionC...

    Aspose::Words::WebExtensions::BaseWebExtensionCollection::Add method. Adds specified item to the collection in C++....>:: Add ( T item ) Parameter Type Description item T Item for...myScriptTaskPane -> set_IsVisible ( true ); myScriptTaskPane -> set_Width...

    reference.aspose.com/words/cpp/aspose.words.web...
  4. IFieldDatabaseProvider | Aspose.Words for Java

    Implement this interface to provide data for the FieldDatabase field when its updated in Java....FIELD_DATABASE, true); field.setFileName(getDatabaseDir()...insertField(FieldType.FIELD_DATABASE, true); field.setFileName(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Product Overview | Aspose.Font for JavaScript

    JavaScript APIs for the developers to manipulate font files. Here you will find Aspose.Font API Solution for JavaScript overview....information for all the font types for the representation of mapping...Save Remarks TTF True Type Font TTC True Type Collections OpenType...

    docs.aspose.com/font/javascript-cpp/product-ove...
  6. Configuration Parameters|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Parameter name Description FORMAT_TYPE Can be set to “EXCEL97TO2003”...color scheme. IS_DETECT_CELL_TYPE Flag used to indicate whether...

    docs.aspose.com/cells/jasperreports/configurati...
  7. ShapeBase.ShapeType | Aspose.Words for .NET

    Discover the ShapeBase ShapeType property to easily access and define your shape Types, enhancing your design capabilities and project efficiency....ShapeType property Gets the shape type. public ShapeType ShapeType...That ( group . IsGroup , Is . True ); builder . InsertNode ( group...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::Document::Save method | Aspose.W...

    Aspose::Words::Document::Save method. Saves the document to a stream using the specified format in C++....SaveFormat saveFormat ) Parameter Type Description stream const Sy...> & saveOptions ) Parameter Type Description stream const Sy...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. FieldPrint Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldPrint class for seamless PRINT field implementation. Enhance your document processing with powerful features today!...FieldFormat object that provides typed access to field’s formatting...virtual Type { get; } Gets the Microsoft Word field type. Methods...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Word 有序列表、嵌套列表解析失效 - Free Support Forum - aspos...

    当前使用版本 Aspose.Words for Java 23.10 ,使用时发现三个列表解析问题: 1、无法解析成嵌套列表 2、无法解析成嵌套列表,而且缩进变成了   空格符代替 3、不同序号类型无法解析成序号,全部是p 标签 参考附件: xuhao.docx (12.1 KB)...PARAGRAPH, true)) { if (paragraph.isListItem())...元素; 还有三个问题: 1、ol 的type 属性如何保持原样,现在解析很多都默认为 type=“1”,不符合文档中的原值 2、ol...

    forum.aspose.com/t/word/315453