Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 151,875 for

text

(0.18 sec)
  1. Story.FirstParagraph | Aspose.Words for .NET

    Discover the Story FirstParagraph property to easily extract the first paragraph of any story, enhancing your content and user engagement....Shows how to format a run of text using its font property. Document...Shows how to create and format a text box. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/sto...
  2. FootnoteOptions.restart_rule property | Aspose....

    FootnoteOptions.restart_rule property. Determines when automatic numbering restarts....to text # that does not interfere with the main body text's flow...reference symbol # at the main body text where we insert the footnote/endnote...

    reference.aspose.com/words/python-net/aspose.wo...
  3. NullReferenceException when saving PDF with spe...

    Hi, we are using using Aspose.PDF.Drawing 23.12.0 with a license, but the issue was also reproduced with the same code with the latest release (trial). The issue shows itself when running the .net core 8 application eit…...Text; FontRepository.LoadFonts();...document.Pages.Add(); // 1. text page.Paragraphs.Add(new TextFragment("1...

    forum.aspose.com/t/nullreferenceexception-when-...
  4. ParagraphFormat.leftIndent property | Aspose.Wo...

    ParagraphFormat.leftIndent property. Gets or sets the value (in points) that represents the left indent for paragraph....formatting to create off-center text. let doc = new aw . Document...DocumentBuilder ( doc ); // Center all text that the document builder writes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ParagraphFormat.rightIndent property | Aspose.W...

    ParagraphFormat.rightIndent property. Gets or sets the value (in points) that represents the right indent for paragraph....formatting to create off-center text. let doc = new aw . Document...DocumentBuilder ( doc ); // Center all text that the document builder writes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Redact ODP Presentation Files using .NET | prod...

    C# source code to find and replace Text in ODP Presentation....NET apps to find and replace text in presentation files using...Learn how to search and replace text in content, comments or metadata...

    products.aspose.com/slides/net/redaction/odp/
  7. Extracting lines with coordinates|Documentation

    Automatic detection of line bounding boxes during recognition....textInLine String Extracted text AsposeOcr api = new AsposeOcr...handwritten or printed text into machine-encoded text. whether from a...

    docs.aspose.com/ocr/java/image-line-extract/
  8. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....To display a hyperlink text, add a text string on a location similar...object is placed. To add a free text: Instantiate an FreeTextAnnotation...

    docs.aspose.com/pdf/java/actions/
  9. Redact ODP Presentation Files using C++ | produ...

    C++ source code to find and replace Text in ODP Presentation....C++ apps to find and replace text in presentation files using...Learn how to search and replace text in content, comments or metadata...

    products.aspose.com/slides/cpp/redaction/odp/
  10. Access Ranges in Document|Aspose.Words for Java

    Access ranges in a document easily and fast instead of using Apache POI....retrieve plain, unformatted text of the range. Java Range range...= doc . getRange (); String text = range . getText (); Apache...

    docs.aspose.com/words/java/access-ranges-in-doc...