gws.plugin.template.html.Config
struct
gws.plugin.template.html.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
mapSize | gws.core.types.MSize | map size gws.base.template.core.Config.mapSize | |
mimeTypes | [ str ] | mime types this template can generate gws.base.template.core.Config.mimeTypes | |
pageMargin | gws.core.types.MExtent | page margin gws.base.template.core.Config.pageMargin | |
pageSize | gws.core.types.MSize | page size gws.base.template.core.Config.pageSize | |
path | gws.core.types.FilePath | path to a template file gws.plugin.template.html.Config.path | |
subject | str | template purpose gws.base.template.core.Config.subject | |
text | str | template content gws.plugin.template.html.Config.text | |
title | str | template title gws.base.template.core.Config.title | |
type | 'html' | object type gws.plugin.template.html.Config.type | |
uid | str | Zuweisung einer eindeutigen ID als Text |