Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 36,325 for

paragraph

(0.06 sec)
  1. ListLabel class | Aspose.Words for Python

    aspose.words.lists.ListLabel class. Defines properties specific to a list label...extract the list labels of all paragraphs that are list items. doc...update_list_labels () paras = [ node . as_paragraph () for node in doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.NoSpaceBetweenParagraphsOfSameS...

    ParagraphFormat NoSpaceBetweenParagraphsOfSameStyle property. When true SpaceBefore and SpaceAfter will be ignored between the Paragraphs of the same style in C#....will be ignored between the paragraphs of the same style. public...applied to a paragraph style. If applied to a paragraph directly...

    reference.aspose.com/words/net/aspose.words/par...
  3. Aspose::Slides::BulletFormat Class Reference - ...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Slides::BulletFormat Class Referen......Class Reference Represents paragraph bullet formatting properties...Returns the bullet type of a paragraph with no inheritance. Read...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  4. CompositeNode.prepend_child method | Aspose.Wor...

    CompositeNode.prepend_child method. Adds the specified node to the beginning of the list of child nodes for this node....document, by default, has one paragraph. self . assertEqual ( 1 ,.... first_section . body . paragraphs . count ) # Composite nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Node::get_CustomNodeId method | ...

    Aspose::Words::Node::get_CustomNodeId method. Specifies custom node identifier in C++....the first paragraph of this document. auto paragraph = System...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. Paragraph.IsEndOfDocument | Aspose.Words for .NET

    Paragraph IsEndOfDocument property. True if this Paragraph is the last Paragraph in the last section of the document in C#....IsEndOfDocument Contents [ Hide ] Paragraph.IsEndOfDocument property True...True if this paragraph is the last paragraph in the last section...

    reference.aspose.com/words/net/aspose.words/par...
  7. Style.list_format property | Aspose.Words for P...

    Style.list_format property. Provides access to the list formatting properties of a Paragraph style....formatting properties of a paragraph style. @property def list_format...property is only valid for paragraph styles. For other style types...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ListLabel.label_value property | Aspose.Words f...

    ListLabel.label_value property. Gets a numeric value for this label....extract the list labels of all paragraphs that are list items. doc...update_list_labels () paras = [ node . as_paragraph () for node in doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.word replace occurences from current nod...

    Hello, is there a way to do a replace operation on all nodes of a document starting from the current node (since myDocument.Range.Replace will search from the beginning of the document and i don’t want to replace nodes t…...replacemnt after the second paragraph. DocumentVisitorRepla replacer...DocumentVisitorRepla(doc.FirstSection.Body.Paragraphs[1], "test", "replacement");...

    forum.aspose.com/t/aspose-word-replace-occurenc...
  10. Story.AppendParagraph | Aspose.Words for .NET

    Story AppendParagraph method. A shortcut method that creates a Paragraph object with optional text and appends it to the end of this object in C#....shortcut method that creates a Paragraph object with optional text...end of this object. public Paragraph AppendParagraph ( string text...

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