/AWS1/CL_TEXDETECTEDSIGNATURE¶
A structure that holds information regarding a detected signature on a page.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_page TYPE /AWS1/TEXUINTEGER /AWS1/TEXUINTEGER¶
The page a detected signature was found on.
Queryable Attributes¶
Page¶
The page a detected signature was found on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGE() |
Getter for PAGE, with configurable default |
ASK_PAGE() |
Getter for PAGE w/ exceptions if field has no value |
HAS_PAGE() |
Determine if PAGE 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_DETECTEDSIGNATURELIST¶
TYPES TT_DETECTEDSIGNATURELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TEXDETECTEDSIGNATURE WITH DEFAULT KEY
.