mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
AudioBook Plugin: Display texts on page
This commit is contained in:
@@ -62,11 +62,14 @@ public:
|
||||
void beginFlowChange();
|
||||
void endFlowChange();
|
||||
|
||||
void clear();
|
||||
void setSelectionActivated(bool activate);
|
||||
void selectByRectangle(QRectF rectangle);
|
||||
void selectByContainedText(QString text);
|
||||
void selectByRegularExpression(const QRegularExpression& expression);
|
||||
void selectByPageIndices(const pdf::PDFClosedIntervalSet& indices);
|
||||
void restoreOriginalTexts();
|
||||
void notifyDataChanged();
|
||||
|
||||
private:
|
||||
PDFDocumentTextFlowEditor* m_editor;
|
||||
|
Reference in New Issue
Block a user