Sort Score
Result 10 results
Languages All
Labels All
Results 4,541 - 4,550 of 15,990 for

true type

(0.14 sec)
  1. Accessing JSON Data in Java|Aspose.Words for Java

    Learn how to access JSON data while building a report using LINQ in Java....JsonDataSource enables you to work with typed values of JSON elements in template...convenience, the set of simple JSON types is extended as follows: Long...

    docs.aspose.com/words/java/accessing-json-data/
  2. JSON markup|Documentation

    Use the most popular data exchange format for describing complex Aspose.OMR forms as nested data structures....be one of the following data types: string, number / integer, Boolean..."Nested object" } }, "is_json" : true } Aspose.OMR template structure...

    docs.aspose.com/omr/net/json-markup/
  3. FieldType | Aspose.Words for Java

    Specifies Microsoft Word field Types in Java....Specifies Microsoft Word field types. Examples: Shows how to insert...insertField(FieldType.FIELD_DATE, true); field.getFormat().setDateTimeFormat("dddd...

    reference.aspose.com/words/java/com.aspose.word...
  4. Variables in Excel template - Free Support Foru...

    Aspose.Word for Java allows you to define variables within your Word templates, enabling concise expressions. For example, the provided snippet showcases how to iterate through employee data using variables: <<var [empl…...ContainsVariables = true; workbookDesigner.SetDataSource("RootData"...regarding scopes and variable types in Aspose Cells. Scope Name...

    forum.aspose.com/t/variables-in-excel-template/...
  5. How to Format Number to Fraction|Documentation

    This article introduces how to format numbers to fractions using Aspose.Cells for JavaScript via C++ API.... This can be particularly true in formal documents, reports...up to two digits, and even typed fractions. This flexibility...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  6. Aspose::Words::Fonts::FontSubstitutionRule::get...

    Aspose::Words::Fonts::FontSubstitutionRule::get_Enabled method. Specifies whether the rule is enabled or not in C++....SystemFonts , systemFontSource -> get_Type ()); ASSERT_EQ ( 0 , systemFontSource...get_FontInfoSubstitution () -> set_Enabled ( true ); doc -> get_FontSettings ()...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. ListLevelCollection | Aspose.Words for Java

    A collection of list formatting for each level in a list in Java....setBold(true); } DocumentBuilder builder...BLUE); level.getFont().setBold(true); } DocumentBuilder builder...

    reference.aspose.com/words/java/com.aspose.word...
  8. Issues in Parsing a PST File - Free Support For...

    Hi Team we encountered below issues in few of the PST Files which we tried to read via both Java and Dotnet. Unread count shown is incorrect: The folder has a total of 6 mails only but the unread count property of Fol…...MapiMessage shows Has Attachment as true but when tried to get attachments...attJson.put(ZMailDetailKey.FILE_TYPE, getFileExtension(fileName));...

    forum.aspose.com/t/issues-in-parsing-a-pst-file...
  9. NullReferenceException when concatenating files...

    Hi All, We have noticed issue when concatenating pdf files using Aspose.PDF version 24.7.0.0. This problem has been identified on our machines as well as in our clients’ production environments. When calling Concatenat…...setting CopyLogicalStructure to True is what causes the error. Here...CopyOutlines = true, CopyLogicalStructure = true, }; pdfFileEditor...

    forum.aspose.com/t/nullreferenceexception-when-...
  10. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in Java.... Pass to this method the type of the break you need to insert...You need to specify a field type, field code and field value...

    docs.aspose.com/words/java/use-documentbuilder-...