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

All Superinterfaces:
Element

public interface Section
extends Element

A Text instance is subdivided into sections.

A code identifies each section.

A section contains several text line.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getCode()
          This field is required.
 java.util.List<AbstractTextLine> getLines()
          List of text lines assigned to the section.
 

Field Detail

copyright

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

getCode

java.lang.String getCode()

This field is required. Enter the section's 1- or 2-character code.

Returns:

getLines

java.util.List<AbstractTextLine> getLines()

List of text lines assigned to the section.

Returns: