SAP ABAP Class CL_XSLFO_AREA_BUILDER (Factory for Areas)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     S_XSL_FO_AREA_MODEL (Package) (obsolote prototype) XSL Formatted Objects Area Model
Properties
Class CL_XSLFO_AREA_BUILDER  
Short Description Factory for Areas    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_XSL_FO_AREA_MODEL   (obsolote prototype) XSL Formatted Objects Area Model 
Created 20080226   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_XSLFO_MULTICOLUMN_AREA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_XSLFO_TRAIT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_XSLFO_AREA_BUILDER has no interface implemented.
Friends
Class CL_XSLFO_AREA_BUILDER has no friend class.
Attributes
Class CL_XSLFO_AREA_BUILDER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ABSOLUTE_BLOCK_AREA Static method Public Method Factory for Absolute Blocks 20080226
2 CREATE_BASIC_LINK_AREA Static method Public Method Factory for Basic Link Blocks 20090929
3 CREATE_BLOCKREF_AREA Static method Public Method 20090212
4 CREATE_BLOCK_AREA Static method Public Method Factory for Normal Blocks 20080226
5 CREATE_INLINE_AREA Static method Public Method Factory for Inline Blocks 20080226
6 CREATE_INLINE_IMAGE_AREA Static method Public Method 20081111
7 CREATE_INLINE_PAGENR_CT_AREA Static method Public Method Factory for pagenumber citation area 20090914
8 CREATE_INLINE_TEXT_AREA Static method Public Method Factory for Inline Text Blocks 20080226
9 CREATE_LEADER_AREA Static method Public Method 20080305
10 CREATE_LINE_AREA Static method Public Method Factory for Line Blocks 20080226
11 CREATE_LISTITEM_AREA Static method Public Method Factory for List-Item area 20090914
12 CREATE_PAGE_AND_PAGEREF_AREA Static method Public Method Factory for Pages 20080226
13 CREATE_REGION_AFTER_AREA Static method Public Method 20090112
14 CREATE_REGION_BEFORE_AREA Static method Public Method 20090112
15 CREATE_REGION_BODY_AREA Static method Public Method Factory for body regions (absolute blocks) 20080227
16 CREATE_ROOT_AREA Static method Public Method Factory for root areas 20080227
17 CREATE_TABLEROW_AREA Static method Public Method 20090122
18 GET_BOTTOM_MARGIN Static method Protected Method 20080226
19 GET_BOTTOM_POSITION Static method Protected Method 20080226
20 GET_COLOR Static method Protected Method 20080226
21 GET_LEFT_MARGIN Static method Protected Method 20080226
22 GET_LEFT_POSITION Static method Protected Method 20080226
23 GET_RIGHT_MARGIN Static method Protected Method 20080226
24 GET_RIGHT_POSITION Static method Protected Method 20080226
25 GET_TOP_MARGIN Static method Protected Method 20080226
26 GET_TOP_POSITION Static method Protected Method 20080226
Events
Class CL_XSLFO_AREA_BUILDER has no event.
Types
Class CL_XSLFO_AREA_BUILDER has no local type.
Method Signatures

Method CREATE_ABSOLUTE_BLOCK_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA 20080226
3 Importing IV_DISPLAY_ALIGN Call by reference Type reference (TYPE) XSLFO_ENUM CL_XSLFO_TRAIT=>CO_DISPLAY_ALIGN_BEFORE 20090212
4 Returning RO_BLOCK_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_ABSOLUTE_BLOCK_AREA 20080226

Method CREATE_ABSOLUTE_BLOCK_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_BASIC_LINK_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE Node - superclass for all objects 20090929
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA Area - super class 20090929
3 Returning RO_BASIC_LINK_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_BASIC_LINK_AREA Area for basic_link 20090929

Method CREATE_BASIC_LINK_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_BLOCKREF_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20090212
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA 20090212
3 Importing IV_DISPLAY_ALIGN Call by reference Type reference (TYPE) XSLFO_ENUM CL_XSLFO_TRAIT=>CO_DISPLAY_ALIGN_BEFORE 20090212
4 Returning RO_BLOCK_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_BLOCK_AREA 20090212

Method CREATE_BLOCKREF_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_BLOCK_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA 20080226
3 Importing IV_VIEWPORT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090212
4 Returning RO_BLOCK_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_BLOCK_AREA 20080226

Method CREATE_BLOCK_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_INLINE_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA 20080226
3 Returning RO_INLINE_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_INLINE_AREA 20080226

Method CREATE_INLINE_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_INLINE_IMAGE_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_GRAPHICS_NODE Node - external-graphics 20081111
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA 20081111
3 Returning RO_IMAGE_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_INLINE_IMAGE_AREA 20081111

Method CREATE_INLINE_IMAGE_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_INLINE_PAGENR_CT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_PAGENUMBER_CITATION Node : block Ref Id 20090914
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA Area - super class 20090914
3 Returning RO_PAGENR_CT_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_INLINE_PAGENR_CT_AREA page number citation area 20090914

Method CREATE_INLINE_PAGENR_CT_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_INLINE_TEXT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_TEXT_NODE 20080226
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA 20080226
3 Returning RO_TEXT_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_INLINE_TEXT_AREA 20080226

Method CREATE_INLINE_TEXT_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_LEADER_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_LEADER_NODE 20080305
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA 20080305
3 Returning RO_LEADER_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_LEADER_AREA 20080305

Method CREATE_LEADER_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_LINE_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_BLOCK_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_BLOCK_AREA 20080226
2 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_BLOCK_NODE Node - block 20080226
3 Returning RO_LINE_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_LINE_AREA 20080226

Method CREATE_LINE_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_LISTITEM_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_CONTENT_NODE Node - superclass of all nodes containing content 20090914
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA Area - super class 20090914
3 Returning RO_BLOCK_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_BLOCK_AREA Area - normal block 20090914

Method CREATE_LISTITEM_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_PAGE_AND_PAGEREF_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Importing IO_SPM_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_SIMPLEPAGEMASTER_NODE 20080226
3 Returning RO_PAGEREF_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_ABSOLUTE_BLOCK_AREA 20080226

Method CREATE_PAGE_AND_PAGEREF_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_REGION_AFTER_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20090112
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_ABSOLUTE_BLOCK_AREA 20090112
3 Importing IO_REGION_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_REGION_STATIC_NODE 20090112
4 Returning RO_BLOCK_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_ABSOLUTE_BLOCK_AREA 20090112

Method CREATE_REGION_AFTER_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_REGION_BEFORE_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20090112
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_ABSOLUTE_BLOCK_AREA 20090112
3 Importing IO_REGION_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_REGION_STATIC_NODE 20090112
4 Returning RO_BLOCK_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_ABSOLUTE_BLOCK_AREA 20090112

Method CREATE_REGION_BEFORE_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_REGION_BODY_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080227
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_ABSOLUTE_BLOCK_AREA 20080227
3 Importing IO_REGION_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_REGION_NODE 20080227
4 Returning RO_BLOCK_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_ABSOLUTE_BLOCK_AREA 20080227

Method CREATE_REGION_BODY_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_ROOT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080227
2 Returning RO_BLOCK_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_ROOT_AREA 20080227

Method CREATE_ROOT_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method CREATE_TABLEROW_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CREATOR Call by reference Object reference (TYPE REF TO) CL_XSLFO_CONTENT_NODE 20090122
2 Importing IO_PARENT_AREA Call by reference Object reference (TYPE REF TO) CL_XSLFO_AREA 20090122
3 Importing IT_MODEL Call by reference Type reference (TYPE) CL_XSLFO_MULTICOLUMN_AREA=>TY_MODEL 20090122
4 Returning RO_BLOCK_AREA Value transfer Object reference (TYPE REF TO) CL_XSLFO_BLOCK_AREA 20090122

Method CREATE_TABLEROW_AREA on class CL_XSLFO_AREA_BUILDER has no exception.

Method GET_BOTTOM_MARGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Returning RV_BOTTOM Value transfer Type reference (TYPE) XSLFO_LENGTH 20080226

Method GET_BOTTOM_MARGIN on class CL_XSLFO_AREA_BUILDER has no exception.

Method GET_BOTTOM_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Returning RV_BOTTOM Value transfer Type reference (TYPE) XSLFO_LENGTH 20080226

Method GET_BOTTOM_POSITION on class CL_XSLFO_AREA_BUILDER has no exception.

Method GET_COLOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Returning RV_COLOR Value transfer Type reference (TYPE) XSLFO_COLOR 20080226

Method GET_COLOR on class CL_XSLFO_AREA_BUILDER has no exception.

Method GET_LEFT_MARGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Returning RV_LEFT Value transfer Type reference (TYPE) XSLFO_LENGTH 20080226

Method GET_LEFT_MARGIN on class CL_XSLFO_AREA_BUILDER has no exception.

Method GET_LEFT_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Returning RV_LEFT Value transfer Type reference (TYPE) XSLFO_LENGTH 20080226

Method GET_LEFT_POSITION on class CL_XSLFO_AREA_BUILDER has no exception.

Method GET_RIGHT_MARGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Returning RV_RIGHT Value transfer Type reference (TYPE) XSLFO_LENGTH 20080226

Method GET_RIGHT_MARGIN on class CL_XSLFO_AREA_BUILDER has no exception.

Method GET_RIGHT_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Returning RV_RIGHT Value transfer Type reference (TYPE) XSLFO_LENGTH 20080226

Method GET_RIGHT_POSITION on class CL_XSLFO_AREA_BUILDER has no exception.

Method GET_TOP_MARGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Returning RV_TOP Value transfer Type reference (TYPE) XSLFO_LENGTH 20080226

Method GET_TOP_MARGIN on class CL_XSLFO_AREA_BUILDER has no exception.

Method GET_TOP_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT_NODE Call by reference Object reference (TYPE REF TO) CL_XSLFO_OBJECT_NODE 20080226
2 Returning RV_TOP Value transfer Type reference (TYPE) XSLFO_LENGTH 20080226

Method GET_TOP_POSITION on class CL_XSLFO_AREA_BUILDER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711