PyAbiWordMethods

From AbiWiki

Revision as of 02:55, 17 October 2007 by Maintenance script (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


PyAbiWidget Methods

These are all the methods currently, as of March 27th, 2007, implemented.

  • bool load_file(char * filename)
  • bool align_center())
  • bool align_justify()
  • bool align_left()
  • bool align_right()
  • bool copy()
  • bool cut()
  • bool paste()
  • bool paste_special()
  • bool select_all()
  • bool select_block()
  • bool select_line()
  • bool select_word()
  • bool undo()
  • bool redo()
  • bool insert_data()
  • bool insert_space()
  • bool delete_bob()
  • bool delete_bod()
  • bool delete_bol()
  • bool delete_bow()
  • bool delete_eob()
  • bool delete_eod()
  • bool delete_eol()
  • bool delete_eow()
  • bool delete_left()
  • bool delete_right()
  • bool edit_header()
  • bool edit_footer()
  • bool file_open()
  • bool file_save()
  • bool remove_header()
  • bool remove_footer()
  • bool save_immediate()
  • bool select_bob ()
  • bool select_bod()
  • bool select_bol()
  • bool select_bow()
  • bool select_eob()
  • bool select_eod()
  • bool select_eol()
  • bool select_eow()
  • bool select_left()
  • bool select_next_line()
  • bool select_page_down()
  • bool select_page_up()
  • bool select_prev_line()
  • bool select_right()
  • bool select_screen_down()
  • bool select_screen_up()
  • bool select_to_xy(int x, int y)
  • bool toggle_bold()
  • bool toggle_underline()
  • bool toggle_bottomline()
  • bool toggle_insert_mode()
  • bool toggle_italic()
  • bool toggle_overline()
  • bool toggle_plain()
  • bool toggle_strike()
  • bool toggle_sub()
  • bool toggle_super()
  • bool toggle_toplne()
  • bool toggle_unindent()
  • bool view_formatting_marks()
  • bool view_print_layout()
  • bool view_normal_layout()
  • bool view_online_layout()
  • bool moveto_bob()
  • bool moveto_bod()
  • bool moveto_bol()
  • bool moveto_bop()
  • bool moveto_bow()
  • bool moveto_eob()
  • bool moveto_eod()
  • bool moveto_eol()
  • bool moveto_eow()
  • bool moveto_left()
  • bool moveto_next_line()
  • bool moveto_next_page()
  • bool moveto_next_screen()
  • bool moveto_prev_line()
  • bool moveto_prev_page()
  • bool moveto_prev_screen()
  • bool moveto_right()
  • bool moveto_xy(int x, int y)
  • bool zoom_100()
  • bool zoom_200()
  • bool zoom_50()
  • bool zoom_75()
  • bool zoom_whole()
  • bool zoom_width()
  • bool set_show_margin(bool bShowIt)
  • bool get_show_margin()
  • bool set_word_selections(bool bSet)
  • bool get_word_seletions()
  • (char *, int iLength) content(char * mimetype)
  • (char *, int iLength) selection(char * mimetype)
  • bool insert_table(int rows, int cols)
  • bool invoke_cmd(char * EditMethod, char * data, int x, int y)
  • bool set_font_name( char * fontName)
  • bool set_font_size( char * fontSize)

Contributors

Personal tools