Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 16,757 for

true type

(0.23 sec)
  1. Read and Write Table with Query Table Data Sour...

    Learn how to read and write a table with a QueryTable data source using Aspose.Cells for Node.js via C++....); // Check the data source type to see if it is a query table...) { table . setShowTotals ( true ); } // Save the file workbook...

    docs.aspose.com/cells/nodejs-cpp/read-and-write...
  2. Determine if Shape is Smart Art Shape with Node...

    Learn how to determine if a shape in Excel is a Smart Art shape using Aspose.Cells for Node.js via C++....Output Is Smart Art Shape : True AI Document Assistant Close...C++ Extract Text from the Gear Type SmartArt Shape with Node.js...

    docs.aspose.com/cells/nodejs-cpp/determine-if-s...
  3. Aspose::Words::Document::UpdateWordCount method...

    Aspose::Words::Document::UpdateWordCount method. Updates word count properties of the document in C++....UpdateWordCount overload and pass true value as a parameter to do that...()); doc -> UpdateWordCount ( true ); ASSERT_EQ ( 4 , doc -> g...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. DocumentPartSavingArgs | Aspose.Words for Java

    Provides data for the IDocumentPartSavingCallback.documentPartSavingcom.aspose.words.DocumentPartSavingArgs callback in Java....format("{0} part {1}, of type {2}.{3}", mOutFileName, ++mCount...MessageFormat.format("{0} shape {1}, of type {2}.{3}", mOutFileName, ++mCount...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::FileFormatUtil::ImageTypeToExten...

    Aspose::Words::FileFormatUtil::ImageTypeToExtension method. Converts an Aspose.Words image Type enumerated value into a file extension. The returned extension is a lower-case string with a leading dot in C++....Words image type enumerated value into a file...Words :: NodeType :: Shape , true ); ASSERT_EQ ( 9 , shapes ->...

    reference.aspose.com/words/cpp/aspose.words/fil...
  6. FieldUpdatingProgressArgs.TotalFieldsCount | As...

    Discover the TotalFieldsCount property in FieldUpdatingProgressArgs to efficiently track and manage field updates for enhanced performance.... True ); } /// <summary> /// Implement...Field field ) { if ( field . Type == FieldType . FieldAuthor )...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Terminator shape bumed from one side. and it is...

    Hi Team, I am using Aspose diagram to create the visio and converting visio to pdf. Cdde snippet- image.png (134.8 KB) Issue I am getting image.png (4.2 KB) The shape I am expecting image.png (4.1 KB) Package I a…...AspectRatioLocked property to true . This will ensure that the...object shape.AspectRatioLocked = true; // Set the desired width and...

    forum.aspose.com/t/terminator-shape-bumed-from-...
  8. FontSubstitutionWarningInfo | Aspose.Words for ...

    Contains information about a font substitution warning that Aspose.Words issued during document loading or saving in Java....getWarningType() Returns the type of the warning. getDescription()...getFontInfoSubstitut().setEnabled(true); // Original font metrics should...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Comment::get_Replies method | As...

    Aspose::Words::Comment::get_Replies method. Returns a collection of Comment objects that are immediate children of the specified comment in C++....Words :: NodeType :: Comment , true ); // If a comment has no ancestor...comment as opposed to a reply-type comment. // Print all top-level...

    reference.aspose.com/words/cpp/aspose.words/com...
  10. Merging and Unmerging Cells with JavaScript via...

    Aspose.Cells is a JavaScript library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, with options for customizing the merged cell style....Cells Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/merging-an...