Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 19,019 for

paragraphs

(0.07 sec)
  1. ControlChar.OptionalHyphenChar | Aspose.Words f...

    Discover how to use the Optional Hyphen in Microsoft Word (char31) to enhance your document formatting and improve readability. Learn more now!...new line and starts a new paragraph. Assert . That ( doc . FirstSection...GetChildNodes ( NodeType . Paragraph , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/con...
  2. NodeCollection.Count | Aspose.Words per .NET

    Scopri la proprietà NodeCollection Count per accedere facilmente al numero totale di nodi nella tua raccolta, migliorando l'efficienza e la gestione dei dati.... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/it/net/aspose.words/...
  3. ShapeBase.is_inline property | Aspose.Words for...

    ShapeBase.is_inline property. A quick way to determine if this shape is positioned inline with text....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/python-net/aspose.wo...
  4. Arşiv

    Arşiv...is_composite) : include_next_paragraph(endNode, nodes) # Düğüm işaretçileri...get_ancestor(aw.NodeType.PARAGRAPH) is not None or node.get_ancestor(aw...

    blog.aspose.com/tr/words/extract-text-from-word...
  5. Arsip

    Arsip...bisa berupa node level blok (Paragraph , Table) atau level inline...bawah ini. public static List<Paragraph> ParagraphsByStyleNam(Document...

    blog.aspose.com/id/words/extract-text-from-word...
  6. Chercher

    chercher...fragment de texte, soit le paragraphe complet. Voyons comment fonctionne...la création d’un nouveau paragraphe. Ceci peut être réalisé en...

    blog.aspose.com/fr/pdf/rotate-text-inside-pdf-d...
  7. Gunakan FloatingBox untuk Tata Letak PDF di Pyt...

    Pelajari cara menggunakan FloatingBox untuk tata letak teks, konten multi‑kolom, dan penempatan yang presisi dalam dokumen PDF dengan Python.... paragraphs . add ( ap . text . TextFragment...phrase )) # Add box page . paragraphs . add ( box ) document ....

    docs.aspose.com/pdf/id/python-net/floating-box/
  8. Font.DoubleStrikeThrough | Aspose.Words för .NET

    Upptäck egenskapen för teckensnittet DoubleStrikeThrough. Formatera enkelt text med en dubbel genomstrykning för ökad tydlighet och stil i dina dokument....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/sv/net/aspose.words/...
  9. DocumentDirection enumeration | Aspose.Words fo...

    aspose.words.loading.DocumentDirection enumeration. Allows to specify the direction to flow the text in a document....# the direction of every paragraph of text that Aspose.Words...loads from plaintext. # Each paragraph's "Bidi" property will store...

    reference.aspose.com/words/python-net/aspose.wo...
  10. docx转PDF,间距不生效 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题截图: 源文件: YC-HTMB-0018 A 深圳市劳动合同(A版)-原始文件.docx (33.4 KB)...获取所有段落并设置规范的间距 for (Paragraph paragraph : (Iterable<Paragraph>)doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { paragraph.getParagraphFormat()...

    forum.aspose.com/t/docx-pdf/315236