public interface AbstractTextLine extends Element
List of text lines assigned to the section.
In a text Line, you can, depending on the line type :
associate text line to one or more instances -- of any entity type -- for documentation purposes,
specify a Data Element code so as to establish a cross-reference between the text line and this Data Element instance,
write text for documentation purposes.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
TextLineTypeValues |
getLineType()
We have several categories of line type :TITLE LINE TYPESA section must always start with a title line.
|
static final java.lang.String copyright
TextLineTypeValues getLineType()
We have several categories of line type :
TITLE LINE TYPES
A section must always start with a title line.
'L' Section title not printed in PDM Documents. Default value when creating a new section.
'K' Section title printed in a PDM Document.
'-' Same as type 'K' but the title will be underlined with the '-' (dash) character in PDM Documents.
'_' Same as type 'K' but the title will be underlined with the '_' (underscore) character in a printed PDM Document.
'=' Same as type 'K' but the title will be underlined with the '=' character in a printed PDM document.
'+' Same as type 'K' but the title will be underlined with the '+' character in a printed PDM document.
TEXT LINE TYPE
'blank' = Default option.
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.
'2-9' 1 to 8 blank lines will be placed before the line is printed.
'*' The line is printed on a new page.
TEXT ASSIGNMENT LINE TYPES
You can associate text lines to one or more instances -- of any entity type -- for documentation purposes.
'J' Explicit end of assignment to a VA Pac entity, to User Entity instances with a code of less than six characters, or to instances of all other entity types. If there is no data in the Text line field, text assignment terminates for all instances. You may selectively end the text assignment for given entity types/instance codes or for all instances of given entity types.
'I' This code is used to assign text lines to instances displayed in this section line. The assignment starts at the beginning of the section which contains the I-type line and terminates implicitly with the end of the last section, or with an explicit J-type line (see below).
'B' Same as type 'I' plus possibility to enter codes of User Entity instances longer than 6 characters.
'E' Same as type 'J' plus possibility to enter codes of User Entity instances longer than 6 characters.
'Y' This type of line allows you to make a reference to one Text instance and/or to one section. It is possible to make a reference to a section of the current Text instance.