Sort Score
Result 10 results
Languages All
Labels All
Results 4,811 - 4,820 of 13,539 for

paragraph

(0.51 sec)
  1. Hyperlinks verwalten|Aspose.Slides Dokumentation

    Fügen Sie einer PowerPoint-Präsentation in C# oder .NET einen Hyperlink hinzu... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...com/" ); shape1 . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/de/net/manage-hyperlinks/
  2. Tourner le texte à l'intérieur du PDF en utilis...

    Découvrez différentes façons de faire pivoter le texte vers le PDF. Aspose.PDF vous permet de faire pivoter le texte à n'importe quel angle, de faire pivoter un fragment de texte ou un Paragraphe entier....auto paragraph = MakeObject < TextParagraph > (); paragraph ->...fragments de texte au paragraphe paragraph -> AppendLine ( textFragment1...

    docs.aspose.com/pdf/fr/cpp/rotate-text-inside-pdf/
  3. Font.StrikeThrough | Aspose.Words per .NET

    Font StrikeThrough proprietà. Vero se il carattere è formattato come testo barrato in C#....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/it/net/aspose.words/...
  4. TxtSaveOptions Class | Aspose.Words لـ .NET

    Aspose.Words.Saving.TxtSaveOptions فصل. يمكن استخدامه لتحديد خيارات إضافية عند حفظ مستند في ملفText التنسيق في C#....Writeln ( "Paragraph 1." ); builder . Writeln ( "Paragraph 2." );...); builder . Write ( "Paragraph 3." ); // قم بإنشاء كائن "TxtSaveOptions"،...

    reference.aspose.com/words/ar/net/aspose.words....
  5. Portion|Documentation Aspose.Slides

    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....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/fr/cpp/portion/
  6. C++でPowerPointの段落を管理する|Aspose.Slides ドキュメント

    C++でPowerPointプレゼンテーションの段落、テキスト、インデント、およびプロパティを作成および管理する...IParagraph > para0 = tf -> get_Paragraphs () -> idx_get ( 0 ); SharedPtr...SharedPtr < Paragraph > para1 = MakeObject < Paragraph > (); tf...

    docs.aspose.com/slides/ja/cpp/manage-paragraph/
  7. PDF内のテキストを回転させる方法 (C++使用)|Aspose.PDF for C++

    PDFにテキストを回転させるさまざまな方法を学びます。Aspose.PDFを使用すると、任意の角度にテキストを回転させたり、テキストフラグメントや段落全体を回転させたりできます。...auto paragraph = MakeObject < TextParagraph > (); paragraph ->...テキストフラグメントを段落に追加 paragraph -> AppendLine ( textFragment1 ); paragraph -> AppendLine...

    docs.aspose.com/pdf/ja/cpp/rotate-text-inside-pdf/
  8. MailMerge.CleanupParagraphsWithPunctuationMarks...

    Optimize your MailMerge with the CleanupParagraphsWithPunctuationMarks property. Control empty Paragraph removal for cleaner, professional documents....value indicating whether paragraphs with punctuation marks are...Examples Shows how to remove paragraphs with punctuation marks after...

    reference.aspose.com/words/net/aspose.words.mai...
  9. SetPageSize() ignored if any Text added to the ...

    Background We are currently evaluating Aspose.Pdf for .Net as a replacement for iTextSharp. I am using the new Aspose.Pdf API (i.e., not the Generator) Problem When I call SetPageSize() to change the dimensions of a …...Paragraphs.Add(para); //add a new page...ignored if there are any paragraphs on ANY page in the document...

    forum.aspose.com/t/setpagesize-ignored-if-any-t...
  10. Bullet verwalten|Aspose.Slides Dokumentation

    Erstellen Sie Aufzählungs- und nummerierte Listen in PowerPoint-Präsentationen in Java...erste Absatzinstanz mit der Paragraph Klasse. Legen Sie den Aufzählungstyp...eines Absatzes Paragraph para = new Paragraph (); // Festlegen...

    docs.aspose.com/slides/de/java/manage-bullet/