Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 18,545 for

paragraphs

(0.18 sec)
  1. Автоматизация создания PowerPoint в .NET: Легко...

    Автоматизируйте создание слайдов на облачных платформах с помощью Aspose.Slides for .NET — быстро и надёжно генерируйте, редактируйте и конвертируйте файлы PowerPoint и OpenDocument....text ) { var paragraph = new Paragraph (); paragraph . ParagraphFormat...Symbol ; paragraph . ParagraphFormat . Indent = 15 ; paragraph . ParagraphFormat...

    docs.aspose.com/slides/ru/net/automating-powerp...
  2. Utilisation de FloatingBox pour la génération d...

    Cette page explique comment formater le texte à l'intérieur de la boîte flottante.... Paragraphs . Add ( new Aspose . Pdf...example" )); // Add box page . Paragraphs . Add ( box ); } } Dans l’exemple...

    docs.aspose.com/pdf/fr/net/floating-box/
  3. Mover un párrafo de una presentación a otra|Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....FileName = FilePath + "Move a Paragraph from One Presentation to Another...DestFileName = FilePath + "Move a Paragraph from One Presentation to Another...

    docs.aspose.com/slides/es/net/move-a-paragraph-...
  4. Node.custom_node_id property | Aspose.Words for...

    Node.custom_node_id property. Specifies custom node identifier....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...
  5. Chercher

    chercher... obtenez la référence du paragraphe auquel vous souhaitez appliquer...as presentation: # select paragraph to add effect autoShape =...

    blog.aspose.com/fr/slides/apply-text-animation-...
  6. إدارة فقرات نص PowerPoint في C++|وثائق Aspose.S...

    تحكم في تنسيق الفقرات باستخدام Aspose.Slides للـ C++ - حسّن المحاذاة، التباعد والأسلوب في عروض PPT، PPTX و ODP باستخدام C++....IParagraph > para0 = tf -> get_Paragraphs () -> idx_get ( 0 ); SharedPtr...SharedPtr < Paragraph > para1 = MakeObject < Paragraph > (); tf...

    docs.aspose.com/slides/ar/cpp/manage-paragraph/
  7. 아카이브

    아카이브... 이들은 블록 수준(Paragraph, Table) 또는 인라인 수준(예: Run,...based on block-level nodes (paragraphs and tables). Traverse through...

    blog.aspose.com/ko/words/extract-text-from-word...
  8. ParagraphFormat.widow_control property | Aspose...

    ParagraphFormat.widow_control property. True if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. @property def widow_control...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphFormat.PageBreakBefore | Aspose.Words ...

    Upptäck egenskapen ParagraphFormat PageBreakBefore, styr enkelt sidbrytningar före stycken för förbättrad dokumentformatering och läsbarhet....Writeln ( "Paragraph 1." ); builder . Writeln ( "Paragraph 2." );...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; if...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. الحصول على حدود الفقرة من العروض التقديمية في ....

    تعلم كيفية استرجاع حدود الفقرة والجزء النصي في Aspose.Slides for .NET لتحسين تموضع النص في عروض باوربوينت....بالحصول على مستطيل حدود الـ Paragraph. // إنشاء كائن Presentation...RectangleF rect = (( Paragraph ) textFrame . Paragraphs [ 0 ]). GetRect...

    docs.aspose.com/slides/ar/net/paragraph/