Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 7,718 for

paragraph

(0.06 sec)
  1. Aspose::Words::Tables::Cell::get_FirstParagraph...

    Aspose::Words::Tables::Cell::get_FirstParagraph method. Gets the first Paragraph among the immediate children in C++....ph method Gets the first paragraph among the immediate children...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: Tables...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Aspose::Words::HeaderFooter class | Aspose.Word...

    Aspose::Words::HeaderFooter class. Represents a container for the header or footer text of a section. To learn more, visit the documentation article in C++....shortcut method that creates a Paragraph object with optional text...() override Gets the first paragraph in the story. get_HasChildNodes...

    reference.aspose.com/words/cpp/aspose.words/hea...
  3. ListFormat.list property | Aspose.Words for Python

    ListFormat.list property. Gets or sets the list this Paragraph is a member of....Gets or sets the list this paragraph is a member of. @property...bullets and numbering from the paragraph and sets the list level number...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in Java...clear (); Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...setFillType ( FillType . Solid ); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/androidjava/manage-hyper...
  5. Row | Aspose.Words for Java

    Represents a table row in Java....contain cells, which may have paragraphs // with typical elements...least one row, cell, and paragraph. Row firstRow = new Row(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Fields::FieldNoteRef class | Asp...

    Aspose::Words::Fields::FieldNoteRef class. Implements the NOTEREF field. To learn more, visit the documentation article in C++....hyperlink to the bookmarked paragraph. get_InsertReferenceMark ()...position of the bookmarked paragraph. get_IsDirty () Gets whether...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Cell.last_paragraph property | Aspose.Words for...

    Cell.last_Paragraph property. Gets the last Paragraph among the immediate children....last_paragraph property Cell.last_paragraph property Gets the...the last paragraph among the immediate children. @property def...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldRef.IncludeNoteOrComment | Aspose.Words fo...

    Discover the FieldRef IncludeNoteOrComment property to easily manage footnote and endnote numbering, enhancing your documents with seamless annotations...."MyBookmark" , "The referenced paragraph is " , " this field.\n" );..."MyBookmark" , "The bookmark's paragraph number is " , "\n" ); field...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Aspose::Words::TabStopCollection class | Aspose...

    Aspose::Words::TabStopCollection class. A collection of TabStop objects that represent custom tabs for a Paragraph or a style. To learn more, visit the documentation article in C++....represent custom tabs for a paragraph or a style. To learn more...defined in the properties of a paragraph style or directly in the properties...

    reference.aspose.com/words/cpp/aspose.words/tab...
  10. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java.... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...getChild(NodeType.PARAGRAPH, 4, true); para.accept(hiddenContentRemover);...

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