def setUp(self):
     style=ParaFrag()
     style.fontName='Times-Roman'
     style.fontSize = 12
     style.textColor = black
     style.bulletFontName = black
     style.bulletFontName='Times-Roman'
     style.bulletFontSize=12
     self.style = style        
示例#2
0
 def setUp(self):
     style=ParaFrag()
     style.fontName='Times-Roman'
     style.fontSize = 12
     style.textColor = black
     style.bulletFontName = black
     style.bulletFontName='Times-Roman'
     style.bulletFontSize=12
     self.style = style        
 def setUp(self):
     style=ParaFrag()
     style.fontName ='Times-Roman'
     style.fontSize = 12
     style.textColor = black
     style.bulletFontName = black
     style.bulletFontName = 'Times-Roman'
     style.bulletFontSize = 12
     style.bulletOffsetY = 3
     style.textTransform = None
     self.style = style
示例#4
0
 def setUp(self):
     style = ParaFrag()
     style.fontName = 'Times-Roman'
     style.fontSize = 12
     style.textColor = black
     style.bulletFontName = black
     style.bulletFontName = 'Times-Roman'
     style.bulletFontSize = 12
     style.bulletOffsetY = 3
     style.textTransform = None
     self.style = style