Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 15,757 for

insert text

(0.13 sec)
  1. How to Create a Form in Word using C#

    This tutorial guides on how to create a form in Word using C#. You can create a fillable form in Word using C# by adding different controls like Textbox, checkbox and combobox....fields in Word using C# like text input, checkbox, and a combobox...newly created document Insert a text input form field and a checkbox...

    kb.aspose.com/words/net/how-to-create-a-form-in...
  2. Layout|Documentation

    Layout elements are used to arrange other elements and define the appearance and design of the OMR form.... Text This element is used to add...add one or more lines of text to the form. Can only be used at the...

    docs.aspose.com/omr/net/json-markup/elements-la...
  3. TextPath.shadow property | Aspose.Words for Python

    TextPath.shadow property. Defines whether a shadow is applied to the Text on a Text path....shadow is applied to the text on a text path. @property def shadow...def insert_text_paths (): doc = aw . Document () # Insert a WordArt...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.widow_control property | Aspose...

    ParagraphFormat.widow_control property. True if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph....= doc ) # When we write the text that does not fit onto one page...orphans and widows by rearranging text via font size, spacing, or page...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Font::get_Border method | Aspose...

    Aspose::Words::Font::get_Border method. Returns a Border object that specifies border for the font in C++....get_Border () Examples Shows how to insert a string surrounded by a border...DashDotStroker ); builder -> Write ( u "Text surrounded by green border."...

    reference.aspose.com/words/cpp/aspose.words/fon...
  6. Aspose::Words::Font::get_Name method | Aspose.W...

    Aspose::Words::Font::get_Name method. Gets or sets the name of the font in C++....Examples Shows how to insert formatted text using DocumentBuilder...Specify font formatting, then add text. SharedPtr < Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/fon...
  7. StructuredDocumentTag.IsShowingPlaceholderText ...

    StructuredDocumentTag IsShowingPlaceholderText property. Specifies whether the content of this SDT shall be interpreted to contain placeholder Text as opposed to regular Text contents within the SDT in C#....contain placeholder text (as opposed to regular text contents within...resumed (showing placeholder text) upon opening this document...

    reference.aspose.com/words/net/aspose.words.mar...
  8. BuildingBlockBehavior Enum | Aspose.Words for .NET

    Aspose.Words.BuildingBlocks.BuildingBlockBehavior enum. Specifies the behavior that shall be applied to the contents of the building block when it is Inserted into the main document in C#....building block when it is inserted into the main document. public...the building block shall be inserted as inline content. Paragraph...

    reference.aspose.com/words/net/aspose.words.bui...
  9. TextPath.same_letter_heights property | Aspose....

    TextPath.same_letter_heights property. Determines whether all letters will be the same height regardless of initial case....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...WordArt object to display text in a shape that we can re-size...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Create a Table in PowerPoint using C#

    This article guides on how to create a table in Powerpoint using C#. It contains all the necessary information and a runnable sample code to add table in PowerPoint using C#....code that demonstrates how to insert a table in a slide using C#...will also learn to format the text in the table and save the resultant...

    kb.aspose.com/slides/net/how-to-create-a-table-...