Package | Description |
---|---|
com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
com.groupdocs.parser.templates |
The package provides classes for creating templates for parsing document data.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
PageArea.getRectangle()
Gets the rectangular area.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PageArea.setRectangle(Rectangle rectangle) |
Constructor and Description |
---|
PageArea(Page page,
Rectangle rectangle) |
PageHyperlinkArea(String text,
String url,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageHyperlinkArea class. |
PageImageArea(InputStream imageStream,
FileType fileType,
double rotation,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageImageArea class. |
PageTableArea(Iterable<Double> rows,
Iterable<Double> columns,
Iterable<PageTableAreaCell> cells,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageTableArea class. |
PageTextArea(String text,
Double baseLine,
TextStyle textStyle,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageTextArea class. |
PageTextArea(String text,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageTextArea class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
PageAreaOptions.getRectangle()
Gets the rectangular area that contains page areas.
|
Constructor and Description |
---|
PageAreaOptions(Rectangle rectangle)
Initializes a new instance of the
PageAreaOptions class. |
PageTextAreaOptions(String expression,
boolean matchCase,
boolean uniteSegments,
boolean ignoreFormatting,
Rectangle rectangle)
Initializes a new instance of the
PageTextAreaOptions class. |
PageTextAreaOptions(String expression,
Rectangle rectangle)
Initializes a new instance of the
PageTextAreaOptions class with the regular expression and rectangular area. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
TemplateFixedPosition.getRectangle()
Gets the rectangular area that contains the template field.
|
Rectangle |
TemplateTableLayout.getRectangle()
Gets the rectangular area that contains the table.
|
Rectangle |
TemplateTableParameters.getRectangle()
Gets the rectangular area that contains the table.
|
Constructor and Description |
---|
TemplateFixedPosition(Rectangle rectangle)
Initializes a new instance of the
TemplateFixedPosition class. |
TemplateTableParameters(Rectangle rectangle,
Iterable<Double> verticalSeparators)
Initializes a new instance of the
TemplateTableParameters class. |
TemplateTableParameters(Rectangle rectangle,
Iterable<Double> verticalSeparators,
Boolean mergedCells,
Integer minRowCount,
Integer minColumnCount,
Integer minVerticalSpace)
Initializes a new instance of the
TemplateTableParameters class. |