Aspose::Words::Lists::ListFormat::RemoveNumbers method. Removes numbers or bullets from the current Paragraph and sets list level to zero in C++....bullets from the current paragraph and sets list level to zero...organize and decorate sets of paragraphs with prefix symbols and indents...
CompositeNode GetChild method. Returns an Nth child node that matches the specified type in C#....first paragraph of this document. Paragraphparagraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...
Aspose::Words::HeaderFooter::get_IsHeader method. True if this HeaderFooter object is a header in C++....append a paragraph to it. The text in that paragraph // will appear...Add ( header ); SharedPtr < Paragraph > para = header -> AppendParagraph...
Specifies the type of a Word document node in Java....first paragraph of this document. Paragraphparagraph = (Paragraph)...getChild(NodeType.PARAGRAPH, 0, true); paragraph.appendChild(new...
Represents Paragraph element. Paragraph can consist of both text and text with an image. The image is specified by coordinates x y....class Represents Paragraph element. Paragraph can consist of both...Name { get; set; } Name of paragraph ParagraphType { get; set;...
Public Member Functions | List of all members Aspose::Slides::IParagraph Class Reference abstract Represents a paragr......Reference abstract Represents a paragraph of a text. More... #include...Inherited by Aspose::Slides::Paragraph . Public Member Functions...
FieldRef.insert_Paragraph_number_in_relative_context property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in relative context....insert_paragraph_number_in_relative_context property FieldRef...FieldRef.insert_paragraph_number_in_relative_context property Gets or...
Paragraph Accept method. Accepts a visitor in C#....Accept Contents [ Hide ] Paragraph.Accept method Accepts a visitor...for all child nodes of the paragraph and calls VisitParagraphEnd...
aspose.words.HtmlInsertOptions enumeration. Specifies options for the [DocumentBuilder.insert_html()](../documentbuilder/insert_html/#str_htmlinsertoptions) method....USE_BUILDER_FORMATTING Use font and paragraph formatting specified in DocumentBuilder...REMOVE_LAST_EMPTY_PARAGRAPH Remove the empty paragraph that is normally...
Node Document property. Gets the document to which this node belongs in C#....new Document (); Paragraph para = new Paragraph ( doc ); para ...have not yet appended this paragraph as a child to any composite...