Discover the InlineStory FirstParagraph property to easily access and enhance the first Paragraph of your story for improved engagement....the first paragraph in the story. public Paragraph FirstParagraph...how to add a comment to a paragraph. Document doc = new Document...
Aspose::Words::Body::Body constructor. Initializes a new instance of the Body class in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...>> ( body ); // Create a paragraph, set some formatting properties...
Represents an Office Math object such as function equation matrix or alike in Java....OfficeMath can only be a child of Paragraph . Examples: Shows how to set...getParentParagraph() Retrieves the parent Paragraph of this node. getParentParagraph_IInline()...
aspose.words.Body class. Represents a container for the main text of a section...Remarks Body can contain Paragraph and Table child nodes. Body...needs to contain at least one Paragraph . Inheritance: Body → Story...
ListFormat.isListItem property. True when the Paragraph has bulleted or numbered formatting applied to it....isListItem property True when the paragraph has bulleted or numbered formatting...organize and decorate sets of paragraphs with prefix symbols and indents...
Aspose::Words::Lists::ListTrailingCharacter enum. Specifies the character that separates the list label from the text of the Paragraph in C++....label from the text of the paragraph. enum class ListTrailingCharacte...list label and text of the paragraph. Space 1 A space character...
SectionCollection indexer. Retrieves a section at the given index....body, which in turn has a paragraph. # We can add contents to...shapes, or tables to that paragraph. self . assertEqual ( aw ...
Aspose::Words::Section::Section constructor. Initializes a new instance of the Section class in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...>> ( body ); // Create a paragraph, set some formatting properties...
Aspose::Words::DocumentBase::get_Document method. Gets this instance in C++....a Section, a Body, and a Paragraph. doc -> AppendChild < System...SharedPtr < Aspose :: Words :: Paragraph >> ( System :: MakeObject...