Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 7,946 for

paragraph

(0.06 sec)
  1. CompositeNode.InsertBefore | Aspose.Words for .NET

    Discover how to use the CompositeNode InsertBefore method to seamlessly insert nodes before reference nodes, enhancing your data structure management....document, by default, has one paragraph. Assert . AreEqual ( 1 , doc...doc . FirstSection . Body . Paragraphs . Count ); // Composite nodes...

    reference.aspose.com/words/net/aspose.words/com...
  2. ListLabel.label_string property | Aspose.Words ...

    ListLabel.label_string property. Gets a string representation of list label....extract the list labels of all paragraphs that are list items. doc...NodeType . PARAGRAPH , True ) # Find if we have the paragraph list...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FrameFormat.width property | Aspose.Words for P...

    FrameFormat.width property. Gets the width of the specified frame, in points....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BorderCollection.clear_formatting method | Aspo...

    BorderCollection.clear_formatting method. Removes all borders of an object....remove all borders from all paragraphs in a document. doc = aw ...'Borders.docx' ) # The first paragraph of this document has visible...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Paragraph.IsEndOfHeaderFooter | Aspose.Words fo...

    Discover the IsEndOfHeaderFooter property for Paragraphs. Easily determine if a Paragraph is the last in a HeaderFooter, enhancing document structure....IsEndOfHeaderFooter Contents [ Hide ] Paragraph.IsEndOfHeaderFooter property...property True if this paragraph is the last paragraph in the HeaderFooter...

    reference.aspose.com/words/net/aspose.words/par...
  6. Paragraph.append_field method | Aspose.Words fo...

    aspose.words.Paragraph.append_field method...update_field) Appends a field to this paragraph. def append_field ( self ... Appends a field to this paragraph. def append_field ( self ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FrameFormat.relative_vertical_position property...

    FrameFormat.relative_vertical_position property. Gets the relative vertical position of a frame....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FrameFormat.relative_horizontal_position proper...

    FrameFormat.relative_horizontal_position property. Gets the relative horizontal position of a frame....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Node.custom_node_id property | Aspose.Words for...

    Node.custom_node_id property. Specifies custom node identifier....to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ListLabel.LabelValue | Aspose.Words for .NET

    Discover the ListLabel LabelValue property to easily retrieve numeric values for labels, enhancing your data management and reporting efficiency....extract the list labels of all paragraphs that are list items. Document...NodeType . Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/net/aspose.words.lis...