Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 18,497 for

paragraphs

(0.6 sec)
  1. CompositeNode class | Aspose.Words for Python

    aspose.words.CompositeNode class. Base class for nodes that can contain other nodes...to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  2. أرشيف

    أرشيف...is_composite) : include_next_paragraph(endNode, nodes) # أعد العقد...get_ancestor(aw.NodeType.PARAGRAPH) is not None or node.get_ancestor(aw...

    blog.aspose.com/ar/words/extract-text-from-word...
  3. ParagraphCollection Class | Aspose.Words per .NET

    Scopri Aspose.Words.ParagraphCollection per un accesso senza interruzioni ai nodi Paragrafo strutturati, migliorando l'efficienza e la manipolazione dei documenti nei tuoi progetti....tipizzato a una raccolta di Paragraph nodi. Per saperne di più,...Item { get; } Recupera un Paragraph all’indice dato. (2 indexers)...

    reference.aspose.com/words/it/net/aspose.words/...
  4. ParagraphFormat.alignment property | Aspose.Wor...

    ParagraphFormat.alignment property. Gets or sets text alignment for the paragraph....sets text alignment for the paragraph. get alignment () : Aspose...Examples Shows how to insert a paragraph into the document. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Animar texto de PowerPoint en .NET|Documentació...

    Cree texto animado dinámico en presentaciones de PowerPoint y OpenDocument usando Aspose.Slides para .NET, con ejemplos de código C# optimizados y fáciles de seguir....IParagraph paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...MainSequence . AddEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/es/net/animated-text/
  6. 在 PDF 中旋转文本|Aspose.PDF for Java

    学习不同方式在 PDF 中旋转文本。Aspose.PDF 允许您以任意角度旋转文本,旋转文本片段或整个段落。...TextParagraph paragraph = new TextParagraph (); paragraph . setPosition...将文本片段附加到段落 paragraph . appendLine ( textFragment1 ); paragraph . appendLine...

    docs.aspose.com/pdf/zh/java/rotate-text-inside-...
  7. ParagraphFormat.WidowControl | Aspose.Words for...

    Discover how the ParagraphFormat WidowControl property ensures your text's first and last lines stay together on the same page for better readability....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. public bool WidowControl...

    reference.aspose.com/words/net/aspose.words/par...
  8. Поворот текста внутри PDF с использованием C#|A...

    Узнайте, как поворачивать текст в PDF-файлах на .NET с использованием Aspose.PDF для настройки выравнивания текста и улучшения презентации.... Add (); var paragraph = new Aspose . Pdf . Text...Text . TextParagraph (); paragraph . Position = new Aspose . Pdf...

    docs.aspose.com/pdf/ru/net/rotate-text-inside-pdf/
  9. Formater le texte PowerPoint sur Android|Docume...

    Formatez et stylisez le texte dans les présentations PowerPoint et OpenDocument à l'aide d'Aspose.Slides pour Android via Java. Personnalisez les polices, les couleurs, l'alignement, et plus encore.... clear (); Paragraph para = new Paragraph (); Portion portion1...getParagraphs (). clear (); Paragraph para = new Paragraph (); Portion portion1...

    docs.aspose.com/slides/fr/androidjava/text-form...
  10. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....Run can only be a child of Paragraph or inline StructuredDocumentTa...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/java/com.aspose.word...