Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 36,324 for

paragraph

(0.06 sec)
  1. ParagraphFormat.space_before_auto property | As...

    ParagraphFormat.space_before_auto property. True if the amount of spacing before the Paragraph is set automatically....amount of spacing before the paragraph is set automatically. When...space_before . When you set paragraph Space Before and Space After...

    reference.aspose.com/words/python-net/aspose.wo...
  2. GetLinesCount() | Aspose.Slides for C++ API Ref...

    Get number of lines in a Paragraph....GetLinesCount() Paragraph::GetLinesCount() method Get number...lines in a paragraph. int32_t Aspose :: Slides :: Paragraph :: GetLinesCount...

    reference.aspose.com/slides/cpp/aspose.slides/p...
  3. Heading 1 format auto number for document conte...

    Refer attached suppliertemplate.dotx file. In this contract is one content variable. For this Heading 1 formatting is applied. With program inserting another word document at this content variable. But contract field is…...Paragraph, true).Cast<Paragraph>().FirstOrDefault(p...FirstChild.NodeType == NodeType.Paragraph) { contentControl.RemoveAllChildren();...

    forum.aspose.com/t/heading-1-format-auto-number...
  4. CompositeNode.SelectSingleNode | Aspose.Words f...

    CompositeNode SelectSingleNode method. Selects the first Node that matches the XPath expression in C#....expression will extract all paragraph nodes, // which are descendants... SelectNodes ( "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/net/aspose.words/com...
  5. Aspose::Words::Style::get_ParagraphFormat metho...

    Aspose::Words::Style::get_ParagraphFormat method. Gets the Paragraph formatting of the style in C++....Style::get_ParagraphFormat method Gets the paragraph formatting of the style. System...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/cpp/aspose.words/sty...
  6. ParagraphFormat.WidowControl | Aspose.Words for...

    ParagraphFormat WidowControl property. True if the first and last lines in the Paragraph are to remain on the same page as the rest of the Paragraph in C#....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...
  7. FieldStyleRef class | Aspose.Words for Python

    aspose.words.fields.FieldStyleRef class. Implements the STYLEREF field...(Inherited from Field ) insert_paragraph_number Gets or sets whether...insert the paragraph number of the referenced paragraph exactly...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. FrameFormat.width property | Aspose.Words for P...

    FrameFormat.width property. Gets the width of the specified frame, in points....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BorderCollection.clear_formatting method | Aspo...

    BorderCollection.clear_formatting method. Removes all borders of an object....remove all borders from all paragraphs in a document. doc = aw ...'Borders.docx' ) # The first paragraph of this document has visible...

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