Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 18,217 for

paragraph

(0.07 sec)
  1. Remove Breaks in PHP|Aspose.Words for Java

    Remove Breaks using PHP....$ doc ) { // Retrieve all paragraphs in the document. $ nodeType...aspose.words.NodeType" ); $ paragraphs = $ doc -> getChildNodes...

    docs.aspose.com/words/java/remove-breaks-in-php/
  2. Edit HTML, MHTML, and Markdown Using C#

    Code to edit HTML, Markdown, and MHTML files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of a document....replace or remove elements (paragraphs, images, tables, iframes...that will contain a text paragraph with an id attribute: Edit...

    products.aspose.com/html/net/editor/
  3. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. (Inherited from CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageSetup.line_number_distance_from_text proper...

    PageSetup.line_number_distance_from_text property. Gets or sets distance between the right edge of line numbers and the left edge of the document....line counter will skip any paragraph with the "SuppressLineNumbers"...flag set to "true". # This paragraph is on the 15th line, which...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Loading::TxtLoadOptions::get_Lea...

    Aspose::Words::Loading::TxtLoadOptions::get_LeadingSpacesOptions method. Gets or sets preferred option of a leading space handling. Default value is ConvertToIndent in C++....first line indent to the paragraph to simulate the effect of...:: ParagraphCollection > paragraphs = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.loa...
  6. Aspose::Words::Tables::Row class | Aspose.Words...

    Aspose::Words::Tables::Row class. Represents a table row. To learn more, visit the documentation article in C++....contain cells, which may have paragraphs // with typical elements...least one row, cell, and paragraph. auto firstRow = System ::...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Document.joinRunsWithSameFormatting method | As...

    Document.joinRunsWithSameFormatting method. Joins runs with same formatting in all Paragraphs of the document....with same formatting in all paragraphs of the document. joinRunsWithSameForm...The operation checks every Paragraph node in the document for adjacent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Automate Presentation Localization with Python|...

    Automate PowerPoint and OpenDocument slide localization in Python with Aspose.Slides, using practical code samples and tips for faster global rollout.... paragraphs [ 0 ] . portions [ 0 ] ....languages within a single paragraph? Yes. language_id is applied...

    docs.aspose.com/slides/python-net/presentation-...
  9. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...; // Iterate through all paragraphs and tables in the document...GetChildNodes(NodeType.Paragraph, true)) { Paragraph paragraph = (Paragraph)node;...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  10. TableStyle | Aspose.Words for Java

    Represents a table style in Java....formatting properties of a paragraph style. getLocked() Specifies...automatically to a new paragraph inserted after a paragraph formatted with...

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