Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 154,502 for

text

(0.14 sec)
  1. Using early binding in CPP|Aspose.PDF for .NET

    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....simple C++ code sample to extract text from PDF files using COM Interop...( String ^ file ) { String ^ text ; // Create ComHelper Aspose_Pdf...

    docs.aspose.com/pdf/net/using-early-binding-in-...
  2. Add Page Numbers to PDF in Python|Aspose.PDF fo...

    Learn how to add page number stamps to PDF documents in Python.... Customize text style. Apply the stamp to a...= 1 # Set text properties page_number_stamp . text_state . font...

    docs.aspose.com/pdf/python-net/add-page-number/
  3. TxtSaveOptionsBase.encoding property | Aspose.W...

    TxtSaveOptionsBase.encoding property. Specifies the encoding to use when exporting in Text formats...encoding to use when exporting in text formats. Default value is Encoding...DocumentBuilder ( doc = doc ) # Add some text with characters from outside...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to add/insert TextBox to Worksheet|Document...

    How to add/insert TextBox to Worksheet in Aspose.Cells....Worksheet Contents [ Hide ] Add Text Box to Worksheet in Excel In...places where you can insert text boxes. One is in Insert Shapes...

    docs.aspose.com/cells/java/add-text-box-to-work...
  5. CompareOptions.IgnoreTextboxes | Aspose.Words f...

    Discover how the CompareOptions IgnoreTextboxes property enhances data comparison by excluding Text box differences for more accurate results....in the data contained within text boxes. public bool IgnoreTextboxes...docOriginal ); // Paragraph text referenced with an endnote:...

    reference.aspose.com/words/net/aspose.words.com...
  6. Font.hasDmlEffect method | Aspose.Words for Nod...

    Font.hasDmlEffect method. Checks if particular DrawingML Text effect is applied....Checks if particular DrawingML text effect is applied. hasDmlEffect...dmlEffectType TextDmlEffect DrawingML text effect type. Returns true if...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Story.firstParagraph property | Aspose.Words fo...

    Story.firstParagraph property. Gets the first paragraph in the story....Shows how to format a run of text using its font property. let...Shows how to create and format a text box. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Extra Annotations using C++|Aspose.PDF for C++

    Explore how to add extra annotations, such as comments or highlights, to PDF files in C++ using Aspose.PDF....Annotation is a symbol that indicates text editing. Caret Annotation is...to indicate the insertion of text. Create new Caret Annotation...

    docs.aspose.com/pdf/cpp/extra-annotations/
  9. 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...
  10. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....write("Text surrounded by green border.");...Shows how to format a run of text using its font property. Document...

    reference.aspose.com/words/java/com.aspose.word...