Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 18,497 for

paragraph

(0.06 sec)
  1. NodeList.to_array method | Aspose.Words for Python

    NodeList.to_array method. Copies all nodes from the collection to a new array of nodes....expression will extract all paragraph nodes, # which are descendants...select_nodes ( '//Table//Paragraph' ) # Iterate through the list...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. 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...
  4. Math Text|Aspose.Slides Documentation

    Explore Aspose.Slides for C++ MathematicalText examples: create and format equations, fractions, matrices, and symbols with C++ in PPT, PPTX, and ODP presentations....// Access the math paragraph. auto paragraph = mathShape -> get_TextFrame...-> get_Paragraph ( 0 ); auto textPortion = paragraph -> get_Portion...

    docs.aspose.com/slides/cpp/examples/elements/ma...
  5. InlineStory.ParentParagraph | Aspose.Words for ...

    Discover the InlineStory ParentParagraph property to effortlessly access the parent Paragraph of any node, enhancing your content management experience....the parent Paragraph of this node. public Paragraph ParentParagraph...last child of the node is a paragraph, // for us to be able to click...

    reference.aspose.com/words/net/aspose.words/inl...
  6. Math Text|Aspose.Slides Documentation

    Explore Aspose.Slides for Java MathematicalText examples: create and format equations, fractions, matrices, and symbols with Java in PPT, PPTX, and ODP presentations....Access the math paragraph. IParagraph paragraph = mathShape . getTextFrame...); IPortion textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/java/examples/elements/m...
  7. Hyperlink|Aspose.Slides for PHP Documentation

    Add, edit, and remove hyperlinks in PHP with Aspose.Slides: link text, shapes, slides, URLs and email; set targets and actions for PPT, PPTX and ODP....-> setText ( "Aspose" ); $paragraph = $shape -> getTextFrame ()...get_Item ( 0 ); $portion = $paragraph -> getPortions () -> get_Item...

    docs.aspose.com/slides/php-java/examples/elemen...
  8. 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...
  9. FrameFormat.horizontal_position property | Aspo...

    FrameFormat.horizontal_position property. Gets horizontal distance between the edge of the frame and the item specified by the [FrameFormat.relative_horizontal_position](../relative_horizontal_position/) property....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...
  10. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....DocumentBuilder(doc); // Insert paragraphs with text with DocumentBuilder...(char)12 or “\f”. PARAGRAPH_BREAK End of paragraph character: “\x000d”...

    reference.aspose.com/words/java/com.aspose.word...