Sort Score
Result 10 results
Languages All
Labels All
Results 5,211 - 5,220 of 18,520 for

paragraph

(0.22 sec)
  1. Formater le texte PowerPoint en Python|Aspose.S...

    Apprenez à formater et styliser le texte dans les présentations PowerPoint et OpenDocument en utilisant Aspose.Slides pour Python via .NET. Personnalisez les polices, les couleurs, l'alignement et bien plus avec des exemples de code Python puissants.... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/fr/python-net/text-forma...
  2. Архивы

    Архивы...as presentation: # select paragraph to add effect autoShape =...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # add...

    blog.aspose.com/ru/slides/apply-text-animation-...
  3. Архів

    Архів...is_composite) : include_next_paragraph(endNode, nodes) # Поверніть...get_ancestor(aw.NodeType.PARAGRAPH) is not None or node.get_ancestor(aw...

    blog.aspose.com/uk/words/extract-text-from-word...
  4. NullReferenceException on Portion.GetRect - Fre...

    Hello, We have come across a NullReferenceException when calling Portion.GetRect in Aspose.Slides.NET 25.10.0. I’ve have attached a minimal example null_ref_exception.zip (520.2 KB) var pres = new Presentation("./nul…...Paragraphs[0].Portions[0]; var rect...that the TextFrame and its Paragraphs and Portions actually contain...

    forum.aspose.com/t/nullreferenceexception-on-po...
  5. MarkdownLoadOptions.ImportUnderlineFormatting |...

    Upptäck egenskapen ImportUnderlineFormatting i MarkdownLoadOptions. Kontrollera formateringen av understruken text med en enkel boolesk inställning. Förbättra din Markdown-upplevelse!... loadOptions ); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Assert . AreEqual ( Underline...

    reference.aspose.com/words/sv/net/aspose.words....
  6. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Python via .NET.... Add Text fragment to paragraphs collection of page instance...object. Add graph object to paragraphs collection of page instance...

    docs.aspose.com/pdf/python-net/add-rectangle/
  7. 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/...
  8. 파이썬을 사용하여 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...
  9. FloatingBox를 사용한 텍스트 생성|Aspose.PDF for .NET

    이 페이지는 플로팅 박스 내에서 텍스트를 형식화하는 방법을 설명합니다.... Paragraphs . Add ( new Aspose . Pdf...example" )); // Add box page . Paragraphs . Add ( box ); } } 위의 예제에서는...

    docs.aspose.com/pdf/ko/net/floating-box/
  10. Font.DoubleStrikeThrough | Aspose.Words för .NET

    Upptäck egenskapen för teckensnittet DoubleStrikeThrough. Formatera enkelt text med en dubbel genomstrykning för ökad tydlighet och stil i dina dokument....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/sv/net/aspose.words/...