Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 29,840 for

text

(0.04 sec)
  1. Aspose::Words::PlainTextDocument::PlainTextDocu...

    Aspose::Words::PlainTextDocument::PlainTextDocument constructor. Creates a plain Text document from a stream. Automatically detects the file format in C++....constructor Creates a plain text document from a stream. Automatically...stream where to extract the text from. Remarks The document must...

    reference.aspose.com/words/cpp/aspose.words/pla...
  2. FieldDde.insert_as_rtf property | Aspose.Words ...

    FieldDde.insert_as_rtf property. Gets or sets whether to insert the linked object in rich-Text format (RTF)....insert the linked object in rich-text format (RTF). @property def...def field_linked_objects_as_text (): for insert_linked_object_as...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Font::get_LocaleId method | Aspo...

    Aspose::Words::Font::get_LocaleId method. Gets or sets the locale identifier (language) of the formatted characters in C++....how to set the locale of the text that we are adding with a document...English and insert some Russian text, // the English locale spell...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. SectionStart Enum | Aspose.Words for .NET

    Explore Aspose.Words.SectionStart enum to understand section breaks and enhance document formatting for better control and presentation.... Text = "Hello World!" ; run . Font...); builder . Writeln ( "This text is in section 1." ); // Section...

    reference.aspose.com/words/net/aspose.words/sec...
  5. Aspose::Words::TextWatermarkOptions::get_Color ...

    Aspose::Words::TextWatermarkOptions::get_Color method. Gets or sets font color. The default value is Silver in C++....Examples Shows how to create a text watermark. auto doc = MakeObject...Document > (); // Add a plain text watermark. doc -> get_Watermark...

    reference.aspose.com/words/cpp/aspose.words/tex...
  6. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportRelativeFontSize method. Specifies whether font sizes should be output in relative units when saving to HTML, MHTML or EPUB. Default is false in C++....allows applications to adjust text size when viewing/processing...Internet Explorer has “View->Text Size” submenu, Adobe Digital...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Utility Barcode Features in Jython|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Control the Appearance of Code Text in Jython Manage the BarCode...BarCode Caption in Jython Set Code Text for Barcode in Jython Specify...

    docs.aspose.com/barcode/java/utility-barcode-fe...
  8. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreTextboxes method. Specifies whether to compare differences in the data contained within Text boxes in C++....in the data contained within text boxes. bool Aspose :: Words...docOriginal ); // Paragraph text referenced with an endnote:...

    reference.aspose.com/words/cpp/aspose.words.com...
  9. How to Read PDF File in Java

    This tutorial provides information on how to read PDF file in Java. It will teach you how does Java read PDF to string and fetch all images from a PDF file....file such that first, you read text from PDF in Java into a string...read entire text from the PDF file Read PDF text from the loaded...

    kb.aspose.com/pdf/java/how-to-read-pdf-file-in-...
  10. How to Read PDF Table in Java

    This brief tutorial will teach you how to read PDF table in Java. You can write PDF table reader in Java simply by loading the source PDF and then parsing and fetching data from each table using a few lines of code....PDF table in Java and access text belonging to each cell inside...all the text fragments from each cell Display the text fetched...

    kb.aspose.com/pdf/java/how-to-read-pdf-table-in...