Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 18,529 for

paragraphs

(0.08 sec)
  1. 記録

    記録...is_composite) : include_next_paragraph(endNode, nodes) # ノード マーカー間のノードを返します。...is_inline(node: aw.Node): # ノードが Paragraph または Table ノードの子孫であり、段落または...

    blog.aspose.com/ja/words/extract-text-from-word...
  2. EditableRange | Aspose.Words for Java

    Represents a single editable range in Java...." + " we cannot edit this paragraph without the password."); //...startEditableRange(); builder.writeln("This paragraph is inside an editable range...

    reference.aspose.com/words/java/com.aspose.word...
  3. OutlineLevel Enum | Aspose.Words för .NET

    Upptäck Aspose.Words.OutlineLevel-enum för att enkelt hantera styckedispositionsnivåer i dina dokument för förbättrad organisation och tydlighet.... Writeln ( "Paragraph outline level 1." ); // Nivå...Level2 ; builder . Writeln ( "Paragraph outline level 2." ); // Två...

    reference.aspose.com/words/sv/net/aspose.words/...
  4. Automatisierung der PowerPoint-Generierung in P...

    Automatisieren Sie die Folienerstellung auf Cloud-Plattformen mit Aspose.Slides für Python—generieren, bearbeiten und konvertieren Sie PowerPoint- und OpenDocument-Dateien schnell und zuverlässig....create_bullet_paragraph ( text ): paragraph = slides . Paragraph () paragraph...paragraph . paragraph_format . bullet . type = slides . BulletType...

    docs.aspose.com/slides/de/python-net/automating...
  5. IReplacingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during a find and replace operation in Java....after the paragraph containing the matched text. Paragraph para =...= (Paragraph) args.getMatchNode().getParentNode(); insertDocument(para...

    reference.aspose.com/words/java/com.aspose.word...
  6. 在 C++ 中格式化 PowerPoint 文本|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。自定义字体、颜色、对齐方式等。...0f ); auto paragraphs = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs (); paragraphs -> Clear (); System...

    docs.aspose.com/slides/zh/cpp/text-formatting/
  7. 怎么在光标所在位置插入下一页分节符 - Free Support Forum - aspose...

    原始文档: section.docx (18.8 KB) 预期: reset.section.docx (18.9 KB) 怎么移动到第一个run之前插入分节符?...moveTo(paragraph);这个只能移动到段落之后,我如果移动到前一个段落之后插入的话,会多出一行...the beginning of the second paragraph. Run r = new Run(doc); doc...

    forum.aspose.com/t/topic/312497
  8. Arşiv

    Arşiv...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # seçilen...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/tr/slides/apply-text-animation-...
  9. Archiv

    Archiv...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # přidat...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/cs/slides/apply-text-animation-...
  10. 在PDF中旋转文本使用C++|Aspose.PDF for C++

    了解将文本旋转到PDF的不同方法。Aspose.PDF允许您将文本旋转到任意角度,旋转文本片段或整个段落。...auto paragraph = MakeObject < TextParagraph > (); paragraph ->...将文本片段追加到段落中 paragraph -> AppendLine ( textFragment1 ); paragraph -> AppendLine...

    docs.aspose.com/pdf/zh/cpp/rotate-text-inside-pdf/