/AWS1/CL_TEXSPLITDOCUMENT¶
Contains information about the pages of a document, defined by logical boundary.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_index TYPE /AWS1/TEXUINTEGER /AWS1/TEXUINTEGER¶
The index for a given document in a DocumentGroup of a specific Type.
it_pages TYPE /AWS1/CL_TEXPAGELIST_W=>TT_PAGELIST TT_PAGELIST¶
An array of page numbers for a for a given document, ordered by logical boundary.
Queryable Attributes¶
Index¶
The index for a given document in a DocumentGroup of a specific Type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDEX() |
Getter for INDEX, with configurable default |
ASK_INDEX() |
Getter for INDEX w/ exceptions if field has no value |
HAS_INDEX() |
Determine if INDEX has a value |
Pages¶
An array of page numbers for a for a given document, ordered by logical boundary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGES() |
Getter for PAGES, with configurable default |
ASK_PAGES() |
Getter for PAGES w/ exceptions if field has no value |
HAS_PAGES() |
Determine if PAGES 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_SPLITDOCUMENTLIST¶
TYPES TT_SPLITDOCUMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TEXSPLITDOCUMENT WITH DEFAULT KEY
.