Example #1
0
 /**
  * Get the state of the selection.
  *
  * @param uris The array of used uris.
  * @return The state of the selection.
  */
 public String getHtml(ArrayList<Uri> uris) {
   mConverter.getUriArray(uris, getText());
   return mConverter.getHtml();
 }
Example #2
0
 /**
  * Get the state of the selection.
  *
  * @return The state of the selection.
  */
 public String getHtml() {
   return mConverter.getHtml();
 }