pdf::Text Class Reference
[Graphics]

Text objects. More...

#include <Text.hh>

Inherits pdf::Graphics.

Collaboration diagram for pdf::Text:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

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.


The documentation for this class was generated from the following file:

Hosted by SourceForge Logo