Module ep_report_hv_sty

License: MIT File: ep_report_hv_sty.erl Description: Define type styles for reports Body copy: Helvetica.

Copyright © 2018 Lloyd R. Prentice

Version: 0.01

Authors: Lloyd R. Prentice.

Description

License: MIT File: ep_report_hv_sty.erl Description: Define type styles for reports Body copy: Helvetica

Function Index

centered_report_hv/1
justify_report_hv/1Return type specifications.
preformatted_report_hv/1
ragged_left_report_hv/1
ragged_report_hv/1
report_hv_faces/1Return report typefaces.
report_hv_fontsize/1Return font size.
report_hv_indent/1
report_hv_justify/1Return justification.
report_hv_leading/1Return leading.
report_hv_max_linespace/1Return maximum line space for comfortable reading.
report_hv_no_indent/1Return indentation.

Function Details

centered_report_hv/1

centered_report_hv(Tag::atom()) -> tuple()

justify_report_hv/1

justify_report_hv(Tag::atom()) -> tuple()

Return type specifications

preformatted_report_hv/1

preformatted_report_hv(Tag::atom()) -> tuple()

ragged_left_report_hv/1

ragged_left_report_hv(Tag::atom()) -> tuple()

ragged_report_hv/1

ragged_report_hv(Tag::atom()) -> tuple()

report_hv_faces/1

report_hv_faces(Tag::atom()) -> tuple()

Return report typefaces

report_hv_fontsize/1

report_hv_fontsize(Tag::atom()) -> tuple()

Return font size

report_hv_indent/1

report_hv_indent(Tag::atom()) -> integer()

report_hv_justify/1

report_hv_justify(Tag::atom()) -> tuple()

Return justification

report_hv_leading/1

report_hv_leading(Tag::atom()) -> tuple()

Return leading

report_hv_max_linespace/1

report_hv_max_linespace(Tag::atom()) -> tuple()

Return maximum line space for comfortable reading

report_hv_no_indent/1

report_hv_no_indent(Tag::atom()) -> integer()

Return indentation


Generated by EDoc