Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 10,803 for

insert text

(1.68 sec)
  1. FieldFormDropDown | Aspose.Words for Java

    Implements the FORMDROPDOWN field in Java.... Remarks: Inserts a drop-down list style form...// In Microsoft Word, we can insert these fields via the Legacy...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldData | Aspose.Words for Java

    Implements the DATA field in Java.... Examples: Shows how to insert a DATA field into a document...getDisplayResult() Gets the text that represents the displayed...

    reference.aspose.com/words/java/com.aspose.word...
  3. TextPath.bold property | Aspose.Words for Python

    TextPath.bold property. True if the font is formatted as bold....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...
  4. StructuredDocumentTag.remove_self_only method |...

    StructuredDocumentTag.remove_self_only method. Removes just this SDT node itself, but keeps the content of it inside the document tree....structured document tag in a plain text box and modify its appearance...tag that will contain plain text. tag = aw . markup . StructuredDocumentTa...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TextPath.small_caps property | Aspose.Words for...

    TextPath.small_caps property. True if the font is formatted as small capital letters....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...
  6. TextPath.font_family property | Aspose.Words fo...

    TextPath.font_family property. Defines the family of the Textpath font....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...
  7. FieldDocProperty | Aspose.Words for Java

    Implements the DOCPROPERTY field in Java...."Category" built-in property, then insert a DOCPROPERTY field that references...getDisplayResult() Gets the text that represents the displayed...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldRevNum | Aspose.Words for Java

    Implements the REVNUM field in Java....write("Current revision #"); // Insert a REVNUM field, which displays...getDisplayResult() Gets the text that represents the displayed...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Markup::CustomXmlPart::get_Id me...

    Aspose::Words::Markup::CustomXmlPart::get_Id method. Gets or sets the string that identifies this custom XML part within an OOXML document in C++....xmlPartContent = u "<root><text>Hello world!</text></root>" ; System ::...ASPOSE_ASSERT_EQ ( System :: Text :: Encoding :: get_ASCII ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Working with Headers and Footers in C++|Aspose....

    How to manipulate headers and footers using C++.... A header is text that is placed at the top of...of a page, and a footer is text at the bottom of a page. Typically...

    docs.aspose.com/words/cpp/working-with-headers-...