コード例 #1
0
 def _copy_txt(self):
     edit_service.copy_txt(self)
コード例 #2
0
 def _bold_markdown(self):
     edit_service.bold_markdown(self)
コード例 #3
0
 def _strikethrough_markdown(self):
     edit_service.strikethrough_markdown(self)
コード例 #4
0
 def _h3_markdown(self):
     edit_service.h3_markdown(self)
コード例 #5
0
 def _italic_markdown(self):
     edit_service.italic_markdown(self)
コード例 #6
0
 def _h2_markdown(self):
     edit_service.h2_markdown(self)
コード例 #7
0
 def _h1_markdown(self):
     edit_service.h1_markdown(self)
コード例 #8
0
 def _italic_bold_strikethrough(self, indx, markdn):
     edit_service.italic_bold_strikethrough(self, indx, markdn)
コード例 #9
0
 def _h123_sel_rmv_ind_del(self):
     edit_service.h123_sel_rmv_ind_del(self)
コード例 #10
0
 def _selection_indices(self):
     edit_service.selection_indices(self)