Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 9,185 for

insert text

(0.11 sec)
  1. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java....regions of Latin text and regions of East Asian text in the current...numbers and regions of East Asian text in the current paragraph. getAlignment()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Fields::FieldRevNum class | Aspo...

    Aspose::Words::Fields::FieldRevNum class. Implements the REVNUM field. To learn more, visit the documentation article in C++....get_DisplayResult () Gets the text that represents the displayed... get_Result () Gets or sets text that is between the field separator...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Drawing::TextPath::get_SameLette...

    Aspose::Words::Drawing::TextPath::get_SameLetterHeights method. Determines whether all letters will be the same height regardless of initial case in C++....Document > (); // Insert a WordArt object to display text in a shape...( doc , u "Hello World! This text is bold, and italic." , u "Arial"...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Fields::FieldIf::get_FalseText m...

    Aspose::Words::Fields::FieldIf::get_FalseText method. Gets or sets the Text displayed if the comparison expression is false in C++....FieldIf::get_FalseText method Gets or sets the text displayed if the comparison...get_FalseText () Examples Shows how to insert an IF field. auto doc = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fields::FieldIf::get_TrueText me...

    Aspose::Words::Fields::FieldIf::get_TrueText method. Gets or sets the Text displayed if the comparison expression is true in C++....FieldIf::get_TrueText method Gets or sets the text displayed if the comparison...get_TrueText () Examples Shows how to insert an IF field. auto doc = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Drawing::TextPath::get_FitPath m...

    Aspose::Words::Drawing::TextPath::get_FitPath method. Defines whether the Text fits the path of a shape in C++.... method Defines whether the text fits the path of a shape. bool...Document > (); // Insert a WordArt object to display text in a shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Node::GetText method | Aspose.Wo...

    Aspose::Words::Node::GetText method. Gets the Text of this node and of all its children in C++....Node::GetText method Gets the text of this node and of all its...DocumentBuilder > ( doc ); // Insert paragraphs with text with DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Aspose::Words::ControlChar::CrLf method | Aspos...

    Aspose::Words::ControlChar::CrLf method. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word documents, but commonly used in Text files for paragraph breaks in C++....documents, but commonly used in text files for paragraph breaks....ControlChar :: SectionBreak ()); // Insert a new section, and then set...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Working with Markdown Features in C#|Aspose.Wor...

    How to implement Markdown features using C#. All the features are represented as corresponding styles or direct formatting....a simple way to format plain text that can easily be converted...italic * text . You can also write *** BoldItalic *** text . The...

    docs.aspose.com/words/net/working-with-markdown...
  10. Navigation with Cursor in Java|Aspose.Words for...

    Navigate between different nodes within a document, such as a paragraph, bookmark, or a specific character using Java....simple as you can move the insertion point even by using the keyboard’s...clicking the mouse to locate the insertion point wherever you want. But...

    docs.aspose.com/words/java/navigation-with-cursor/