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

paragraphs

(0.71 sec)
  1. Font.SmallCaps | Aspose.Words for .NET

    Discover the Font SmallCaps property. Easily format text in small capital letters for enhanced readability and a stylish look in your designs....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // There are two ways...

    reference.aspose.com/words/net/aspose.words/fon...
  2. ParagraphAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphAlignment enum for precise text alignment in your documents. Enhance readability and formatting with ease!...Specifies text alignment in a paragraph. public enum ParagraphAlignment...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/net/aspose.words/par...
  3. Автоматизация создания PowerPoint в C++: легко ...

    Автоматизируйте создание слайдов на облачных платформах с помощью Aspose.Slides для C++ — быстро и надёжно генерируйте, редактируйте и конвертируйте файлы PowerPoint и OpenDocument....auto paragraph = MakeObject < Paragraph > (); paragraph -> get_ParagraphFormat...( BulletType :: Symbol ); paragraph -> get_ParagraphFormat ()...

    docs.aspose.com/slides/ru/cpp/automating-powerp...
  4. 在 PDF 中旋转文本|Aspose.PDF for Java

    学习不同方式在 PDF 中旋转文本。Aspose.PDF 允许您以任意角度旋转文本,旋转文本片段或整个段落。...TextParagraph paragraph = new TextParagraph (); paragraph . setPosition...将文本片段附加到段落 paragraph . appendLine ( textFragment1 ); paragraph . appendLine...

    docs.aspose.com/pdf/zh/java/rotate-text-inside-...
  5. 파이썬을 사용하여 PDF 내 텍스트 회전|Aspose.PDF for Python vi...

    PDF에 텍스트를 회전하는 다양한 방법을 배웁니다. Aspose.PDF는 텍스트를 임의의 각도로 회전하거나 텍스트 조각 또는 전체 단락을 회전할 수 있습니다....TextParagraph paragraph = new TextParagraph (); paragraph . Position...단락에 추가 paragraph . AppendLine ( textFragment1 ); paragraph . AppendLine...

    docs.aspose.com/pdf/ko/python-net/rotate-text-i...
  6. Python का उपयोग करके WORD बनाएं

    कुछ ही चरणों में Python में एक नया WORD बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से WORD बनाएं।...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hi/python-net/make/word/
  7. Python का उपयोग करके DOC बनाएं

    कुछ ही चरणों में Python में एक नया DOC बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से DOC बनाएं।...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hi/python-net/make/doc/
  8. Ajouter du Texte au PDF en utilisant C++|Aspose...

    Cet article décrit divers aspects du travail avec le texte dans Aspose.PDF. Apprenez à ajouter du texte au PDF, ajouter des fragments HTML ou utiliser des polices OTF personnalisées....); // Créer un paragraphe de texte auto paragraph = MakeObject...l'indentation des lignes suivantes paragraph -> set_SubsequentLinesInden...

    docs.aspose.com/pdf/fr/cpp/add-text-to-pdf-file/
  9. Cell.ParentRow | Aspose.Words för .NET

    Upptäck egenskapen Cell ParentRow för att enkelt komma åt överordnad rad i valfri cell, vilket förbättrar din datahantering och navigeringseffektivitet....)) foreach ( Paragraph para in cell . Paragraphs ) { Assert ....hopsättning Aspose.Words Cell.Paragraphs Cell.PreviousCell Svenska...

    reference.aspose.com/words/sv/net/aspose.words....
  10. ParagraphFormat.borders property | Aspose.Words...

    ParagraphFormat.borders property. Gets collection of borders of the paragraph....collection of borders of the paragraph. @property def borders ( self...Examples Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...