public final class MarkupParagraph extends Object
Represents a paragraph.
Modifier and Type | Method and Description |
---|---|
List<TextFragment> |
getFragments()
Collection of not empty
TextFragment objects of the paragraph. |
List<com.aspose.ms.System.Collections.Generic.List<TextFragment>> |
getLines()
Lines of paragraph.
|
Point[] |
getPoints()
Points of polygon that describes paragraph.
|
String |
getText()
Gets
string text object that the MarkupParagraph object represents. |
public Point[] getPoints()
Points of polygon that describes paragraph. Starting point is lower left corner of the paragraph. And next points are in anti-clockwise sequence.
public List<TextFragment> getFragments()
Collection of not empty TextFragment
objects of the paragraph.
TextFragment
object provides access to the search occurrence text, text properties, and allows to edit text and change the text state (font, font size, color etc).public List<com.aspose.ms.System.Collections.Generic.List<TextFragment>> getLines()
Lines of paragraph. Each line represented by list of text fragments.
TextFragment
object provides access to the search occurrence text, text properties, and allows to edit text and change the text state (font, font size, color etc).public String getText()
Gets string
text object that the MarkupParagraph
object represents.