mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
DocDiff application: text comparation
This commit is contained in:
@ -91,6 +91,13 @@ public:
|
||||
/// \param mask Mask
|
||||
std::map<PDFInteger, PDFDocumentTextFlow> split(Flags mask) const;
|
||||
|
||||
/// Appends document text flow to this one
|
||||
/// \param textFlow Text flow
|
||||
void append(const PDFDocumentTextFlow& textFlow);
|
||||
|
||||
/// Returns text concantecated from all items
|
||||
QString getText() const;
|
||||
|
||||
private:
|
||||
Items m_items;
|
||||
};
|
||||
|
Reference in New Issue
Block a user