Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 17,413 for

true type

(0.84 sec)
  1. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_Id method. Specifies a unique read-only persistent numerical Id for this SDT in C++.... ASSERT_TRUE ( tag -> get_Id () > 0 ); //...document tag. // Any text that we type in the document body after moving...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. CellFormat | Aspose.Words for Java

    Represents all formatting for a table cell in Java....setFitText(true); builder.getRowFormat().clearFormatting();...getDirectBorderAttr(int key) getFitText() If true , fits text in the cell, compressing...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::BookmarkEnd class | Aspose.Words...

    Aspose::Words::BookmarkEnd class. Represents an end of a bookmark in a Word document. To learn more, visit the documentation article in C++....virtual get_IsComposite () Returns true if this node can contain other...method that converts a node type enum value into a user friendly...

    reference.aspose.com/words/cpp/aspose.words/boo...
  4. Tables and images getting truncated during tran...

    We are using ASPOSE.Words to convert .doc to .docx. (.NET) During transformation, the tables and images are getting truncated . What settings to use? Please help....PdfSaveOptions { AdditionalTextPositi = true }; Image Compression : If images...You can set the compression type and quality to ensure that images...

    forum.aspose.com/t/tables-and-images-getting-tr...
  5. 查找具有特定样式的单元格|Documentation

    了解如何通过C++中的Aspose.Cells for JavaScript查找或搜索应用有特定样式的单元格。...Style Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/zh/javascript-cpp/find-ce...
  6. Manage Presentation Headers and Footers in .NET...

    Use Aspose.Slides for .NET to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look.... SetAllFootersVisibil ( true ); // Access and Update Header...{ if ( shape . Placeholder . Type == PlaceholderType . Header...

    docs.aspose.com/slides/net/presentation-header-...
  7. 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...
  8. Shape.Accept | Aspose.Words for .NET

    Discover the Shape Accept method, designed to enhance visitor engagement and streamline your acceptance process for better results....DocumentVisitor visitor ) Parameter Type Description visitor DocumentVisitor...visit the nodes. Return Value True if all nodes were visited; false...

    reference.aspose.com/words/net/aspose.words.dra...
  9. AiModel | Aspose.Words for Java

    An abstract class representing the integration with various AI models within the Aspose.Words in Java....setImproveStylistics(true); Document proofedDoc = model...docx"); Parameters: Parameter Type Description sourceDocument Document...

    reference.aspose.com/words/java/com.aspose.word...
  10. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, True)) { Range paraRange …...Paragraph, true)) { Range paraRange = para.Range;...MatchCase = false, // Set to true if case sensitivity is required...

    forum.aspose.com/t/some-content-cannot-be-repla...