Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 18,176 for

paragraphs

(0.08 sec)
  1. How to Convert Image to PDF using Python

    This short article guides on how to convert image to PDF using Python. It briefs about the environment settings, program flow and a runnable sample code to convert JPG to PDF using Python....Add the image object to the paragraphs collection of the selected...and finally add it to the paragraphs collection of the selected...

    kb.aspose.com/pdf/python/how-to-convert-image-t...
  2. Extra border appears after update of Rich Text ...

    Hello team. We encontered an issue when updating existing Word document containing one Rich Text embedded control that has a table with inserted HTML. When the given embedded content is updated as following: 1. richT…...add the paragraph to the richText control Paragraph para = new...new Paragraph(targetDoc); richText.appendChild(para); 3. insert...

    forum.aspose.com/t/extra-border-appears-after-u...
  3. DocumentVisitor.VisitParagraphEnd | Aspose.Word...

    Discover the DocumentVisitor VisitParagraphEnd method—efficiently handle paragraph enumeration completion in your applications for improved performance....Called when enumeration of a paragraph has ended. public virtual...VisitParagraphEnd ( Paragraph paragraph ) Parameter Type Description...

    reference.aspose.com/words/net/aspose.words/doc...
  4. 从 .NET 演示文稿获取形状的有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何计算并应用有效的形状属性,以实现精准的 PowerPoint 渲染。... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...WriteLine ( "= Effective paragraph formatting for style level...

    docs.aspose.com/slides/zh/net/shape-effective-p...
  5. DocumentVisitor.VisitSectionStart | Aspose.Word...

    Discover the DocumentVisitor VisitSectionStart method, essential for tracking section enumeration. Enhance your coding efficiency with this powerful tool!... Paragraphs . Count ; IndentAndAppendLine...IndentAndAppendLine ( "[Body start] Paragraphs: " + paragraphCount ); mDocTraversalDepth...

    reference.aspose.com/words/net/aspose.words/doc...
  6. 在 Python 中获取演示文稿的段落边界|Aspose.Slides for Python 文档

    了解如何在 Aspose.Slides for Python via .NET 中检索段落和文本部分的边界,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本定位。...NET,开发人员现在可以获取 TextFrame 的段落集合中 Paragraph 的矩形坐标。它还允许获取段落的 portion 集合中...形坐标以及段落中 portion 的位置。 获取 Paragraph 的矩形坐标 已添加新方法 GetRect() 。它用于获取段落的边界矩形。...

    docs.aspose.com/slides/zh/python-net/paragraph/
  7. HtmlSaveOptions.export_document_properties prop...

    HtmlSaveOptions.export_document_properties property. Specifies whether to export built-in and custom document properties to HTML, MHTML or EPUB...the document into heading paragraphs. # This is useful for readers...DocumentSplitCriteri . HEADING_PARAGRAPH # Specify that we want to...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Paragraph::get_FrameFormat metho...

    Aspose::Words::Paragraph::get_FrameFormat method. Provides access to the frame formatting properties in C++....Aspose::Words::Paragraph::get_FrameFormat method Paragraph::get_FrameFormat...FrameFormat > Aspose :: Words :: Paragraph :: get_FrameFormat () Examples...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Convert PowerPoint Presentations to Video in .N...

    Learn how to convert PowerPoint presentations to video in .NET. Discover sample C# code and automation techniques to streamline your workflow....this example, we animate paragraphs on objects so that they appear... 300 , 300 ); Paragraph para1 = new Paragraph (); para1 . Portions...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  10. BorderCollection indexer | Aspose.Words for Python

    BorderCollection indexer. Retrieves a [Border](../../border/) object by index....writeln ( 'Paragraph 1.' ) builder . write ( 'Paragraph 2.' ) #...configuration while creating # these paragraphs, their border collections...

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