MCPcopy Create free account
hub / github.com/buggins/coolreader / setPosText

Method setPosText

android/src/org/coolreader/crengine/Bookmark.java:85–88  ·  view source on GitHub ↗
(String posText)

Source from the content-addressed store, hash-verified

83 modified = true;
84 }
85 public void setPosText(String posText) {
86 this.posText = posText;
87 modified = true;
88 }
89 public int getShortcut() {
90 return shortcut;
91 }

Calls

no outgoing calls

Tested by

no test coverage detected