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

Method setTitleText

android/src/org/coolreader/crengine/Bookmark.java:81–84  ·  view source on GitHub ↗
(String titleText)

Source from the content-addressed store, hash-verified

79 }
80
81 public void setTitleText(String titleText) {
82 this.titleText = titleText;
83 modified = true;
84 }
85 public void setPosText(String posText) {
86 this.posText = posText;
87 modified = true;

Calls

no outgoing calls

Tested by

no test coverage detected