com.ibm.pdp.maf.rpp.pac.text
Interface AbstractTextLine

All Superinterfaces:
Element
All Known Subinterfaces:
AssignmentLine, AssignmentTextLine, TextLine

public interface AbstractTextLine
extends Element

List of text lines assigned to the section.

In a text Line, you can, depending on the line type :


Field Summary
static java.lang.String copyright
           
 
Method Summary
 TextLineTypeValues getLineType()
          We have several categories of line type :TITLE LINE TYPESA section must always start with a title line.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getLineType

TextLineTypeValues getLineType()

We have several categories of line type :

TITLE LINE TYPES

A section must always start with a title line.

TEXT LINE TYPE

SKIP LINE TYPES

A page or line skip is taken into account in Text simulation.

NOTE : Text input in a skip type line is absolutely possible, even recommended. '1' The line is printed on a new line.

TEXT ASSIGNMENT LINE TYPES

You can associate text lines to one or more instances -- of any entity type -- for documentation purposes.

Returns: