Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 18,242 for

paragraph

(0.12 sec)
  1. Aspose::Words::Fields::FieldShape class | Aspos...

    Aspose::Words::Fields::FieldShape class. Implements the SHAPE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_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...
  3. Aspose::Words::Fields::FieldRef::get_InsertRela...

    Aspose::Words::Fields::FieldRef::get_InsertRelativePosition method. Gets whether to insert the relative position of the referenced Paragraph in C++....position of the referenced paragraph. bool Aspose :: Words :: Fields...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Layout::LayoutEnumerator class |...

    Aspose::Words::Layout::LayoutEnumerator class. Enumerates page layout entities of a document. You can use this class to walk over the page layout model. Available properties are type, geometry, text and page index where entity is rendered, as well as overall structure and relationships. Use combination of GetEntity() and Current move to the entity which corresponds to a document node. To learn more, visit the documentation article in C++....When iterating lines of a paragraph broken across pages this method...When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. Find and Replace in Node.js|Aspose.Words for No...

    Find a string or regular expression pattern in your document and replace it with the text you want using Node.js....phrase is composed of multiple paragraphs, sections, or pages. Some...metacharacters include &p for a paragraph break, &b for a section break...

    docs.aspose.com/words/nodejs-net/find-and-replace/
  6. About page breaker to table in Aspose word team...

    Hi Team, Could you please help me on how to add page breaker to table rows using groupby Linq in Aspose template word report with sample code. Could you please share tutorials and code example related to Aspose word pa…...programmatically—either by adding a paragraph break after the table or by...Clone(true); newRow.Cells[0].Paragraphs[0].Append(emp.CompanyName);...

    forum.aspose.com/t/about-page-breaker-to-table-...
  7. Using FloatingBox for text generation|Aspose.PD...

    This page explains how to format text inside floating box.... Paragraphs . Add ( new Aspose . Pdf...example" )); // Add box page . Paragraphs . Add ( box ); } } In the...

    docs.aspose.com/pdf/net/floating-box/
  8. 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...
  9. Document Builder Overview in C#|Aspose.Words fo...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using C#. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in .NET....checkboxes, ole objects, paragraphs, lists, tables, images, and...allows you to specify fonts, paragraph or section formatting, and...

    docs.aspose.com/words/net/document-builder-over...
  10. 在 Android 上从演示文稿获取段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Android via Java 中检索段落和文本片段的边界,以优化 PowerPoint 演示文稿中的文本定位。...getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()){ Point2D...

    docs.aspose.com/slides/zh/androidjava/paragraph/