Items which can be edited and its contents
Paper
- Basic
- Unit
Specifies a numerical unit.
- Size
Specifies the size of a paper. A default value is A4(21cm x 29.7cm)
- Margin
Specifies the margin of the paper periphery currently edited. Because canvas is an area except a margin, it is necessary to shrink size according to a margin.
- Grid size
Specifies the size of the grid.
- Pagebreak
If this value is True, page breaks will be inserted at the time of printing.
- Explain
Inputs the contents shown in a template selection window.
Parts
- Basic
- Bounds
Specifies the position which places a parts. This value is based on the unit specified in the paper. - Class
Inputs the class name for identifying a parts. The name inputted here acts as a class name of CSS. If there is no entry, the name "class+ number" is automatically assigned at the time of a html file output.
- Target
Inputs the item name of the database or an attribute outputted within the limits of this. Please refer to output for the contents which can be used.
- Display
- Text
This text is directly outputted to a html file. If the target is also specified simultaneously, it is outputted as "text + target".
- Text align
Selects the display position of a text.
- Wrapping
Specifies a wrapping of a text. The overflowing text will not be shown if the value is False.
- Font
Specifies the font and size of a text to output. If this font name is "[System]", the default font of the browser will be applied.
- Text color
Specifies the color of the text to output.
- Background image
Specifies a background image.
- Image align
Specifies the position which shows a background image.
- Image repeat
Specifies the method of arrangement of a background image. "RepeatX" is a horizontal direction, "RepeatY" is a vertical direction, and "Repeat" is a both direction.
- Image size
Specifies the size of a background image. In order to use this, Internet Explorer 9 or later is required.