Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 17,314 for

paragraph

(0.04 sec)
  1. ParagraphFormat.ClearFormatting | Aspose.Words ...

    Reset your Paragraph formatting effortlessly with the ClearFormatting method, ensuring a polished and professional look for your documents....method Resets to default paragraph formatting. public void ClearFormatting...ClearFormatting () Remarks Default paragraph formatting is Normal style...

    reference.aspose.com/words/net/aspose.words/par...
  2. ParagraphFormat.keep_with_next property | Aspos...

    ParagraphFormat.keep_with_next property. True if the Paragraph is to remains on the same page as the Paragraph that follows it....keep_with_next property True if the paragraph is to remains on the same...same page as the paragraph that follows it. @property def keep_with_next...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Style::get_AutomaticallyUpdate m...

    Aspose::Words::Style::get_AutomaticallyUpdate method. Specifies whether this style is automatically redefined based on the appropriate value in C++....style when the appropriate paragraph formatting has been changed...property is applicable to paragraph styles only. The default value...

    reference.aspose.com/words/cpp/aspose.words/sty...
  4. BorderCollection.GetEnumerator | Aspose.Words f...

    Discover the BorderCollection GetEnumerator method to easily iterate through all borders, enhancing your coding efficiency and collection management....edit all of the borders in a paragraph format object. Document doc...// Configure the builder's paragraph format settings to create...

    reference.aspose.com/words/net/aspose.words/bor...
  5. Body.ensureMinimum method | Aspose.Words for No...

    Body.ensureMinimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph....not a paragraph, creates and appends one empty paragraph. ensureMinimum...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Create TextBox in which each line is having dif...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....horizontal alignment of your paragraph text using the TextParagraph..." ); // Access the first paragraph and set its horizontal alignment...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  7. Aspose::Words::Border::GetHashCode method | Asp...

    Aspose::Words::Border::GetHashCode method. Serves as a hash function for this type in C++....Writeln ( u "Paragraph 1." ); builder -> Write ( u "Paragraph 2." );...configuration while creating // these paragraphs, their border collections...

    reference.aspose.com/words/cpp/aspose.words/bor...
  8. Aspose::Words::BorderCollection::get_Count meth...

    Aspose::Words::BorderCollection::get_Count method. Gets the number of borders in the collection in C++....Writeln ( u "Paragraph 1." ); builder -> Write ( u "Paragraph 2." );...configuration while creating // these paragraphs, their border collections...

    reference.aspose.com/words/cpp/aspose.words/bor...
  9. RelativeVerticalPosition | Aspose.Words for Java

    Specifies to what the vertical position of a shape or text frame is relative in Java.... PARAGRAPH The object is positioned relative...relative to the top of the paragraph that contains the anchor....

    reference.aspose.com/words/java/com.aspose.word...
  10. How to Extract Content Between Document Nodes|A...

    Extracting document content in different using C++....complex elements such as paragraphs, tables, images, etc. Regardless...content between: Two specific paragraphs Specific runs of text Fields...

    docs.aspose.com/words/cpp/how-to-extract-select...