Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 15,621 for

paragraph

(0.03 sec)
  1. Aspose::Words::DocumentBuilder::InsertDocumentI...

    Aspose::Words::DocumentBuilder::InsertDocumentInline method. Inserts a document inline at the cursor position in C++....moves the content of the paragraph of the destination document...is inserted, into the last paragraph of the inserted source document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::Border::Equals method | Aspose.W...

    Aspose::Words::Border::Equals method. Determines whether the specified border is equal in value to the current border in C++....Writeln ( u "Paragraph 1." ); builder -> Write ( u "Paragraph 2." );...configuration while creating // these paragraphs, their border collections...

    reference.aspose.com/words/cpp/aspose.words/bor...
  3. FrameFormat.RelativeVerticalPosition | Aspose.W...

    Discover the FrameFormat RelativeVerticalPosition property to easily determine a frame's vertical alignment, enhancing your document's layout and design....formatting properties of paragraphs that are frames. Document...Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...

    reference.aspose.com/words/net/aspose.words/fra...
  4. FrameFormat.VerticalDistanceFromText | Aspose.W...

    Discover the FrameFormat VerticalDistanceFromText property to easily adjust the vertical spacing in points between your frame and surrounding text for enhanced layout control....formatting properties of paragraphs that are frames. Document...Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...

    reference.aspose.com/words/net/aspose.words/fra...
  5. CompositeNode.AppendChild | Aspose.Words for .NET

    Discover how the CompositeNode AppendChild method enhances your coding by seamlessly adding nodes to your child node list. Boost your development efficiency!...section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/com...
  6. DocumentBuilder.endEditableRange method | Aspos...

    Aspose.Words.DocumentBuilder.endEditableRange method..." + "we cannot edit this paragraph without the password." );...builder . writeln ( "This paragraph inside the outer editable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ParagraphCollection | Aspose.Words for Java

    Provides typed access to a collection of Paragraph nodes in Java....access to a collection of Paragraph nodes. To learn more, visit...visit the Working with Paragraphs documentation article. Examples:...

    reference.aspose.com/words/java/com.aspose.word...
  8. Node.Accept | Aspose.Words for .NET

    Discover the Node Accept method for seamless visitor engagement. Enhance user experience and boost interaction with this powerful tool!... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/nod...
  9. Aspose::Words::Node::ToString method | Aspose.W...

    Aspose::Words::Node::ToString method. Exports the content of the node into a string in the specified format in C++....extract the list labels of all paragraphs that are list items. auto...NodeType :: Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. List.ListId | Aspose.Words for .NET

    Discover the unique ListId property to easily access and manage your lists. Streamline your workflow with this essential identifier....))); Shows how to output all paragraphs in a document that are list...NodeType . Paragraph , true ); foreach ( Paragraph para in paras...

    reference.aspose.com/words/net/aspose.words.lis...