Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 15,621 for

paragraph

(0.05 sec)
  1. FieldRef.insertParagraphNumberInRelativeContext...

    FieldRef.insertParagraphNumberInRelativeContext property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in relative context....insert the paragraph number of the referenced paragraph in relative...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DropCapPosition enumeration | Aspose.Words for ...

    aspose.words.DropCapPosition enumeration. Specifies the position for a drop cap text....Name Description NONE The paragraph does not have a drop cap....text margin on the anchor paragraph. MARGIN The drop cap is positioned...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 动画文本|Aspose.Slides 文档

    在 C# 或 .NET 中为 PowerPoint 演示文稿添加动画文本和效果...IParagraph paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...MainSequence . AddEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/zh/net/animated-text/
  4. Aspose::Words::Fields::FieldListNum::get_HasLis...

    Aspose::Words::Fields::FieldListNum::get_HasListName method. Returns a value indicating whether the name of an abstract numbering definition is provided by the field's code in C++....Examples Shows how to number paragraphs with LISTNUM fields. auto...); builder -> Writeln ( u "Paragraph 1" ); ASSERT_EQ ( u " LISTNUM...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. IReplacingCallback.replacing method | Aspose.Wo...

    IReplacingCallback.replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made....Insert a document after the paragraph containing the matched text...text. let para = ( Paragraph ) args . matchNode . parentNode ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP....content between specific paragraphs using the `ExtractContent`...getChild ( $ nodeType -> PARAGRAPH , 6 , true ); $ endPara =...

    docs.aspose.com/words/java/extract-content-in-php/
  7. NodeCollection.Add | Aspose.Words for .NET

    Discover the NodeCollection Add method to effortlessly append nodes to your collection, enhancing your data management with ease and efficiency....body, which in turn has a paragraph. // We can add contents to...shapes, or tables to that paragraph. Assert . AreEqual ( NodeType...

    reference.aspose.com/words/net/aspose.words/nod...
  8. NodeCollection.add method | Aspose.Words for No...

    NodeCollection.add method. Adds a node to the end of the collection....body, which in turn has a paragraph. // We can add contents to...shapes, or tables to that paragraph. expect ( doc . getChild (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Section.PageSetup | Aspose.Words for .NET

    Discover the PageSetup property for customizable section settings. Optimize your document layout with easy access to page and section configurations....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/sec...
  10. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java....section body can contain Paragraph and Table nodes. // If the...Document doc = new Document(); Paragraph para = doc.getFirstSection()...

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