Header keywords overview - modelint/flatland-model-diagram-editor GitHub Wiki
The header is a set of keywords and arguments that must appear above the node and connector content in your layout file. Each keyword may appear only once. Some keywords are required while others are optional. If you leave out an optional keyword, default argument values will be applied. Here is an example header with the complete set of keywords.
// Flatland Node Subsystem Class Diagram
// Model layout sheet
diagram class
notation Starr
presentation default
orientation landscape
sheet D
color harolds purple crayon
padding l100 b350 t20 r20
frame OS Engineer
frame_presentation default
The presentation
, padding
, frame
and frame_presentation
keywords are all optional.