Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 10,955 for

insert text

(1.49 sec)
  1. Strip FNC|Documentation

    Learn how to control function code (FNC) characters in Code 128 and GS1-128 recognition using the StripFNC parameter....removed from the recognized text or preserved for post-processing...characters from the decoded text (default) reader . getBarcodeSettings...

    docs.aspose.com/barcode/java/developer-guide/ba...
  2. FieldAutoText class | Aspose.Words for Python

    aspose.words.fields.FieldAutoText class. Implements the AUTOText field... Remarks Inserts an AutoText entry. Inheritance:...Description display_result Gets the text that represents the displayed...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 2024年新功能|Aspose.PDF for .NET

    本页面介绍了2024年在Aspose.PDF for .NET中引入的最受欢迎的新功能。...pdf" )) { // Create text for stamp string text = "Stamp example"...new Aspose . Pdf . TextStamp ( text ); stamp . AutoAdjustFontSizeTo...

    docs.aspose.com/pdf/zh/net/whatsnew/2024/
  4. Outputting Expression Results in C#|Aspose.Word...

    Output expression results using placeholder within a template when building a report in C#....written to a document as a plain text at runtime. Font attributes...useful, when you need to format text parts of an expression result...

    docs.aspose.com/words/net/outputting-expression...
  5. Run | Aspose.Words for .NET

    Create and customize your Run class instance effortlessly. Unlock powerful features for streamlined performance and enhanced functionality....paragraph where you want the run inserted. Examples Shows how to construct...run = new Run ( doc ); run . Text = "Hello World!" ; run . Font...

    reference.aspose.com/words/net/aspose.words/run...
  6. Manage Presentation Tables on Android|Aspose.Sl...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Android. Discover simple Java code examples to streamline your table workflows.... Add some text to the TextFrame . Save the...( 1 ), false ); // Adds some text to the merged cell tbl . getRows...

    docs.aspose.com/slides/androidjava/manage-table/
  7. ShapeBase.fill property | Aspose.Words for Python

    ShapeBase.fill property. Gets fill formatting for the shape....DocumentBuilder ( doc ) # Write some text, and then cover it with a floating...world!' ) shape = builder . insert_shape ( aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Securing and signing PDF in Rust|Aspose.PDF for...

    This section describes the features of using a signature and securing your PDF document using Rust...copying/extracting text and graphics Permissions::MODIFY_TEXT_ANNOTATIONS...ONS Allow adding/modifying text annotations Permissions::FILL_FORM...

    docs.aspose.com/pdf/rust-cpp/securing-and-signing/
  9. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content....Annotation is a symbol that indicates text editing. Caret Annotation is...additions, or changes to the text. Steps with which we create...

    docs.aspose.com/pdf/python-net/extra-annotations/
  10. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the table to be Inserted and specify any extra formatting to the table. DocumentBuilder bu…...where we want the table to be inserted and specify any extra formatting...rgba(224, 62, 45, 1);\">Some Text in red</div>"); doc.Save(@"...

    forum.aspose.com/t/inserthtml-does-not-preserve...