Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 17,596 for

paragraph

(0.07 sec)
  1. Working With Styles in Ruby|Aspose.Words for Java

    Working with Document Styles using Ruby...."Intense Emphasis" # Collect paragraphs with defined styles. # Show...collected paragraphs and display the text of this paragraphs. paragraphs...

    docs.aspose.com/words/java/working-with-styles-...
  2. ParagraphFormat.alignment property | Aspose.Wor...

    ParagraphFormat.alignment property. Gets or sets text alignment for the Paragraph....sets text alignment for the paragraph. @property def alignment (...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 使用 C# 在 PDF 中旋转文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中旋转 PDF 文件中的文本,以调整文本对齐和改善展示效果。... Add (); var paragraph = new Aspose . Pdf . Text...Text . TextParagraph (); paragraph . Position = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/rotate-text-inside-pdf/
  4. ShapeBase.IsInline | Aspose.Words for .NET

    Discover the ShapeBase IsInline property to easily check if your shape aligns with text, enhancing your design and improving layout efficiency....sits inside a paragraph among other paragraph elements, such...and drag the shape to any paragraph as if it is a character. //...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ParagraphAlignment enumeration | Aspose.Words f...

    aspose.words.ParagraphAlignment enumeration. Specifies text alignment in a Paragraph....Specifies text alignment in a paragraph. Members Name Description...section, one body and one paragraph. # Call the "RemoveAllChildren"...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Shape.first_paragraph property | Aspose.Words f...

    Shape.first_Paragraph property. Gets the first Paragraph in the shape....first_paragraph property Shape.first_paragraph property Gets...first paragraph in the shape. @property def first_paragraph ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Extra border appears after update of Rich Text ...

    Hello team. We encontered an issue when updating existing Word document containing one Rich Text embedded control that has a table with inserted HTML. When the given embedded content is updated as following: 1. richT…...add the paragraph to the richText control Paragraph para = new...new Paragraph(targetDoc); richText.appendChild(para); 3. insert...

    forum.aspose.com/t/extra-border-appears-after-u...
  8. Style.automatically_update property | Aspose.Wo...

    Style.automatically_update property. Specifies whether this style is automatically redefined based on the appropriate value....style when the appropriate paragraph formatting has been changed...property is applicable to paragraph styles only. The default value...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ControlChar.ParagraphBreak | Aspose.Words for .NET

    Discover the ControlChar ParagraphBreak field. Easily manage Paragraph breaks with the x000d character for seamless text formatting and improved readability....ParagraphBreak field End of paragraph character: “\x000d” or “\r”...new line and starts a new paragraph. Assert . That ( doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/con...
  10. DocumentBuilder.MoveTo | Aspose.Words for .NET

    Discover the DocumentBuilder MoveTo method to easily navigate inline nodes and efficiently position your cursor at Paragraph ends for seamless document editing....inline node or to the end of a paragraph. public void MoveTo ( Node...must be a paragraph or a direct child of a paragraph. Remarks...

    reference.aspose.com/words/net/aspose.words/doc...