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

paragraph

(0.09 sec)
  1. Aspose::Words::TabStopCollection::After method ...

    Aspose::Words::TabStopCollection::After method. Gets a first tab stop to the right of the specified position in C++....:: ParagraphCollection > paragraphs = doc -> get_FirstSection...() -> get_Paragraphs (); ASSERT_EQ ( 2 , paragraphs -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/tab...
  2. Aspose::Words::TabStopCollection::Before method...

    Aspose::Words::TabStopCollection::Before method. Gets a first tab stop to the left of the specified position in C++....:: ParagraphCollection > paragraphs = doc -> get_FirstSection...() -> get_Paragraphs (); ASSERT_EQ ( 2 , paragraphs -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/tab...
  3. ASP - VBScript via COM Interop|Aspose.PDF for .NET

    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....(with red text color) to the paragraph SampleText . Segments . Add...( seg1 ) 'Add Text paragraph to paragraphs collection of a section...

    docs.aspose.com/pdf/net/asp-vbscript-via-com-in...
  4. StyleCollection.Add | Aspose.Words for .NET

    Discover the StyleCollection Add method to effortlessly create and add custom user-defined styles to your collection, enhancing your design flexibility....You can create character, paragraph or a list style. When creating...a style of the "StyleType.Paragraph", the collection will apply...

    reference.aspose.com/words/net/aspose.words/sty...
  5. DocumentBase.lists property | Aspose.Words for ...

    DocumentBase.lists property. Provides access to the list formatting used in the document....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. # Each paragraph that we add between a list's...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Edit HTML with Python

    Let us edit HTML with Python. Aspose.HTML for Python via .NET is an enterprise-level SDK for the creation and modification of HTML pages programmatically.... Access the paragraph by ID and update paragraph text. Create...Create new paragraph by calling the create_element function. Create...

    blog.aspose.com/html/edit-html-with-python/
  7. FieldPrint class | Aspose.Words for Python

    aspose.words.fields.FieldPrint class. Implements the PRINT field...node, returns its parent paragraph. If the field is already removed...doc ) builder . write ( 'My paragraph' ) # The PRINT field can send...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert Text to PDF|Aspose.PDF for Android via ...

    Aspose.PDF for Android via Java allows you to convert plain text file to PDF or to convert pre-formatted text file to PDF.... Add a new paragraph in Paragraphs collection using TextFragment...// Add a new text paragraph in paragraphs collection and pass...

    docs.aspose.com/pdf/androidjava/convert-text-to...
  9. Comment.add_reply method | Aspose.Words for Python

    Comment.add_reply method. Adds a reply to this comment....up at the location of its paragraph, # outside the right-side...connecting it to its paragraph. builder . current_paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 从 .NET 演示文稿获取段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中检索段落和文本块边界,以优化 PowerPoint 演示文稿中的文本定位。...RectangleF rect = (( Paragraph ) textFrame . Paragraphs [ 0 ]). GetRect...要获取表格单元格 TextFrame 中 Portion 或 Paragraph 的大小和坐标,可以使用 IPortion.GetRect...

    docs.aspose.com/slides/zh/net/paragraph/