Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 18,590 for

paragraphs

(0.27 sec)
  1. أرشيف

    أرشيف...Paragraphs.Add (رسم بياني) . احفظ ملف...الصفحة page.Paragraphs.Add(graph); page.Paragraphs.Add(graph2);...

    blog.aspose.com/ar/pdf/create-graphs-and-charts...
  2. Formatage de texte à l'intérieur d'un PDF en ut...

    Cette page explique comment formater du texte à l'intérieur de votre fichier PDF. Il y a l'ajout d'un retrait de ligne, l'ajout d'une bordure de texte, l'ajout de texte souligné, etc....TextFragment et la collection Paragraphs. Veuillez utiliser l’extrait...SubsequentLinesInden = 20 }; page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/fr/python-net/text-formatti...
  3. Présentation du générateur de documents dans Py...

    DocumentBuilder vous permet de créer des documents dynamiques à partir de zéro ou d'ajouter de nouveaux éléments à ceux existants à l'aide de Python. DocumentBuilder fournit des méthodes pour insérer du texte, des cases à cocher, des tableaux, des images et d'autres éléments de contenu dans Python....cocher, des objets ole, des paragraphes, des listes, des tableaux...polices, le formatage des paragraphes ou des sections et d’effectuer...

    docs.aspose.com/words/fr/python-net/document-bu...
  4. إضافة نص إلى PDF باستخدام Python|Aspose.PDF لـ ...

    يصف هذا المقال مختلف الجوانب المتعلقة بالعمل مع النصوص في Aspose.PDF. تعلم كيفية إضافة نص إلى PDF، إضافة أجزاء HTML، أو استخدام خطوط OTF مخصصة....page ) # إنشاء فقرة نصية paragraph = ap . text . TextParagraph...المسافة البادئة للخطوط اللاحقة paragraph . subsequent_lines_indent...

    docs.aspose.com/pdf/ar/python-net/add-text-to-p...
  5. Memutar Teks di Dalam PDF|Aspose.PDF untuk Java

    Pelajari berbagai cara untuk memutar teks ke PDF. Aspose.PDF memungkinkan Anda untuk memutar teks ke sudut mana pun, memutar fragmen teks atau seluruh paragraf....TextParagraph paragraph = new TextParagraph (); paragraph . setPosition...paragraf paragraph . appendLine ( textFragment1 ); paragraph . appendLine...

    docs.aspose.com/pdf/id/java/rotate-text-inside-...
  6. Navigation with Cursor in Node.js|Aspose.Words ...

    Navigate between different nodes within a document such as a paragraph, bookmark, or a specific character using Node.js....get the currently selected paragraph or the currently selected...currentNode . When the current paragraph is empty or the cursor is...

    docs.aspose.com/words/nodejs-net/navigation-wit...
  7. ReplaceAction Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.ReplaceAction per controllare i risultati delle corrispondenze nelle operazioni di sostituzione, migliorando l'efficienza e la precisione della modifica dei documenti.... Paragraph para = ( Paragraph ) args . MatchNode.... NodeType == NodeType . Paragraph || insertionDestination ....

    reference.aspose.com/words/it/net/aspose.words....
  8. 記録

    記録...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // 選...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/ja/slides/apply-animation-to-te...
  9. إدارة القوائم النقطية والمرقمة في العروض التقدي...

    تعرّف على كيفية إدارة القوائم النقطية والمرقمة في عروض PowerPoint وOpenDocument باستخدام Aspose.Slides لأندرويد عبر جافا. دليل خطوة بخطوة....الفقرة الأولى باستخدام فئة Paragraph . تعيين نوع النقطة للفقرة...); // إنشاء فقرة Paragraph para = new Paragraph (); // تعيين نمط...

    docs.aspose.com/slides/ar/androidjava/manage-bu...
  10. Copy Table cell styles - Free Support Forum - a...

    Dear team, I’m using Aspose.words c#. And I have a requirement, in which there is a template table in my document which each header columns and body columns are bookmarked separately. Now I need to copy all the font sty…...To copy the font styles, paragraph formats, and cell formats...retrieve the font styles, paragraph formats, and cell formats...

    forum.aspose.com/t/copy-table-cell-styles/307232