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. |
boolean |
isMulticolumnParagraphsAllowed()
Gets or sets value that indicates whether starting text lines of a next section may be treated as continuation
of the last paragraph of a previous section.
|
void |
setMulticolumnParagraphsAllowed(boolean value)
Gets or sets value that indicates whether starting text lines of a next section may be treated as continuation
of the last paragraph of a previous section.
|
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).public final boolean isMulticolumnParagraphsAllowed()
Gets or sets value that indicates whether starting text lines of a next section may be treated as continuation of the last paragraph of a previous section.
public final void setMulticolumnParagraphsAllowed(boolean value)
Gets or sets value that indicates whether starting text lines of a next section may be treated as continuation of the last paragraph of a previous section.
value
- boolean value