public final class PageMarkup extends Object
Page markup represented by collections of MarkupSection
and MarkupParagraph
.
Modifier and Type | Method and Description |
---|---|
int |
getNumber()
Gets processed page number.
|
List<MarkupParagraph> |
getParagraphs()
Gets collection of
MarkupParagraph that was found on the page. |
Rectangle |
getRectangle()
Gets processed page rectangle.
|
List<MarkupSection> |
getSections()
Gets collection of
MarkupSection that was found on the page. |
List<TextFragment> |
getTextFragments()
Gets collection of
TextFragment that was found on the page. |
public int getNumber()
Gets processed page number.
public Rectangle getRectangle()
Gets processed page rectangle.
public List<MarkupSection> getSections()
Gets collection of MarkupSection
that was found on the page.
public List<MarkupParagraph> getParagraphs()
Gets collection of MarkupParagraph
that was found on the page.
public List<TextFragment> getTextFragments()
Gets collection of TextFragment
that was found on the page.
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).Copyright © 2018 Aspose. All Rights Reserved.