Interface ITextComposer
- Namespace
- DocWright.Composition
- Assembly
- DocWright.Composition.dll
Composes a paragraph out of several spans, page-number fields and links.
public interface ITextComposer
Methods
- CurrentPageNumber()
Appends the current page number, which lowers to a
PAGEfield the layout engine substitutes per page.
- Hyperlink(string, string)
Appends a hyperlink to an external target.
- LineBreak()
Appends a line break.
- Span(string)
Appends a span of text.
- TotalPages()
Appends the total page count, which lowers to a
NUMPAGESfield.