SAP ABAP Class CL_SQF_RESULT_PLAIN_TEXT (Plain text)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL (Application Component) Workbench Utilities
     SQF_API (Package) API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SQF_RESULT Result 20081031
Properties
Class CL_SQF_RESULT_PLAIN_TEXT  
Short Description Plain text    
Super Class CL_SQF_RESULT Result 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQF_API   API 
Created 20081031   SAP 
Last change 20090618   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)
Interfaces
Class CL_SQF_RESULT_PLAIN_TEXT has no interface implemented.
Friends
Class CL_SQF_RESULT_PLAIN_TEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTENT Instance attribute Private Type reference (TYPE) TY_TEXT_TABLE 20081031
2 FONT_FIXED Instance attribute Private Type reference (TYPE) ABAP_BOOL abap_true 20081107
3 SELECTION_FROM_LINE Instance attribute Private Type reference (TYPE) I 20081212
4 SELECTION_FROM_POS Instance attribute Private Type reference (TYPE) I 20081212
5 SELECTION_TO_LINE Instance attribute Private Type reference (TYPE) I 20081212
6 SELECTION_TO_POS Instance attribute Private Type reference (TYPE) I 20081212
7 TYPE_PLAIN_TEXT Constant Public Type reference (TYPE) SOBJ_NAME 'CL_SQF_RESULT_PLAIN_TEXT' Object Name in Object Directory 20081031
Methods
# Method Level Visibility Method type Description Created on
1 ADD_STRING Instance method Public Method Add a string to the text 20081031
2 ADD_STRING_TABLE Instance method Public Method Add a table of strings to the text 20081031
3 GET_FONT_FIXED Instance method Public Method 20081107
4 GET_SELECTION_POS Instance method Public Method get positions which describe selected text 20081212
5 GET_TEXT Instance method Public Method Get text 20081031
6 SET_CONTENT_BY_STRING Instance method Public Method Set text as string 20081031
7 SET_CONTENT_BY_STRING_TABLE Instance method Public Method Set text as table of strings 20081031
8 SET_FONT_FIXED Instance method Public Method 20081107
9 SET_SELECTION_POS Instance method Public Method get positions which describe selected text 20081212
Events
Class CL_SQF_RESULT_PLAIN_TEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_TEXT_TABLE Public See coding 20081031 TY_TEXT_TABLE type standard table of string with default key
Method Signatures

Method ADD_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STRING Call by reference Type reference (TYPE) STRING 20081031

Method ADD_STRING on class CL_SQF_RESULT_PLAIN_TEXT has no exception.

Method ADD_STRING_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STRING_TABLE Call by reference Type reference (TYPE) TY_TEXT_TABLE 20081031

Method ADD_STRING_TABLE on class CL_SQF_RESULT_PLAIN_TEXT has no exception.

Method GET_FONT_FIXED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FONT_FIXED Value transfer Type reference (TYPE) ABAP_BOOL 20081107

Method GET_FONT_FIXED on class CL_SQF_RESULT_PLAIN_TEXT has no exception.

Method GET_SELECTION_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FROM_LINE Call by reference Type reference (TYPE) I line from which selection starts 20081212
2 Exporting EX_FROM_POS Call by reference Type reference (TYPE) I starting position of selection in line linefrom 20081212
3 Exporting EX_TO_LINE Call by reference Type reference (TYPE) I line at which selection ends 20081212
4 Exporting EX_TO_POS Call by reference Type reference (TYPE) I end position of selection within line lineto 20081212
# Exception Resumable Description Created on
1 ERROR_CNTL_CALL_METHOD Error while retrieving position of selected text! 20081212

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TEXT Call by reference Type reference (TYPE) TY_TEXT_TABLE 20081031

Method GET_TEXT on class CL_SQF_RESULT_PLAIN_TEXT has no exception.

Method SET_CONTENT_BY_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STRING Call by reference Type reference (TYPE) STRING 20081031

Method SET_CONTENT_BY_STRING on class CL_SQF_RESULT_PLAIN_TEXT has no exception.

Method SET_CONTENT_BY_STRING_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STRING_TABLE Call by reference Type reference (TYPE) TY_TEXT_TABLE 20081031

Method SET_CONTENT_BY_STRING_TABLE on class CL_SQF_RESULT_PLAIN_TEXT has no exception.

Method SET_FONT_FIXED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FONT_FIXED Call by reference Type reference (TYPE) ABAP_BOOL 20081107

Method SET_FONT_FIXED on class CL_SQF_RESULT_PLAIN_TEXT has no exception.

Method SET_SELECTION_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FROM_LINE Call by reference Type reference (TYPE) I line from which selection starts 20081212
2 Importing IM_FROM_POS Call by reference Type reference (TYPE) I starting position of selection in line linefrom 20081212
3 Importing IM_TO_LINE Call by reference Type reference (TYPE) I line at which selection ends 20081212
4 Importing IM_TO_POS Call by reference Type reference (TYPE) I end position of selection within line lineto 20081212
# Exception Resumable Description Created on
1 ERROR_CNTL_CALL_METHOD Error while retrieving position of selected text! 20081212
History
Last changed by/on SAP  20090618 
SAP Release Created in 720