Fix of issue 2848.
svn: r14063
This commit is contained in:
		@@ -6,6 +6,7 @@
 | 
			
		||||
# Copyright (C) 2007       Brian G. Matherly
 | 
			
		||||
# Copyright (C) 2009       Benny Malengier
 | 
			
		||||
# Copyright (C) 2009       Gary Burton
 | 
			
		||||
# Copyright (C) 2010       Peter Landgren
 | 
			
		||||
#
 | 
			
		||||
# This program is free software; you can redistribute it and/or modify
 | 
			
		||||
# it under the terms of the GNU General Public License as published by
 | 
			
		||||
@@ -193,6 +194,15 @@ class TextDoc(object):
 | 
			
		||||
        """
 | 
			
		||||
        raise NotImplementedError
 | 
			
		||||
 | 
			
		||||
    def write_endnotes_ref(self, text, style_name):
 | 
			
		||||
        """
 | 
			
		||||
        Writes the note's text and take care of paragraphs, 
 | 
			
		||||
 | 
			
		||||
        @param text: text to write.
 | 
			
		||||
        @param style_name: style to be used.
 | 
			
		||||
        """
 | 
			
		||||
        raise NotImplementedError
 | 
			
		||||
 | 
			
		||||
    def write_styled_note(self, styledtext, format, style_name):
 | 
			
		||||
        """
 | 
			
		||||
        Convenience function to write a styledtext to the cairo doc. 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user