Sort Score
Result 10 results
Languages All
Labels All
Results 5,731 - 5,740 of 150,704 for

text

(0.2 sec)
  1. Comment.done property | Aspose.Words for Python

    Comment.done property. Gets or sets flag indicating that the comment has been marked done.... set_text ( 'Fix the spelling error!'...first_paragraph . runs [ 0 ] . text = 'Hello world!' comment . done...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Pdf Drawing Accuracy Off - Free Support Forum -...

    The location of Text is rendered in different locations for 2 documents of equal width and height. I have found that it is always within a few pixels and always just the Y coordinate that is affected. The PageInfo heig…...2014, 8:14pm 1 The location of text is rendered in different locations...Both are rendering the same text at the same coordinates. On...

    forum.aspose.com/t/pdf-drawing-accuracy-off/64475
  3. ParagraphConfig|Documentation

    ParagraphConfig element allows you to combine Text and images....This element is used to combine text and images . Declaration ParagraphConfig...OMR.Generation.Config.Enums ; Texts and images are provided in the...

    docs.aspose.com/omr/net/programmatic-forms/para...
  4. Aspose::Words::Fields::FieldGreetingLine class ...

    Aspose::Words::Fields::FieldGreetingLine class. Implements the GREETINGLINE field. To learn more, visit the documentation article in C++....get_AlternateText () Gets the text to include in the field if the...get_DisplayResult () Gets the text that represents the displayed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Hyphenation.IsDictionaryRegistered | Aspose.Wor...

    Discover the Hyphenation IsDictionaryRegistered method, checks if a dictionary is registered for your language, ensuring accurate hyphenation in your applications....a document contains lines of text in which a word could be split...// Open a document containing text with a locale matching that...

    reference.aspose.com/words/net/aspose.words/hyp...
  6. Online PDF to TXT Conversion or Build .NET base...

    Free online app to convert PDF to TXT files. .NET C# conversion library code for PDF documents....working with dynamic text data, plain text files become essential...conversion of PDF files into plain text formats is necessary to unlock...

    products.aspose.com/total/net/conversion/pdf-to...
  7. Hyphenation.unregister_dictionary method | Aspo...

    Hyphenation.unregister_dictionary method. Unregisters a hyphenation dictionary for the specified language....a document contains lines of text in which a word could be split...# Open a document containing text with a locale matching that...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Adding Annotations to existing PDF file|Aspose....

    Learn how to add various types of annotations to existing PDF files in Java using Aspose.PDF for interactive features....file Contents [ Hide ] Add Free Text Annotation in an Existing PDF...(facades) A free text annotation displays text directly on the...

    docs.aspose.com/pdf/java/adding-annotations-to-...
  9. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....StringBuilder(); } /// /// Gets the plain text of the document that was accumulated...field's "Result" property contains text that the field displays in the...

    reference.aspose.com/words/java/com.aspose.word...
  10. Setting builder.Font.Bold = false affects Inser...

    Hi, I have this code: [TestMethod] public void GenerateWordWithStrong() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the t…...html = " <p><strong>Some Bold Text </strong></p><p>Testing</p>";...SaveFormat.Docx); } the text “Some bold text” is not inserted as...

    forum.aspose.com/t/setting-builder-font-bold-fa...