Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 15,930 for

true type

(0.1 sec)
  1. Document class | Aspose.Words for Python

    aspose.words.Document class. Represents a Word document...document can be accessed via typed collections, for example Document...can be selected by their node type using CompositeNode.get_child_nodes()...

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

    aspose.words.reporting.ReportingEngine class. Provides routines to populate template documents with data and a set of settings to control these routines...Properties Name Description known_types Gets an unordered set (i.e....corresponding types’ static members, perform type casts, etc. ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ConditionalStyle class | Aspose.Words for Node.js

    Aspose.Words.ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style... type Gets table area to which this...collection. // 1 - By style type: tableStyle . conditionalStyles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldStyleRef class | Aspose.Words for Python

    aspose.words.fields.FieldStyleRef class. Implements the STYLEREF field...FieldFormat object that provides typed access to field’s formatting...characters. type Gets the Microsoft Word field type. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Rich Text Custom Data Label of Chart Point|Docu...

    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....boldness to true. Related Articles Set the Shape Type of Data Labels...

    docs.aspose.com/cells/java/rich-text-custom-dat...
  6. Question about behavior Mail to PDf Conversion ...

    Hello, if we converting EMails to PDF, the fields FROM and TO contains only the name in the PDF, not the Mail Address. Is it possible to hav the Mail Adress AND the name in the fields FROM, TO, CC, …? Here is our code…...KeepOriginalEmailAdd property to true before saving the message to...mailMessage.KeepOriginalEmailAdd = true; var mhtSaveOptions = new MhtSaveOptions...

    forum.aspose.com/t/question-about-behavior-mail...
  7. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....getExportGeneratorNa() When true , causes the name and version...render. getPrettyFormat() When true , pretty formats output where...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Fields::FieldFileName::get_Inclu...

    Aspose::Words::Fields::FieldFileName::get_IncludeFullPath method. Gets or sets whether to include the full file path name in C++....FieldType :: FieldFileName , true )); field -> Update (); ASSERT_EQ...FieldFileName , true )); field -> set_IncludeFullPath ( true ); field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. AdjustmentCollection | Aspose.Words for Java

    Represents a read-only collection of Adjustment adjust values that are applied to the specified shape in Java....SHAPE, 0, true); AdjustmentCollection adjustments...getChild(NodeType.SHAPE, 0, true); AdjustmentCollection adjustments...

    reference.aspose.com/words/java/com.aspose.word...
  10. Get Inline Error Message - Free Support Forum -...

    Using ReportingEngine to build Word reports with inline error detection enabled via ReportBuildOptions.InlineErrorMessages. Issue: In some cases, especially with complex expressions (e.g., comparing nullable numbers to …...operator '==' to operands of type 'System.Nullable<Int64>' and...InlineErrorMessages property is set to true . Check Doc Range for Errors:...

    forum.aspose.com/t/get-inline-error-message/315601