pretty sure a word .doc file can't be imported, and it's most
common to use a .txt file. as far as layout is concerned, that is
the trick right. you can either 'break down' the text into
individual pieces assigned to different variables, load those and
use the variables in differently formatted text fields to lay it
out. or you can use html tags within the text strings in the txt
file, or even use CSS to format. There is also the TextFormat
class, that can also handle some of these aspects.