Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 36,445 for

paragraph

(0.06 sec)
  1. 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/
  2. Paragraph.AcceptEnd | Aspose.Words for .NET

    Paragraph AcceptEnd method. Accepts a visitor for visiting the end of the documents Paragraph in C#....AcceptEnd Contents [ Hide ] Paragraph.AcceptEnd method Accepts a...the end of the document’s paragraph. public override VisitorAction...

    reference.aspose.com/words/net/aspose.words/par...
  3. 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...
  4. 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...
  5. 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...
  6. Aspose::Words::ControlChar::LineBreakChar field...

    Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::ControlChar::SectionBreakChar fi...

    Aspose::Words::ControlChar::SectionBreakChar field. End of section character: (char)12 or "\f" in C++....new line and starts a new paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection...GetChildNodes ( NodeType :: Paragraph , true ) -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Inserting one document into another at a bookma...

    Received : 2007/12/05 09:50:12 Message : Hi, I’m having trouble coding a VB.NET moduule to insert one document into another at a specific bookmark. I have searched the forums, blogs and downloads and have found several…...document at the end of the paragraph in Aspose Words for Java Aspose...location and not after the paragraph containing the bookmark Demo:...

    forum.aspose.com/t/inserting-one-document-into-...
  9. MarkdownLoadOptions.ImportUnderlineFormatting |...

    MarkdownLoadOptions ImportUnderlineFormatting property. Gets or sets a boolean value indicating either to recognize a sequence of two plus characters as underline text formatting. The default value is false in C#.... loadOptions ); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Assert . AreEqual ( Underline...

    reference.aspose.com/words/net/aspose.words.loa...
  10. Paragraph.IsEndOfCell | Aspose.Words for .NET

    Paragraph IsEndOfCell property. True if this Paragraph is the last Paragraph in a Cell false otherwise in C#....Hide ] Paragraph.IsEndOfCell property True if this paragraph is the...the last paragraph in a Cell ; false otherwise. public bool IsEndOfCell...

    reference.aspose.com/words/net/aspose.words/par...