Class: ITCPDF (Redmine::Export::PDF)

Overview
Module Structure
Class Hierarchy
Instance Attributes
ITCPDF#footer_date [RW]
Instance Methods
ITCPDF#initialize / 1
ITCPDF#SetFontStyle / 2
ITCPDF#SetTitle / 1
ITCPDF#textstring / 1
ITCPDF#fix_text_encoding / 1
ITCPDF#RDMCell / 8
ITCPDF#RDMMultiCell / 7
ITCPDF#RDMwriteHTMLCell / 9
ITCPDF#getImageFilename / 1
ITCPDF#Footer
ITCPDF#Bookmark / 3
ITCPDF#bookmark_title / 1
ITCPDF#putbookmarks
ITCPDF#putresources
ITCPDF#putcatalog
is a submodule of
module: PDF ( Redmine::Export )
extends
  PDF_Chinese   
  PDF_Japanese   
  PDF_Korean   
includes
  I18n ( Redmine )
inherits from
  TCPDF   
has properties
attribute: footer_date [RW]   
method: initialize / 1   
method: SetFontStyle / 2   
method: SetTitle / 1   
method: textstring / 1   
method: fix_text_encoding / 1   
method: RDMCell / 8   
method: RDMMultiCell / 7   
method: RDMwriteHTMLCell / 9   
method: getImageFilename / 1   
method: Footer   
method: Bookmark / 3   
method: bookmark_title / 1   
method: putbookmarks   
method: putresources   
method: putcatalog   
is defined at
#33 in lib/redmine/export/pdf.rb  

Overview

Module Structure

  module: <Toplevel Module>
  class: TCPDF
  module: PDF_Chinese
  module: PDF_Japanese
  module: PDF_Korean
  module: Redmine
  module: Export
  module: PDF
class: ITCPDF     
  module: I18n

Class Hierarchy

Object ( Builtin-Module )
TCPDF
ITCPDF ( Redmine::Export::PDF )
extends
  PDF_Chinese   
  PDF_Japanese   
  PDF_Korean   
includes
  I18n ( Redmine )
has properties
attribute: footer_date [RW]   
method: initialize / 1   
method: SetFontStyle / 2   
method: SetTitle / 1   
method: textstring / 1   
method: fix_text_encoding / 1   
method: RDMCell / 8   
method: RDMMultiCell / 7   
method: RDMwriteHTMLCell / 9   
method: getImageFilename / 1   
method: Footer   
method: Bookmark / 3   
method: bookmark_title / 1   
method: putbookmarks   
method: putresources   
method: putcatalog   

Instance Attributes

ITCPDF#footer_date [RW]

#35 in lib/redmine/export/pdf.rb

Instance Methods

ITCPDF#initialize / 1

#37 in lib/redmine/export/pdf.rb

initialize ( lang )

ITCPDF#SetFontStyle / 2

#83 in lib/redmine/export/pdf.rb

SetFontStyle ( style ,
  size )

ITCPDF#SetTitle / 1

#87 in lib/redmine/export/pdf.rb

SetTitle ( txt )

ITCPDF#textstring / 1

#99 in lib/redmine/export/pdf.rb

textstring ( s )

ITCPDF#fix_text_encoding / 1

#108 in lib/redmine/export/pdf.rb

fix_text_encoding ( txt )

ITCPDF#RDMCell / 8

#112 in lib/redmine/export/pdf.rb

RDMCell ( w ,
  h=0 ,
  txt='' ,
  border=0 ,
  ln=0 ,
  align='' ,
  fill=0 ,
  link='' )

ITCPDF#RDMMultiCell / 7

#116 in lib/redmine/export/pdf.rb

RDMMultiCell ( w ,
  h=0 ,
  txt='' ,
  border=0 ,
  align='' ,
  fill=0 ,
  ln=1 )

ITCPDF#RDMwriteHTMLCell / 9

#120 in lib/redmine/export/pdf.rb

RDMwriteHTMLCell ( w ,
  h ,
  x ,
  y ,
  txt='' ,
  attachments=[] ,
  border=0 ,
  ln=1 ,
  fill=0 )

ITCPDF#getImageFilename / 1

#128 in lib/redmine/export/pdf.rb

getImageFilename ( attrname )

ITCPDF#Footer

#138 in lib/redmine/export/pdf.rb

Footer

ITCPDF#Bookmark / 3

#148 in lib/redmine/export/pdf.rb

Bookmark ( txt ,
  level=0 ,
  y=0 )

ITCPDF#bookmark_title / 1

#155 in lib/redmine/export/pdf.rb

bookmark_title ( txt )

ITCPDF#putbookmarks

#166 in lib/redmine/export/pdf.rb

putbookmarks

ITCPDF#putresources

#223 in lib/redmine/export/pdf.rb

putresources

ITCPDF#putcatalog

#228 in lib/redmine/export/pdf.rb

putcatalog