MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / onReflowableChange

Method onReflowableChange

platform/java/example/ViewerCore.java:630–630  ·  view source on GitHub ↗
(boolean reflowable)

Source from the content-addressed store, hash-verified

628 public void onPageCountChange(int pages);
629 public void onPermissionsChange(boolean print, boolean copy, boolean edit, boolean annotate, boolean form, boolean accessibility, boolean assemble, boolean printHq);
630 public void onReflowableChange(boolean reflowable);
631 public void onSaveComplete();
632 public void onSearchCancelled();
633 public void onSearchPage(Location page, String needle);

Callers 1

runMethod · 0.65

Implementers 1

Viewerplatform/java/example/Viewer.java

Calls

no outgoing calls

Tested by

no test coverage detected