#include <Text.hh>
Inherits pdf::Graphics.

Public Member Functions | |
| virtual void | AddLine (const TextLine &line)=0 |
| Add a new line to the text object. | |
| virtual void | AddLine (double x, double y, const std::wstring &text)=0 |
| Add a new line with coordinate and text. | |
| virtual void | Visit (GraphicsVisitor *visitor)=0 |
| Visitor rebound function. | |
Iterator access members | |
| virtual iterator | begin ()=0 |
| Iterator access to the underlying text lines. | |
| virtual iterator | end ()=0 |
| Iterator access to the underlying text lines. | |
| virtual const_iterator | begin () const =0 |
| Iterator access to the underlying text lines. | |
| virtual const_iterator | end () const =0 |
| Iterator access to the underlying text lines. | |
The Text class represent a PDF text object. It is the stuff enclosed by a BT...ET operators in the content stream of a page. It consists of a number of text lines.