Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 18,220 for

paragraphs

(0.12 sec)
  1. 超链接|Aspose.Slides 文档

    在 C# 中使用 Aspose.Slides 添加、编辑和删除超链接:链接文字、形状、幻灯片、URL 和电子邮件;为 PPT、PPTX 和 ODP 设置目标和操作。... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat..."Aspose" ; shape . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/zh/net/examples/elements...
  2. ParagraphCollection Class | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphCollection for seamless access to structured Paragraph nodes, enhancing document manipulation and efficiency in your projects....access to a collection of Paragraph nodes. To learn more, visit...visit the Working with Paragraphs documentation article. public...

    reference.aspose.com/words/net/aspose.words/par...
  3. Create or Add Table In PDF using Python|Aspose....

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic.... paragraphs . add ( table ) # Save updated...pdf_document . pages [ 1 ] . paragraphs . add ( table ) # Save updated...

    docs.aspose.com/pdf/python-net/add-table-in-exi...
  4. 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/
  5. DocumentBuilder.moveToParagraph method | Aspose...

    DocumentBuilder.moveToParagraph method. Moves the cursor to a paragraph in the current section....characterIndex) Moves the cursor to a paragraph in the current section. moveToParagraph...paragraphIndex number The index of the paragraph to move to. characterIndex...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Remove Breaks in Ruby|Aspose.Words for Java

    Remove breaks using Ruby....remove_page_breaks ( doc ) # Retrieve all paragraphs in the document. node_type...aspose.words.NodeType" ) paragraphs = doc . getChildNodes ( node_type...

    docs.aspose.com/words/java/remove-breaks-in-ruby/
  7. Aspose::Words::ParagraphFormat::get_SpaceBefore...

    Aspose::Words::ParagraphFormat::get_SpaceBefore method. Gets or sets the amount of spacing (in points) before the paragraph in C++....spacing (in points) before the paragraph. double Aspose :: Words ::...Shows how to set automatic paragraph spacing. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. Aspose::Words::ParagraphFormat::get_SpaceAfter ...

    Aspose::Words::ParagraphFormat::get_SpaceAfter method. Gets or sets the amount of spacing (in points) after the paragraph in C++....spacing (in points) after the paragraph. double Aspose :: Words ::...Shows how to set automatic paragraph spacing. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. ParagraphFormat.NoSpaceBetweenParagraphsOfSameS...

    Discover the ParagraphFormat NoSpaceBetweenParagraphsOfSameStyle property. Optimize your document layout by eliminating space between same-style Paragraphs....will be ignored between the paragraphs of the same style. public...applied to a paragraph style. If applied to a paragraph directly...

    reference.aspose.com/words/net/aspose.words/par...
  10. 使用 FloatingBox 进行文本生成|Aspose.PDF for .NET

    本页面解释如何在浮动框内格式化文本。... Paragraphs . Add ( new Aspose . Pdf...example" )); // Add box page . Paragraphs . Add ( box ); } } 在上面的示例中,我们创建了一个宽度为...

    docs.aspose.com/pdf/zh/net/floating-box/