Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 148,505 for

text

(0.12 sec)
  1. Document Builder Overview in C++|Aspose.Words f...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using C++. DocumentBuilder provides methods to insert Text, checkboxes, tables, images, and other content elements in C++....DocumentBuilder provides methods to insert text, checkboxes, ole objects, paragraphs...virtual cursor indicates where the text will be inserted when calling...

    docs.aspose.com/words/cpp/document-builder-over...
  2. Aspose::Words::DocumentBuilder::MoveToField met...

    Aspose::Words::DocumentBuilder::MoveToField method. Moves the cursor to a field in the document in C++....DocumentBuilder and add a run of text after it. System :: SharedPtr...())); builder -> Write ( u " Text immediately after the field...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Search PDF using Java | Aspose.PDF

    Search PDF document without opening programmatically with Java sample code using Aspose.PDF for Java....with text to find as parameter. Get all extracted text fragments...); // like 0000-9999 // Set text search option to specify regular...

    products.aspose.com/pdf/java/search/
  4. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportDropDownFormFieldAsText method. Controls how drop-down form fields are saved to HTML or MHTML. Default value is false in C++....drop-down form fields as normal text. When false , exports drop-down...EPUB, text drop-down form fields are always saved as text due to...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Convert DJVU to XML via C# | Aspose

    Sample code for DJVU to XML C# conversion. Use API example code for batch DJVU files to XML conversion within VB.NET, Asp.NET or any .NET based application....recognition on DJVU document and save text as DJVU document using Aspose...documents containing recognized text. To add it to your project,...

    products.aspose.com/ocr/net/conversion/djvu-to-...
  6. FieldIndex.page_number_separator property | Asp...

    FieldIndex.page_number_separator property. Gets or sets the character sequence that is used to separate an index entry and its page number....will display the XE field's Text property value on the left side...with matching values in the "Text" property # into one entry as...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldQuote | Aspose.Words for Java

    Implements the QUOTE field in Java....Remarks: Retrieves the specified text. Examples: Shows to use the...will display the value of its Text property. FieldQuote field =...

    reference.aspose.com/words/java/com.aspose.word...
  8. ShapeBase.wrap_type property | Aspose.Words for...

    ShapeBase.wrap_type property. Defines whether the shape is inline or floating...defines the wrapping mode for text around the shape. @property...appear behind the overlapping text and align it to the page's center...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeBase.ParentParagraph | Aspose.Words for .NET

    Discover the ShapeBase ParentParagraph property—efficiently access the immediate parent paragraph for streamlined content management and enhanced organization....Examples Shows how to insert a text box, and set the font of its...builder . Write ( "This text is inside the text box." ); // Set the...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Words ,How to obtain data for each paragraph an...

    How to obtain data for each paragraph and line? I want to check if the first word at the beginning and the first word at the end of each line of data are the words I want. If they are, I will set the background color...line number, build the line text, split into words, and compare...convert to PDF and analyze the text positions) or manually calculate...

    forum.aspose.com/t/words-how-to-obtain-data-for...