Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 36,225 for

paragraph

(0.07 sec)
  1. ParagraphFactory|Aspose.Sildes for Python via ....

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....ParagraphFactory class Allows to create paragraphs The ParagraphFactory type...Description create_paragraph() Creates a new empty paragraph. create_paragraph(paragraph)...

    docs.aspose.com/slides/python-net/api-reference...
  2. Aspose::Words::InlineStory::EnsureMinimum metho...

    Aspose::Words::InlineStory::EnsureMinimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph in C++....not a paragraph, creates and appends one empty paragraph. void...last child of the node is a paragraph, // for us to be able to click...

    reference.aspose.com/words/cpp/aspose.words/inl...
  3. ControlChar.ParagraphBreak | Aspose.Words for .NET

    ControlChar ParagraphBreak field. End of Paragraph character x000d or r. Same as Cr in C#....ParagraphBreak field End of paragraph character: “\x000d” or “\r”...new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...

    reference.aspose.com/words/net/aspose.words/con...
  4. Section.EnsureMinimum | Aspose.Words for .NET

    Section EnsureMinimum method. Ensures that the section has Body with one Paragraph in C#....section has Body with one Paragraph . public void EnsureMinimum...body, which in turn has a paragraph. // We can add contents to...

    reference.aspose.com/words/net/aspose.words/sec...
  5. Aspose::Words::CompositeNode::GetChild method |...

    Aspose::Words::CompositeNode::GetChild method. Returns an Nth child node that matches the specified type 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/com...
  6. Aspose::Words::Run class | Aspose.Words for C++...

    Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the documentation article in C++....get_ParentParagraph () Retrieves the parent Paragraph of this node. get_PhoneticGuide...Run can only be a child of Paragraph or inline StructuredDocumentTa...

    reference.aspose.com/words/cpp/aspose.words/run/
  7. Aspose word keepSourceNumbering - Aspose.Words ...

    Hi All, I try to copy part of docx to another docx with " dstDoc.FirstSection.Body.AppendChild(importedNode);", and i want to keep the same source formating and numbering, for this i do this code: ImportFormatOptions i…...Tab) > 1) //{ Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); Bookmark bm = doc.Range.Bookmarks[hyperlink...

    forum.aspose.com/t/aspose-word-keepsourcenumber...
  8. Paragraph.ParentStory | Aspose.Words for .NET

    Paragraph ParentStory property. Retrieves the parent sectionlevel story that can be Body or HeaderFooter in C#....ParentStory Contents [ Hide ] Paragraph.ParentStory property Retrieves...append a paragraph to it. The text in that paragraph // will appear...

    reference.aspose.com/words/net/aspose.words/par...
  9. ControlChar.SECTION_BREAK property | Aspose.Wor...

    ControlChar.SECTION_BREAK property. End of section character: \x000c or \f...new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ControlChar.SPACE_CHAR property | Aspose.Words ...

    ControlChar.SPACE_CHAR property. Space character: (char)32....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...