/AWS1/CL_MA2PAGE¶
Specifies the location of an occurrence of sensitive data in an Adobe Portable Document Format file.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_linerange TYPE REF TO /AWS1/CL_MA2RANGE /AWS1/CL_MA2RANGE¶
Reserved for future use.
io_offsetrange TYPE REF TO /AWS1/CL_MA2RANGE /AWS1/CL_MA2RANGE¶
Reserved for future use.
iv_pagenumber TYPE /AWS1/MA2__LONG /AWS1/MA2__LONG¶
The page number of the page that contains the sensitive data.
Queryable Attributes¶
lineRange¶
Reserved for future use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINERANGE() |
Getter for LINERANGE |
offsetRange¶
Reserved for future use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFSETRANGE() |
Getter for OFFSETRANGE |
pageNumber¶
The page number of the page that contains the sensitive data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGENUMBER() |
Getter for PAGENUMBER, with configurable default |
ASK_PAGENUMBER() |
Getter for PAGENUMBER w/ exceptions if field has no value |
HAS_PAGENUMBER() |
Determine if PAGENUMBER has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PAGES¶
TYPES TT_PAGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_MA2PAGE WITH DEFAULT KEY
.