SAP ABAP Class CL_FXS_TEXT_BREAKER (Break text into parts and find line breaks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     S_XSLFO_SUPPLEMENTARY (Package) Supplementary functionality developed for XSL Formatter
Properties
Class CL_FXS_TEXT_BREAKER  
Short Description Break text into parts and find line breaks    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_XSLFO_SUPPLEMENTARY   Supplementary functionality developed for XSL Formatter 
Created 20081013   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FXS_TEXT_BREAKER has no forward declaration.
Interfaces
Class CL_FXS_TEXT_BREAKER has no interface implemented.
Friends
Class CL_FXS_TEXT_BREAKER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_LINEFEED Static Attribute Private Type reference (TYPE) C 20081013
2 CV_SPACES Static Attribute Private Type reference (TYPE) STRING 20081013
3 MO_LBITER Instance attribute Private Object reference (TYPE REF TO) CL_ICU_BREAKITERATOR 20081013
Methods
# Method Level Visibility Method type Description Created on
1 BREAK Instance method Public Method 20081013
2 CLASS_CONSTRUCTOR Static method Public Constructor 20081013
Events
Class CL_FXS_TEXT_BREAKER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_SEGMENT Public See coding 20081013 begin OF ty_segment, start TYPE i, len TYPE i, text TYPE string, break(1) TYPE c, visuallen TYPE f, end OF ty_segment
2 TY_SEGMENT_TABLE Public See coding 20081013 ty_segment_table TYPE STANDARD TABLE OF ty_segment
Method Signatures

Method BREAK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEGMENTS Call by reference Type reference (TYPE) TY_SEGMENT_TABLE 20081013
2 Importing IV_LF_TREATMENT Call by reference Type reference (TYPE) STRING 'preserve' 20081013
3 Importing IV_SPACE_COLLAPSE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081013
4 Importing IV_SPACE_TREATMENT Call by reference Type reference (TYPE) STRING 'preserve' 20081013
# Exception Resumable Description Created on
1 CX_XSLFO_INTERNAL_ERROR 20081013

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FXS_TEXT_BREAKER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FXS_TEXT_BREAKER has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 720