Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 18,131 for

paragraph

(0.05 sec)
  1. List.listId property | Aspose.Words for Node.js

    List.listId property. Gets the unique identifier of the list....Examples Shows how to output all paragraphs in a document that are list...getChildNodes ( aw . NodeType . Paragraph , true )]; for ( let node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Body.ParentSection | Aspose.Words for .NET

    Discover the Body ParentSection property to easily access a story's parent section and enhance your content management efficiency....EqualTo ( section )); Paragraph para = new Paragraph ( doc ); body ...

    reference.aspose.com/words/net/aspose.words/bod...
  3. Aspose::Words::TabStopCollection::After method ...

    Aspose::Words::TabStopCollection::After method. Gets a first tab stop to the right of the specified position in C++....:: ParagraphCollection > paragraphs = doc -> get_FirstSection...() -> get_Paragraphs (); ASSERT_EQ ( 2 , paragraphs -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/tab...
  4. Aspose::Words::TabStopCollection::Before method...

    Aspose::Words::TabStopCollection::Before method. Gets a first tab stop to the left of the specified position in C++....:: ParagraphCollection > paragraphs = doc -> get_FirstSection...() -> get_Paragraphs (); ASSERT_EQ ( 2 , paragraphs -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. Convert Text to PDF|Aspose.PDF for Android via ...

    Aspose.PDF for Android via Java allows you to convert plain text file to PDF or to convert pre-formatted text file to PDF.... Add a new paragraph in Paragraphs collection using TextFragment...// Add a new text paragraph in paragraphs collection and pass...

    docs.aspose.com/pdf/androidjava/convert-text-to...
  6. 从 .NET 演示文稿获取段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中检索段落和文本块边界,以优化 PowerPoint 演示文稿中的文本定位。...RectangleF rect = (( Paragraph ) textFrame . Paragraphs [ 0 ]). GetRect...要获取表格单元格 TextFrame 中 Portion 或 Paragraph 的大小和坐标,可以使用 IPortion.GetRect...

    docs.aspose.com/slides/zh/net/paragraph/
  7. LayoutEnumerator.moveNext method | Aspose.Words...

    LayoutEnumerator.moveNext method. Moves to the next sibling entity in visual order....When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::LowCode::SplitCriteria enum | As...

    Aspose::Words::LowCode::SplitCriteria enum. Specifies how the document is split into parts in C++....is split into parts at a paragraph formatted using the style...

    reference.aspose.com/words/cpp/aspose.words.low...
  9. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_UseNormalStyleForList method. Do Not Automatically Apply List ParagraphStyle To Bulleted/Numbered Text in C++....Automatically Apply List Paragraph Style To Bulleted/Numbered...

    reference.aspose.com/words/cpp/aspose.words.set...
  10. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...get Paragraph watermarkPara = new Paragraph(doc); watermarkPara...appendChild(watermarkPara); } // for (Paragraph paragraph : section.getBody().getParagraphs()...

    forum.aspose.com/t/how-to-add-watermark-text-in...