Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 16,528 for

true type

(0.32 sec)
  1. FieldUserInitials Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldUserInitials class to easily implement USERINITIALS fields, enhancing document personalization and user engagement....FieldFormat object that provides typed access to field’s formatting...virtual Type { get; } Gets the Microsoft Word field type. UserInitials...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Comment.set_text method | Aspose.Words for Python

    Comment.set_text method. This is a convenience method that allows to easily set text of the comment.... Parameter Type Description text str The new...( aw . NodeType . COMMENT , True ) . count ) # Comments that...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartAxis.CrossesAt | Aspose.Words for .NET

    Discover the ChartAxis CrossesAt property to easily define intersection points on your chart's perpendicular axis for enhanced data visualization....units are determined by the type of axis. When the axis is a...axis . AxisBetweenCategorie = true ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Comment.addReply method | Aspose.Words for Node.js

    Comment.addReply method. Adds a reply to this comment...., text : string ) Parameter Type Description author string The...( aw . NodeType . Comment , true ). count ). toEqual ( 2 ); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Comment.setText method | Aspose.Words for Node.js

    Comment.setText method. This is a convenience method that allows to easily set text of the comment....( text : string ) Parameter Type Description text string The...( aw . NodeType . Comment , true ). count ). toEqual ( 2 ); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Document::AppendDocument method ...

    Aspose::Words::Document::AppendDocument method. Appends the specified document to the end of this document in C++....importFormatMode ) Parameter Type Description srcDoc const Sy...importFormatOptions ) Parameter Type Description srcDoc const Sy...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. FieldTime class | Aspose.Words for Python

    aspose.words.fields.FieldTime class. Implements the TIME field...FieldFormat object that provides typed access to field’s formatting...from Field ) type Gets the Microsoft Word field type. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionCollection.Item | Aspose.Words for .NET

    Access specific revisions effortlessly with the RevisionCollection Item property. Quickly retrieve revisions by index for streamlined data management.... True ); Assert . That ( doc . Revisions...first revision is an insertion-type revision. Revision revision...

    reference.aspose.com/words/net/aspose.words/rev...
  9. 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...
  10. Convert HTML to PDF|Aspose.PDF for PHP via Java

    Learn how to easily convert HTML documents to PDF format using Aspose.PDF in PHP and Java.... We can set device type using HtmlMediaType class. //...$loadOption -> setEmbedFonts ( true ); // Create a new Document...

    docs.aspose.com/pdf/php-java/convert-html-to-pdf/