Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 151,793 for

text

(0.26 sec)
  1. InlineStory class | Aspose.Words for Python

    aspose.words.InlineStory class. Base class for inline-level nodes that can contain paragraphs and tables...nodes that can contain their own text (paragraphs and tables). For...contains text of a comment and a Footnote contains text of a footnote...

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

    Specifies the alignment/type of a tab stop in Java.... CENTER Centers the text around the tab stop. CLEAR Clears...Aligns the text at the decimal dot. LEFT Left-aligns the text after...

    reference.aspose.com/words/java/com.aspose.word...
  3. Find and Replace in C++|Aspose.Words for C++

    Find a string or regular expression pattern in your document and replace it with the Text you want using C++....quite a while to find specific text in a long document. It will...FindReplaceOptions class. Find and Replace Text Using Simple String Replacement...

    docs.aspose.com/words/cpp/find-and-replace/
  4. 从 PDF 中提取文本 C#|Aspose.PDF for .NET

    本文描述了使用 Aspose.PDF 在 C# 中从 PDF 文档提取文本的各种方法。... TextAbsorber 类从文档中吸收文本并在 Text 属性中返回。以下代码片段向您展示了如何从 PDF 文档的所有页面提取文本。...RunExamples . GetDataDir_AsposePdf_Text (); // Open PDF document using...

    docs.aspose.com/pdf/zh/net/extract-text-from-al...
  5. FieldAdvance.LeftOffset | Aspose.Words for .NET

    Discover the FieldAdvance LeftOffset property to easily adjust Text alignment by setting points for precise left movement. Enhance your document layout!...number of points by which the text that follows the field should...doc ); builder . Write ( "This text is in its normal place." );...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldAdvance.VerticalPosition | Aspose.Words fo...

    Discover the FieldAdvance VerticalPosition property to easily adjust Text positioning on your page, enhancing layout control and readability....number of points by which the text that follows the field should...doc ); builder . Write ( "This text is in its normal place." );...

    reference.aspose.com/words/net/aspose.words.fie...
  7. BookmarkCollection.clear method | Aspose.Words ...

    BookmarkCollection.clear method. Removes all bookmarks from this collection and from the document....# Insert five bookmarks with text inside their boundaries. i =...bookmark_name ) builder . write ( f 'Text inside { bookmark_name } .'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Delete Ranges in Document|Aspose.Words for Java

    Delete ranges from a document easily and fast instead of using Apache POI.... delete (); String text = doc . getRange (). getText...delete (); String text = doc . getRange (). text (); Download Running...

    docs.aspose.com/words/java/delete-ranges-in-doc...
  9. ShapeTextOrientation enumeration | Aspose.Words...

    aspose.words.drawing.ShapeTextOrientation enumeration. Specifies orientation of Text in shapes....enumeration Specifies orientation of text in shapes. Members Name Description...HORIZONTAL Text is arranged horizontally (lr-tb). DOWNWARD Text is rotated...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extract Paragraph from PDF|Aspose.PDF for Java

    Discover how to extract paragraphs from a PDF document in Java with Aspose.PDF for easier content analysis....PDF Contents [ Hide ] Extract Text from PDF document in Paragraphs...Paragraphs form We can get text from a PDF document by searching a...

    docs.aspose.com/pdf/java/extract-paragraph-from...