Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 15,616 for

paragraph

(0.04 sec)
  1. TxtSaveOptionsBase class | Aspose.Words for Python

    aspose.words.saving.TxtSaveOptionsBase class. The base class for specifying additional options when saving a document into a text based formats...(Inherited from SaveOptions ) paragraph_break Specifies the string...string to use as a paragraph break when exporting in text formats...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::FrameFormat::get_HorizontalAlign...

    Aspose::Words::FrameFormat::get_HorizontalAlignment method. Gets horizontal alignment of the specified frame in C++....formatting properties of paragraphs that are frames. auto doc...MyDir + u "Paragraph frame.docx" ); SharedPtr < Paragraph > paragraphFrame...

    reference.aspose.com/words/cpp/aspose.words/fra...
  3. ParagraphFormat.RightIndent | Aspose.Words for ...

    Discover how to easily adjust the right indent of your Paragraphs with the ParagraphFormat RightIndent property. Enhance your document formatting today!...represents the right indent for paragraph. public double RightIndent...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/net/aspose.words/par...
  4. ControlChar.CrLf | Aspose.Words for .NET

    Discover ControlChar CrLf, the key to efficient text formatting. Learn how carriage return and line feed enhance Paragraph breaks in text files....commonly used in text files for paragraph breaks. public static readonly...new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...

    reference.aspose.com/words/net/aspose.words/con...
  5. ParagraphFormat.right_indent property | Aspose....

    ParagraphFormat.right_indent property. Gets or sets the value (in points) that represents the right indent for Paragraph....represents the right indent for paragraph. @property def right_indent...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Story.paragraphs property | Aspose.Words for Py...

    Story.Paragraphs property. Gets a collection of Paragraphs that are immediate children of the story....paragraphs property Story.paragraphs property Gets a collection...collection of paragraphs that are immediate children of the story. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....DocumentBuilder(doc); // Insert paragraphs with text with DocumentBuilder...(char)12 or “\f”. PARAGRAPH_BREAK End of paragraph character: “\x000d”...

    reference.aspose.com/words/java/com.aspose.word...
  8. CompositeNode.SelectSingleNode | Aspose.Words f...

    Discover how CompositeNode's SelectSingleNode method efficiently retrieves the first Node matching your XPath expression for streamlined data handling....expression will extract all paragraph nodes, // which are descendants... SelectNodes ( "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/net/aspose.words/com...
  9. ParagraphFormat.WidowControl | Aspose.Words for...

    Discover how the ParagraphFormat WidowControl property ensures your text's first and last lines stay together on the same page for better readability....first and last lines in the paragraph are to remain on the same...same page as the rest of the paragraph. public bool WidowControl...

    reference.aspose.com/words/net/aspose.words/par...
  10. ReplaceAction | Aspose.Words for Java

    Allows the user to specify what happens to the current match during a replace operation in Java....after the paragraph containing the matched text. Paragraph para =...= (Paragraph) args.getMatchNode().getParentNode(); insertDocument(para...

    reference.aspose.com/words/java/com.aspose.word...