Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 17,154 for

true type

(1.18 sec)
  1. Manage Text Boxes in Presentations Using JavaSc...

    Aspose.Slides for Node.js makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....); // Adds an AutoShape with type set as Rectangle var ashp =...the isTextBox property returns true . var presentation = new aspose...

    docs.aspose.com/slides/nodejs-java/manage-textbox/
  2. OCR.AsposeOcr Issue - Free Support Forum - aspo...

    I tried the following sample snippets but got error “The Type initializer for '​ ’ threw an exception. - The Type initializer for ‘Microsoft.ML.OnnxRuntime.NativeMethods’ threw an exception.” at this line var res = api.R…...snippets but got error “ The type initializer for ' ’ threw an...an exception. - The type initializer for ‘Microsoft.ML.OnnxRuntime...

    forum.aspose.com/t/ocr-asposeocr-issue/249552
  3. Formatting Pivot Table with Golang via C++|Docu...

    Learn how to customize the appearance of pivot tables using Aspose.Cells for C++.... Setting the AutoFormat Type Microsoft Excel offers a number...Set PivotTable.IsAutoFormat to true . Assign a formatting option...

    docs.aspose.com/cells/go-cpp/formatting-pivot-t...
  4. BookmarkStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.BookmarkStart class, essential for managing bookmarks in Word documents. Enhance your document editing experience today!...IsComposite { get; } Returns true if this node can contain other...specified NodeType . GetAncestor ( Type ) Gets the first ancestor of...

    reference.aspose.com/words/net/aspose.words/boo...
  5. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a table cell... hasChildNodes Returns true if this node has any child nodes...CompositeNode ) isComposite Returns true if this node can contain other...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. AsposeAI class|Documentation

    Reference guide for the AsposeAI class for enabling spell-check correction using LLM models....Property Type Description AllowAutoDownload string If true, the model...

    docs.aspose.com/ocr/net/ai/
  7. Aspose::Words::StyleType enum | Aspose.Words fo...

    Aspose::Words::StyleType enum. Represents Type of the style in C++....] StyleType enum Represents type of the style. enum class StyleType...listStyle -> get_List (); ASSERT_TRUE ( list1 -> get_IsListStyleDefinitio...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. Read Barcodes from Word Documents|Documentation

    How to Read Barcodes from MS Word Files Using Aspose.BarCode and Aspose.Words for .NET...Data Matrix, and Aztec barcode types from the rendered image of the...Console . WriteLine ( $"Barcode type:{result.CodeTypeName}, Barcode...

    docs.aspose.com/barcode/net/recognize-barcode-f...
  9. FieldAuthor class | Aspose.Words for Python

    aspose.words.fields.FieldAuthor class. Implements the AUTHOR 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...
  10. Copy Ranges of Excel with C++|Documentation

    Learn how to copy ranges in Excel using Aspose.Cells with C++....pasting the range with a specific type. #include <iostream> #include...PasteOptions options ; // Set paste type. options . SetPasteType ( PasteType...

    docs.aspose.com/cells/cpp/copy-ranges-of-excel/