Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 15,547 for

paragraph

(0.12 sec)
  1. List.isMultiLevel property | Aspose.Words for N...

    List.isMultiLevel property. Returns ``true`` when the list contains 9 levels; ``false`` when 1 level....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/nodejs-net/aspose.wo...
  2. 文本格式化|Aspose.Slides 文档

    在 C# 中管理和操作文本及文本框属性... Paragraphs . Clear (); Paragraph para = new Paragraph ();...); autoShape . TextFrame . Paragraphs . Add ( para ); pres . Save...

    docs.aspose.com/slides/zh/net/text-formatting/
  3. CommentRangeStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentRangeStart class, marking comment-associated text regions for enhanced document management and editing efficiency....and can only be a child of Paragraph . Examples Shows how print...and then add your comment. Paragraph para = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/com...
  4. Create or Load a Document in C#|Aspose.Words fo...

    Create a blank document or to load it from a file or stream using C#....default parameters, one empty paragraph, some document styles. Actually...

    docs.aspose.com/words/net/create-or-load-a-docu...
  5. ParagraphFormat.style_identifier property | Asp...

    ParagraphFormat.style_identifier property. Gets or sets the locale independent style identifier of the Paragraph style applied to this formatting....independent style identifier of the paragraph style applied to this formatting...Configure the table to pick up paragraphs with headings of levels 1...

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

    Remove Breaks using Jython....Retrieve all paragraphs in the document. paragraphs = doc . getChildNodes...NodeType . PARAGRAPH , True ) paragraphs_count = paragraphs . getCount...

    docs.aspose.com/words/java/remove-breaks-in-jyt...
  7. FieldFootnoteRef class | Aspose.Words for Python

    aspose.words.fields.FieldFootnoteRef class. Implements the FOOTNOTEREF field...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Style.linked_style_name property | Aspose.Words...

    Style.linked_style_name property. Gets/sets the name of the [Style](../) linked to this one...only allowed to link the paragraph style to the character style...move_to_document_end () builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Extract Text and Images from PPTX Files using P...

    Python source code to parse PPTX Presentation....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/python-net/parser/pptx/
  10. NodeList indexer | Aspose.Words for Python

    NodeList indexer. Retrieves a node at the given index....select_nodes ( '//Table/Row/Cell/Paragraph/Run' )) # Access the shape...

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