Don't include private methods in the the PDFPageProxy
API documentation
This commit is contained in:
parent
36c01c2c2a
commit
9f4d45ddf4
@ -1193,7 +1193,8 @@ class PDFPageProxy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Destroys page object.
|
* Destroys the page object.
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
_destroy() {
|
_destroy() {
|
||||||
this.destroyed = true;
|
this.destroyed = true;
|
||||||
@ -1236,9 +1237,8 @@ class PDFPageProxy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For internal use only. Attempts to clean up if rendering is in a state
|
* Attempts to clean up if rendering is in a state where that's possible.
|
||||||
* where that's possible.
|
* @private
|
||||||
* @ignore
|
|
||||||
*/
|
*/
|
||||||
_tryCleanup(resetStats = false) {
|
_tryCleanup(resetStats = false) {
|
||||||
if (!this.pendingCleanup ||
|
if (!this.pendingCleanup ||
|
||||||
@ -1262,8 +1262,7 @@ class PDFPageProxy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For internal use only.
|
* @private
|
||||||
* @ignore
|
|
||||||
*/
|
*/
|
||||||
_startRenderPage(transparency, intent) {
|
_startRenderPage(transparency, intent) {
|
||||||
const intentState = this.intentStates[intent];
|
const intentState = this.intentStates[intent];
|
||||||
@ -1279,8 +1278,7 @@ class PDFPageProxy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For internal use only.
|
* @private
|
||||||
* @ignore
|
|
||||||
*/
|
*/
|
||||||
_renderPageChunk(operatorListChunk, intentState) {
|
_renderPageChunk(operatorListChunk, intentState) {
|
||||||
// Add the new chunk to the current operator list.
|
// Add the new chunk to the current operator list.
|
||||||
@ -1302,8 +1300,7 @@ class PDFPageProxy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For internal use only.
|
* @private
|
||||||
* @ignore
|
|
||||||
*/
|
*/
|
||||||
_pumpOperatorList(args) {
|
_pumpOperatorList(args) {
|
||||||
assert(args.intent,
|
assert(args.intent,
|
||||||
@ -1356,8 +1353,7 @@ class PDFPageProxy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For internal use only.
|
* @private
|
||||||
* @ignore
|
|
||||||
*/
|
*/
|
||||||
_abortOperatorList({ intentState, reason, force = false, }) {
|
_abortOperatorList({ intentState, reason, force = false, }) {
|
||||||
assert(reason instanceof Error,
|
assert(reason instanceof Error,
|
||||||
|
Loading…
Reference in New Issue
Block a user