1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 09:38:40 +00:00
This commit is contained in:
Lu Wang 2013-04-06 23:52:14 +08:00
parent 8f929a663a
commit e64a0cfab0

View File

@ -13,11 +13,12 @@
namespace pdf2htmlEX { namespace pdf2htmlEX {
/* /*
* Store a series of * Store and optimize a line of text in HTML
*
* contains a series of
* - Text * - Text
* - Shift * - Shift
* - State change * - State change
* within a line
*/ */
class HTMLTextLine class HTMLTextLine
{ {