Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 18,953 for

paragraphs

(0.09 sec)
  1. Archiv

    Archiv...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // Přidat...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/cs/slides/apply-animation-to-te...
  2. TabStopCollection Class | Aspose.Words per .NET

    Scopri Aspose.Words.TabStopCollection. Gestisci facilmente tabulazioni personalizzate per paragrafi e stili, migliorando la formattazione dei tuoi documenti con precisione....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // Ogni paragrafo...

    reference.aspose.com/words/it/net/aspose.words/...
  3. Aspose::Words::Node::get_ParentNode method | As...

    Aspose::Words::Node::get_ParentNode method. Gets the immediate parent of this node in C++....SharedPtr < Aspose :: Words :: Paragraph > para = doc -> get_FirstSection...node to the document's first paragraph. auto run = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/nod...
  4. HeaderFooter.header_footer_type property | Aspo...

    HeaderFooter.header_footer_type property. Gets the type of this header/footer....append a paragraph to it. The text in that paragraph # will appear...) para = header . append_paragraph ( 'My header.' ) self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 아카이브

    아카이브...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/ko/slides/convert-ppt-to-video-...
  6. 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/
  7. إدارة أجزاء النص في العروض التقديمية باستخدام P...

    تعلم كيفية إدارة أجزاء النص في عروض PowerPoint وOpenDocument باستخدام Aspose.Slides للPython عبر .NET، مما يعزز الأداء والتخصيص....text_frame for paragraph in text_frame . paragraphs : for portion...portion in paragraph . portions : point = portion . get_coordinates...

    docs.aspose.com/slides/ar/python-net/portion/
  8. Font.small_caps property | Aspose.Words for Python

    Font.small_caps property. True if the font is formatted as small capital letters.... PARAGRAPH , 0 , True ) . as_paragraph () # There are...append_child ( aw . Paragraph ( doc )) . as_paragraph () # 2 - Set the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HeaderFooter.isHeader property | Aspose.Words f...

    HeaderFooter.isHeader property. True if this [HeaderFooter](../) object is a header....append a paragraph to it. The text in that paragraph // will appear...append a paragraph to it. The text in that paragraph // will appear...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 怎么在光标所在位置插入下一页分节符 - 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