Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 4,005 for

insert text

(0.05 sec)
  1. ChartAxis.title property | Aspose.Words for Python

    ChartAxis.title property. Provides access to the axis title properties.... insert_chart ( chart_type = aw . drawing... title chart_axis_x_title . text = 'Categories' chart_axis_x_title...

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

    Base class for custom document visitors in Java....indentAndAppendLine(final String text) { for (int i = 0; i < mDocTraversalDepth;...mAcceptingNodeChildT.append(text + "\r\n"); } private int mDocTraversalDepth;...

    reference.aspose.com/words/java/com.aspose.word...
  3. Markdown Header – C# Code Examples

    Code for creating Markdown Header in C#. Use the C# library to create Markdown from scratch and open, parse, or edit MD files....local file and manipulate by inserting new elements, removing, or...nodes, such as text nodes, spaces between text nodes, and an empty...

    products.aspose.com/html/net/markdown-header/
  4. 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...
  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. FieldFormula class | Aspose.Words for Python

    aspose.words.fields.FieldFormula class. Implements the = (formula) field...Description display_result Gets the text that represents the displayed...Field ) result Gets or sets text that is between the field separator...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RevisionOptions.MovedFromTextColor | Aspose.Wor...

    Customize your RevisionOptions with the MovedFromTextColor property. Highlight moved content effortlessly, enhancing clarity and user experience....RevisionOptions ; // Render insertion revisions in green and italic...RevisionTextEffect . Bold ; // The same text will appear twice in a movement...

    reference.aspose.com/words/net/aspose.words.lay...
  8. RevisionOptions.DeletedTextEffect | Aspose.Word...

    Discover the DeletedTextEffect property in RevisionOptions. Customize how deleted content appears with effects like StrikeThrough for enhanced clarity....RevisionOptions ; // Render insertion revisions in green and italic...RevisionTextEffect . Bold ; // The same text will appear twice in a movement...

    reference.aspose.com/words/net/aspose.words.lay...
  9. Aspose.Words Document Processing API | Aspose A...

    The comprehensive Aspose.Words API Reference empowers developers with advanced document processing capabilities, enabling efficient manipulation and generation of Word documents....They can extract, edit, and insert content, apply custom formatting...metadata editing, and support for text search and replacement. With...

    reference.aspose.com/words/
  10. Aspose::Words::Document::get_FirstSection metho...

    Aspose::Words::Document::get_FirstSection method. Gets the first section in the document in C++....Examples Shows how to replace text in a document’s footer. auto...Use a document builder to add text to the first section. auto builder...

    reference.aspose.com/words/cpp/aspose.words/doc...