Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 18,131 for

paragraph

(0.11 sec)
  1. Inserting Fields in Python|Aspose.Words for Pyt...

    Insert fields into a document in Python in different ways: using `DocumentBuilder` or DOM (Document Object Model)....Merge Field using DOM to a paragraph in a document: Inserting Mail...ADDRESSBLOCK Field using DOM to a paragraph in a document: Inserting ADVANCE...

    docs.aspose.com/words/python-net/inserting-fields/
  2. Insert Fields in C++|Aspose.Words for C++

    Different ways to insert fields into your document using C++....MERGE field using DOM to a paragraph in a document: You can download...ADDRESSBLOCK Field using DOM to a paragraph in a document: You can download...

    docs.aspose.com/words/cpp/inserting-fields/
  3. CompareOptions.ignore_textboxes property | Aspo...

    CompareOptions.ignore_textboxes property. Specifies whether to compare differences in the data contained within text boxes....( doc = doc_original ) # Paragraph text referenced with an endnote:...world! This is the first paragraph.' ) builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CompareOptions.ignore_tables property | Aspose....

    CompareOptions.ignore_tables property. Specifies whether to compare the differences in data contained in tables....( doc = doc_original ) # Paragraph text referenced with an endnote:...world! This is the first paragraph.' ) builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ComparisonTargetType enumeration | Aspose.Words...

    aspose.words.comparing.ComparisonTargetType enumeration. Allows to specify base document which will be used during comparison...( doc = doc_original ) # Paragraph text referenced with an endnote:...world! This is the first paragraph.' ) builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert PowerPoint Presentations to Video in .N...

    Learn how to convert PowerPoint presentations to video in .NET. Discover sample C# code and automation techniques to streamline your workflow....this example, we animate paragraphs on objects so that they appear... 300 , 300 ); Paragraph para1 = new Paragraph (); para1 . Portions...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  7. BaselineAlignment | Aspose.Words for Java

    Specifies fonts vertical position on a line in Java....Aligns to the baseline of the paragraph. BOTTOM Aligns to the bottom...Aligns to the baseline of the paragraph. BOTTOM public static int...

    reference.aspose.com/words/java/com.aspose.word...
  8. Remove Breaks in Ruby|Aspose.Words for Java

    Remove breaks using Ruby....remove_page_breaks ( doc ) # Retrieve all paragraphs in the document. node_type...aspose.words.NodeType" ) paragraphs = doc . getChildNodes ( node_type...

    docs.aspose.com/words/java/remove-breaks-in-ruby/
  9. TabStopCollection.count property | Aspose.Words...

    TabStopCollection.count property. Gets the number of tab stops in the collection....let paragraphs = doc . firstSection . body . paragraphs ; expect...expect ( paragraphs . count ). toEqual ( 2 ); // Each paragraph gets...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FindReplaceOptions.IgnoreDeleted | Aspose.Words...

    Discover the FindReplaceOptions IgnoreDeleted property, control text visibility in deleted revisions with an easy boolean toggle. Enhance your editing experience!...revisions and remove the second paragraph, which will create a delete...delete revision. // That paragraph will persist in the document until...

    reference.aspose.com/words/net/aspose.words.rep...