Copyright © 2018 Lloyd R. Prentice
Version: .01
Authors: Lloyd R. Prentice.
| fit_xml/2 | fit xml copy into panel. |
| get_Xml/1 | |
| line_specs/2 | Return line widths and offsets for a given panel. |
| parse_xml/1 | Return XML. |
| rich_text/2 | rich_text/2 helper. |
| vacancies/2 | Return number of lines that fit in panel. |
| xml2lines/2 | Transform Xml into lines copyfitted into panel. |
fit_xml(XML::eg_xml(), PanelMap::map()) -> tuple()
fit xml copy into panel
get_Xml(XML) -> any()
line_specs(Tag::atom(), PanelMap::ep_panel()) -> {_Widths, _Offsets}
Return line widths and offsets for a given panel
parse_xml(TaggedText::list()) -> eg_xml()
Return XML
rich_text(Xml::eg_xmlform(), PanelMap::ep_panel()) -> list()
rich_text/2 helper
vacancies(Tag::atom(), PanelMap::ep_panel()) -> integer()
Return number of lines that fit in panel
xml2lines(Xml::eg_xmlform(), PanelMap::ep_panel()) -> list()
Transform Xml into lines copyfitted into panel
Generated by EDoc