NodeCollection Item property. Retrieves a node at the given index in C#....first paragraph of this document. Paragraphparagraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...
Aspose.Words.Replacing.ReplaceAction enum. Allows the user to specify what happens to the current match during a replace operation in C#....after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...
FloatingBox Contents [ Hide ] FloatingBox class public class FloatingBox : BaseParagraph Constructors Name Descriptio......a horizontal alignment of paragraph virtual Hyperlink { get; set;...that indicates whether this paragraph will be at next column. Default...
Aspose::Words::FrameFormat::get_IsFrame method. Returns true if the Paragraph is a frame in C++....method Returns true if the paragraph is a frame. bool Aspose ::...formatting properties of paragraphs that are frames. auto doc...
FieldStyleRef.search_from_bottom property. Gets or sets whether to search from the bottom of the current page, rather from the top....\x01 )' # Add text and apply paragraph styles that STYLEREF fields...list_indent () builder . paragraph_format . style = doc . styles...
Aspose::Words::InlineStory::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....method Retrieves the parent Paragraph of this node. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: InlineStory...
ControlChar ParagraphBreakChar field. End of Paragraph character char13 or r in C#....ParagraphBreakChar field End of paragraph character: (char)13 or “\r”...new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...
InlineStory ParentParagraph property. Retrieves the parent Paragraph of this node in C#....the parent Paragraph of this node. public Paragraph ParentParagraph...last child of the node is a paragraph, // for us to be able to click...
Aspose::Words::NodeCollection::get_Count method. Gets the number of nodes in the collection in C++....the first paragraph of this document. auto paragraph = System...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...
CompositeNode.select_single_node method. Selects the first [Node](../../node/) that matches the XPath expression....expression will extract all paragraph nodes, # which are descendants...select_nodes ( "//Table//Paragraph" ) # Iterate through the list...