Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 36,521 for

paragraph

(0.11 sec)
  1. TxtSaveOptions.save_format property | Aspose.Wo...

    TxtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...txt document with a custom paragraph break. doc = aw . Document...writeln ( 'Paragraph 1.' ) builder . writeln ( 'Paragraph 2.' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBuilder.move_to_paragraph method | Aspo...

    DocumentBuilder.move_to_Paragraph method. Moves the cursor to a Paragraph in the current section....move_to_paragraph method move_to_paragraph(paragraph_index, character_index)...character_index) Moves the cursor to a paragraph in the current section. def...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ParagraphFormat Class | Aspose.Words for .NET

    Aspose.Words.ParagraphFormat class. Represents all the formatting for a Paragraph in C#....all the formatting for a paragraph. To learn more, visit the...the Working with Paragraphs documentation article. public class...

    reference.aspose.com/words/net/aspose.words/par...
  4. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type....to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Paragraphs | Aspose.PDF for Java API Reference

    This class represents Paragraph collection....Paragraphs Contents [ Hide ] Inheritance: java.lang.Object All...System.ICloneable public class Paragraphs implements Iterable<BaseParagraph>...

    reference.aspose.com/pdf/java/com.aspose.pdf/pa...
  6. FieldStyleRef.insert_paragraph_number_in_relati...

    FieldStyleRef.insert_Paragraph_number_in_relative_context property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in relative context....insert_paragraph_number_in_relative_context property FieldStyleRef...FieldStyleRef.insert_paragraph_number_in_relative_context property Gets...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CompositeNode.PrependChild | Aspose.Words for .NET

    CompositeNode PrependChild method. Adds the specified node to the beginning of the list of child nodes for this node in C#....document, by default, has one paragraph. Assert . AreEqual ( 1 , doc...doc . FirstSection . Body . Paragraphs . Count ); // Composite nodes...

    reference.aspose.com/words/net/aspose.words/com...
  8. TextParagraph | Aspose.Cells for Java API Refer...

    Represents the text Paragraph setting....FontSetting Represents the text paragraph setting. Methods Method Description...horizontal alignment type of the paragraph. getBullet() Gets the bullet...

    reference.aspose.com/cells/java/com.aspose.cell...
  9. Text | Aspose.PSD for .NET API 参考

    获取或设置文本... Paragraph ; defaultStyle . FillColor...portions [ 3 ]. Text != "Second paragraph\r" ) { throw new Exception...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  10. Find the particular heading and apply the numbe...

    I want to find the particular heading then I need to give the number style 2 for that. example : PURPOSE AND SCOPE if a particular heading is not present mean. we need to add the heading and give the number style 2. I w…...true; // To keep track of the paragraph with N/A and remove one of...of the double empty paragraphs Paragraph paragraphWithNA = null;...

    forum.aspose.com/t/find-the-particular-heading-...