1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35: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 {
/*
* Store a series of
* Store and optimize a line of text in HTML
*
* contains a series of
* - Text
* - Shift
* - State change
* within a line
*/
class HTMLTextLine
{