mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
AudioBook Plugin: create audio book stream
This commit is contained in:
@ -261,6 +261,11 @@ public:
|
||||
|
||||
const EditedItem* getEditedItem(size_t index) const { return &m_editedTextFlow.at(index); }
|
||||
|
||||
/// Creates text flow from active edited items. If item is removed,
|
||||
/// then it is not added into this text flow. User text modification
|
||||
/// is applied to a text flow.
|
||||
PDFDocumentTextFlow createEditedTextFlow() const;
|
||||
|
||||
private:
|
||||
void createPageMapping();
|
||||
void createEditedFromOriginalTextFlow();
|
||||
|
Reference in New Issue
Block a user