Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 15,616 for

paragraph

(0.03 sec)
  1. Aspose::Words::FrameFormat class | Aspose.Words...

    Aspose::Words::FrameFormat class. Represents frame related formatting for a Paragraph in C++....related formatting for a paragraph. class FrameFormat : public...get_IsFrame () Returns true if the paragraph is a frame. get_RelativeHorizontalPo...

    reference.aspose.com/words/cpp/aspose.words/fra...
  2. DocumentVisitor.visitParagraphStart method | As...

    DocumentVisitor.visitParagraphStart method. Called when enumeration of a Paragraph has started....visitParagraphStart(paragraph) Called when enumeration of a paragraph has started...visitParagraphStart ( paragraph : Aspose . Words . Paragraph ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Weird behaviour regarding Paragraphs - Free Sup...

    Are you able to suggest why Paragraphs imported using Document Library is sometimes split into multiple Run instead of just 1? image.png (15.0 KB) Business Case and Benefits of Product should be 1 Run, but it is being …...Weird behaviour regarding Paragraphs Aspose.Words Product Family...Are you able to suggest why paragraphs imported using Document Library...

    forum.aspose.com/t/weird-behaviour-regarding-pa...
  4. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...
  5. Paragraph.paragraph_format property | Aspose.Wo...

    Paragraph.Paragraph_format property. Provides access to the Paragraph formatting properties....paragraph_format property Paragraph.paragraph_format property...property Provides access to the paragraph formatting properties. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. Replace Fields With Static Text in PHP|Aspose.W...

    Replace Fields With Static Text using PHP....visitParagraphEnd ( Paragraph paragraph ) { if ( mFieldDepth...converted continues onto another paragraph. We // need to copy the remaining...

    docs.aspose.com/words/java/replace-fields-with-...
  8. Paragraph.is_move_from_revision property | Aspo...

    Paragraph.is_move_from_revision property. Returns ``True`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled....is_move_from_revision property Paragraph.is_move_from_revision property...Shows how to check whether a paragraph is a move revision. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldStyleRef class | Aspose.Words for Python

    aspose.words.fields.FieldStyleRef class. Implements the STYLEREF field...(Inherited from Field ) insert_paragraph_number Gets or sets whether...insert the paragraph number of the referenced paragraph exactly...

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

    Discover the CompositeNode GetChild method to easily retrieve the Nth child node of a specific type, enhancing your data management efficiency....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

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