Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 19,004 for

paragraph

(1.28 sec)
  1. TextPath.on property | Aspose.Words for Python

    TextPath.on property. Defines whether the text is displayed.... Paragraph ( doc )) . as_paragraph () para . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TextPath.shadow property | Aspose.Words for Python

    TextPath.shadow property. Defines whether a shadow is applied to the text on a text path.... Paragraph ( doc )) . as_paragraph () para . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true))...of limiting your search to paragraphs, iterate through all nodes...

    forum.aspose.com/t/some-content-cannot-be-repla...
  4. Table Position in Python|Aspose.Words for Python

    Specify table position in Python. Get a table alignment, get and set floating table position using Python....always appear between the paragraphs where you placed them. Floating...the table relative to the paragraph is determined by the table...

    docs.aspose.com/words/python-net/position-a-table/
  5. CompatibilityOptions.DoNotSuppressIndentation |...

    Optimize your document layout with the CompatibilityOptions DoNotSuppressIndentation property. Enhance Paragraph indentation without ignoring floating objects....Objects When Calculating Paragraph Indentation. public bool ...

    reference.aspose.com/words/net/aspose.words.set...
  6. CompatibilityOptions.UseNormalStyleForList | As...

    Optimize your document formatting with CompatibilityOptions. Control list styles effortlessly, ensuring your bulleted and numbered text looks perfect every time!...Automatically Apply List Paragraph Style To Bulleted/Numbered...

    reference.aspose.com/words/net/aspose.words.set...
  7. CompatibilityOptions.SwapBordersFacingPgs | Asp...

    Enhance your document's layout with the CompatibilityOptions SwapBordersFacingPgs property. Easily swap Paragraph borders on odd pages for a polished look!...SwapBordersFacingPgs property Swap Paragraph Borders on Odd Numbered Pages...

    reference.aspose.com/words/net/aspose.words.set...
  8. MathObjectType | Aspose.Words for Java

    Specifies type of an Office Math object in Java.... O_MATH_PARA Math paragraph, or display math zone, that...static int O_MATH_PARA Math paragraph, or display math zone, that...

    reference.aspose.com/words/java/com.aspose.word...
  9. CompatibilityOptions.cached_col_balance propert...

    CompatibilityOptions.cached_col_balance property. Use Cached Paragraph Information for Column Balancing....cached_col_balance property Use Cached Paragraph Information for Column Balancing...options . do_not_suppress_paragraph_borders , 'DoNotSuppressParagra'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Update Fields in C++|Aspose.Words for C++

    Learn how to update fields in C++. Update fields programmatically or use automatic field update using C++ API....Section , HeaderFooter , Paragraph , etc. using the Node.Range...

    docs.aspose.com/words/cpp/update-fields/