Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 15,639 for

paragraph

(0.1 sec)
  1. ParagraphFormat.suppressLineNumbers property | ...

    ParagraphFormat.suppressLineNumbers property. Specifies whether the current Paragraph's lines should be exempted from line numbering which is applied in the parent section....Specifies whether the current paragraph’s lines should be exempted...line counter will skip any paragraph with the "SuppressLineNumbers"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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/
  3. Aspose::Words::Settings::ViewOptions::get_DoNot...

    Aspose::Words::Settings::ViewOptions::get_DoNotDisplayPageBoundaries method. Turns off display of the space between the top of the text and the top edge of the page in C++.... builder -> Writeln ( u "Paragraph 1, Page 1." ); builder ->...); builder -> Writeln ( u "Paragraph 2, Page 2." ); builder ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. 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...
  5. Aspose::Words::Drawing::ShapeBase::get_ParentPa...

    Aspose::Words::Drawing::ShapeBase::get_ParentParagraph method. Returns the immediate parent Paragraph in C++....Returns the immediate parent paragraph. System :: SharedPtr < Aspose...Aspose :: Words :: Paragraph > Aspose :: Words :: Drawing :: ShapeBase...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. How to Extract Content Between Document Nodes|A...

    Extracting document content in different using C++....complex elements such as paragraphs, tables, images, etc. Regardless...content between: Two specific paragraphs Specific runs of text Fields...

    docs.aspose.com/words/cpp/how-to-extract-select...
  7. 动画文本|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/
  8. 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...
  9. 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...
  10. 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...