Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 16,771 for

true type

(0.14 sec)
  1. DocumentBuilder.insert_image method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_image method... Parameter Type Description file_name str insert_image(stream)...io . BytesIO ): ... Parameter Type Description stream io.BytesIO...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IResourceLoadingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words loads external resource when importing a document and inserting images using DocumentBuilder in Java....SHAPE, true).getCount()); doc.save(getArtifactsDir()...getChildNodes(NodeType.SHAPE, true).getCount()); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  3. When inserting a picture and nearby cell's font...

    HI, An image is being inserted. When lines 31-33 are commented out the scale height of the picture is around 100% which is expected. However when these lines are uncommented, the text in cell 1, 1 is set to 24pts. The …...Check Placement Type : Change the placement type of the image from...MOVE_AND_SIZE); // Change placement type Cell titleCell = sheet.getCells()...

    forum.aspose.com/t/when-inserting-a-picture-and...
  4. BuiltInDocumentProperties.bytes property | Aspo...

    BuiltInDocumentProperties.bytes property. Represents an estimate of the number of bytes in the document.... Paragraph , true ). count ; expect ( properties...property will contain the MIME type of the output save format. expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentVisitor.visitCommentRangeStart method |...

    DocumentVisitor.visitCommentRangeStart method. Called when the start of a commented range of text is encountered....CommentRangeStart ) Parameter Type Description commentRangeStart...++ ; mVisitorIsInsideComm = true ; return aw . VisitorAction...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentVisitor.VisitCommentEnd | Aspose.Words ...

    Explore the DocumentVisitor VisitCommentEnd method, designed to enhance comment text enumeration in your projects for seamless document processing....Comment comment ) Parameter Type Description comment Comment...mDocTraversalDepth ++; mVisitorIsInsideComm = true ; return VisitorAction . Continue...

    reference.aspose.com/words/net/aspose.words/doc...
  7. 通过C++用JavaScript计算公式|Documentation

    本文介绍如何使用Aspose.Cells库通过C++调用JavaScript在Microsoft Excel中计算公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算公式并获取结果。最后,将修改后的Excel文件保存到磁盘。...Cells Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  8. Generate QR Codes for Events|Documentation

    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....following steps: Select the Type: Event Fill out the content... name = "data" , required = true ) @RequestParam ( "data" ) String...

    docs.aspose.com/barcode/java/1-2-1-6-generating...
  9. Generate QR Codes for Phone Calls|Documentation

    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....following steps: Select the Type: Call Fill out the content section:... name = "data" , required = true ) @RequestParam ( "data" ) String...

    docs.aspose.com/barcode/java/1-2-1-5-generating...
  10. Working with Sections in C++|Aspose.Words for C++

    Understanding document section concepts and manipulation practices using C++. Insert section into a document C++. Remove section C++. Copy sections between Documents.... Types of a Section Break Aspose.Words...enumeration to choose a break type that applies only for the first...

    docs.aspose.com/words/cpp/working-with-sections/