Пример #1
0
fnt2 = Font()
fnt2.Fontname = 'Verdana'
fnt2.Bold = True
fnt2.Height = 14

brd2 = Borders()
brd2.Left = 0x01
brd2.Right = 0x01
brd2.Top = 0x01
brd2.Bottom = 0x01

fnt3 = Font()
fnt3.Fontname = 'Verdana'
fnt3.Bold = True
fnt3.Italic = True
fnt3.Height = 12

brd3 = Borders()
brd3.Left = 0x07
brd3.Right = 0x07
brd3.Top = 0x07
brd3.Bottom = 0x07

#fnt4 = Font()

style1 = Format()
style1.Font = fnt1
style1.Alignment = Format.CENTER
style1.VertAlign = Format.VERTICAL_BOTTOM
style1.FillPattern = Format.SOLID_FILL
Пример #2
0
fnt2 = Font()
fnt2.Fontname = 'Verdana'
fnt2.Bold = True
fnt2.Height = 14

brd2 = Borders()
brd2.Left = 0x01
brd2.Right = 0x01
brd2.Top = 0x01
brd2.Bottom = 0x01

fnt3 = Font()
fnt3.Fontname = 'Verdana'
fnt3.Bold = True
fnt3.Italic = True
fnt3.Height = 12

brd3 = Borders()
brd3.Left = 0x07
brd3.Right = 0x07
brd3.Top = 0x07
brd3.Bottom = 0x07

#fnt4 = Font()

style1 = Format()
style1.Font = fnt1
style1.Alignment = Format.CENTER
style1.VertAlign = Format.VERTICAL_BOTTOM
style1.FillPattern=Format.SOLID_FILL