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

paragraphs

(0.19 sec)
  1. Добавление текста в PDF с использованием C#|Asp...

    Узнайте, как добавить текст в PDF-документ в .NET с использованием Aspose.PDF для улучшения содержания и редактирования документов....); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/ru/net/add-text-to-pdf-file/
  2. 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...
  3. Rotar Texto Dentro de PDF usando C++|Aspose.PDF...

    Aprende diferentes maneras de rotar texto en PDF. Aspose.PDF te permite rotar texto a cualquier ángulo, rotar fragmentos de texto o un párrafo completo....auto paragraph = MakeObject < TextParagraph > (); paragraph ->...párrafo paragraph -> AppendLine ( textFragment1 ); paragraph -> AppendLine...

    docs.aspose.com/pdf/es/cpp/rotate-text-inside-pdf/
  4. Texte mathématique|Documentation Aspose.Slides

    Explorez les exemples MathematicalText d'Aspose.Slides pour Android : créez et formatez des équations, des fractions, des matrices et des symboles avec Java dans des présentations PPT, PPTX et ODP....Accéder au paragraphe mathématique. IParagraph paragraph = mathShape...); IPortion textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/fr/androidjava/examples/...
  5. أرشيف

    أرشيف...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...
  6. Border.clearFormatting method | Aspose.Words fo...

    Border.clearFormatting method. Resets border properties to default values....to remove borders from a paragraph. let doc = new aw . Document..."Borders.docx" ); // Each paragraph has an individual set of borders...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Story.AppendParagraph | Aspose.Words لـ .NET

    اكتشف طريقة Story AppendParagraph، وقم بإنشاء كائن فقرة وإضافته بسهولة باستخدام نص قابل للتخصيص لتحسين المستند بشكل سلس....method طريقة اختصار لإنشاء Paragraph كائن يحتوي على نص اختياري...نهاية هذا الكائن. public Paragraph AppendParagraph ( string text...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. Animierter Text|Aspose.Slides Dokumentation

    Animierter Text in PowerPoint-Präsentation mit Aspose.Slides...() -> idx_get ( 0 )); auto paragraph = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ); // Fly-Animationseffekt...

    docs.aspose.com/slides/de/cpp/animierter-text/
  9. InlineStory.StoryType | Aspose.Words for .NET

    Discover the InlineStory StoryType property, which reveals the unique type of your story. Enhance your storytelling with precise categorization!...last child of the node is a paragraph, // for us to be able to click...Is . EqualTo ( NodeType . Paragraph )); // Edit the appearance...

    reference.aspose.com/words/net/aspose.words/inl...
  10. Поворот текста внутри 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/