| Did you know ... | Search Documentation: |
| Send methods |
->compute
has filled a line, this attribute defines the placements of the hbox
objects in the physical line. The meaning of left, right
and center are obvious. The value justtify
implies a straight right and left margin.
Inherits description from: parbox-alignment
->cdata.-auto_cropcharacter data.
If ignore_blanks is leading, first all leading blank
characters are skipped. Words encountered in the string are added as
instances of the class tbox
using the specified style. Sequences of spaces, tabs and newlines are
mapped to a single hbox
object. If the space argument is provided, this is used for
representing these spaces, otherwise a default stretchable hbox
object is created with the dimensions of a space in the current font.
See also parbox->append, tbox->initialise
and class hbox.
<-height
of a parbox is always defined by the parbox<-line_width
and the content. If width is specified, the parbox changes
its
parbox<-line_width trying to fullfil the
requested width. It will then adjust the graphical<-width
and graphical<-height
accordingly.
Specifying an explicit graphical<-width
sets parbox<-auto_crop
to @off.
<-line_width and
parbox<-alignment.->geometry
of the parbox is changed.
If the parbox->line_width
is changed, the parbox will sent the message
graphical->container_size_changed
to each embedded graphical
object. This mechanism allows for defining the width of a graphical in
terms of the width of the paragraph.